Hi, I downloaded a trial version of Crucible. I was looking for the review results that this tool will generate on the basis of some criterions(JAVA coding standards) and report them on a dashboard. What I found here is we generate a review and attach some source code, highlight the lines to be reviewed and assign them to the reviewers, which they manually review and post comments based on their findings. My query is how this crucible tool is automating the process of code review findings? Please revert with the details.
Crucible is not a static analysis tool, it is a tool to facilitate online peer code review. i.e. review by developers.
There are many tools available for the type of analysis you may be looking for such as Checkstyle, PMD, Findbugs an others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.