AgileReview
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
June 2023 | 327/512 | 4 (0.01%) | 1 |
May 2023 | 297/672 | 51 (0.02%) | 8 |
April 2023 | 267/668 | 67 (0.02%) | 7 |
March 2023 | 259/688 | 90 (0.02%) | 17 |
February 2023 | 327/668 | 40 (0.01%) | 27 |
January 2023 | 401/677 | 20 (0.01%) | 16 |
December 2022 | 338/805 | 40 (0.01%) | 23 |
November 2022 | 303/808 | 58 (0.01%) | 17 |
October 2022 | 268/811 | 78 (0.02%) | 23 |
September 2022 | 318/812 | 53 (0.01%) | 14 |
August 2022 | 290/808 | 58 (0.02%) | 17 |
July 2022 | 295/816 | 61 (0.02%) | 23 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Sunday, June 4, 2023 - 21:35
Reviews Sign in to post reviews
Really nice plugin!
Submitted by Thomas Arnbjerg on Wed, 2019-09-25 08:52
Provides the ability to post review comments in your favorite environment with all the tools available in Eclipse. Beats the online tools by lengths.
Can also be used to annotate the code with comments without poluting the source code.
Never change the source code with your review annotations!
Submitted by Pavan G on Fri, 2018-09-21 06:15
Alpesh Shah above expressed a very sensible feedback and team failed to recognize it. sad. Guys! your tool is wonderful however, you should never fiddle around with source code, instaed have more info in your review.xml file. something like, file name and line number. Its okay, even things dont match when someone update the source and line numbers change. Perhaps you can offer a configuration setting in which user can choose (i) inline code annotations or (ii) no change in source, all info will be in your xml file with warning message that, it might not sync if someone update the code file and line numbers change.
Looking forward to your comments/reply.
Re: Never change the source code with your review annotations!
Submitted by Jake .. on Sat, 2021-01-16 01:41
Can't you connect the source file in such a way that changes to it changes the xml file and keeps it in sync?
Re: Never change the source code with your review annotations!
Submitted by Malte Brunnlieb on Fri, 2019-02-08 03:55
Hi, an opt-out might be a solution for that.
The main focus of that tools was the stability of review comments against refactorings, which could just be assured by adding marks to the code. I really know your fears about letting any tool change your code. Basically, this design decision has been made in the very beginning as of large software projects needs to get refactoring stable code comments.
Anyhow, I will take your feedback into account. Please don't hesitate to add your feature request in the GitHub issue tracker. Thanks.
Re: Never change the source code with your review annotations!
Submitted by Peter Reuter on Thu, 2018-09-27 04:05
Hi Pavan G, see my reply to Alpesh Shah's comment :)
Very useful tool - marker would be appreaciated
Submitted by Alpesh Shah on Mon, 2016-11-28 01:48
I found this tool fulfill almost all requirement for code review within eclipse. Only one point I would like to improve is, for every review comment, an inline comment is added in code which need to be committed along with code. This sometimes clutter the code and it also means that you need to checkout & checkin code even when you don't make any changes to code but just invalidate review comment. Instead of inline comment, if there is just marker on left bar (like how eclipse shows problem or sonar shows violations) could be perfect solution.
Re: Very useful tool - marker would be appreaciated
Submitted by Peter Reuter on Thu, 2018-09-27 04:04
Thanks for your feedback! Linking code and comments, even if the code got refactored, is one of the core features of AgileReview. The easiest way to ensure this is by adding markers in the code. AgileReview was constructed around this principle. Showing markers like problems or sonarlint violations is not working with comments as these markers of other tools result from static code analysis which can be performed on demand. Have you tried tools like Gerrit, which are based on individual commits? Maybe these suit your needs more.
Btw: AgileReview is open source. Feel free to contribute your suggestions as pull requests via GitHub :)
Re: Very useful tool - marker would be appreaciated
Submitted by Pavan G on Fri, 2018-09-21 06:16
Well said!