Closed
Conversation
Contributor
|
Hello, There was some work on Sonar quality report, but I'll pause it on my side until this PR is merged if rest of the team is ok with merging. Thanks |
It makes possible to use fully featured table header such as sort icon support.
Last row index is INCLUSIVE ! It causes IndexOutOfBounds when using table sorter.
Available on components: aggregate report, view results in table and summary report
Author
|
I have commented TableModelEventBacker, and rebase it on trunk: d29ac21 (Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.) You must force fetch. Or delete remote branch references and refetch it. |
asfgit
pushed a commit
that referenced
this pull request
Jan 14, 2017
…ry Report, Aggregate Report and Aggregate Graph Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux This closes github pr #245 Bugzilla Id: 52962 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1778767 13f79535-47bb-0310-9956-ffa450edef68
Contributor
|
Hello,
Thanks for your PR, please test nightly build to see if it works fine for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is a PR about Bugzilla ID 52962
PR is cut into many commits for each required step for full implementation. Final commit enables sorting for aggregate report, view results in table and summary report.
Any table relying on
ObjectTableModelmust be supported.