MetroCS / QualityToolsForBlueJ

BlueJ extension to integrate quality assessment tools
GNU Lesser General Public License v3.0
0 stars 42 forks source link

SpotBugs integrated into build #119

Closed ghost closed 4 years ago

ghost commented 4 years ago

Addresses issue #104. Integrating SpotBugs into the build using the existing buiild,grade file.

Additionally added some spaces to separate code blocks for easier readability.

ghost commented 4 years ago

Core plugin was added.

Additional information on adding community plugins are found on the issue #119 link to gradle.org if needed later by developers.

jody commented 4 years ago

Please suggest a reviewer.

ghost commented 4 years ago

@henrykgray would you please reveiw this request, and comment that it had been reviewed after it looks good

jody commented 4 years ago

"spotbugs" tasks should be run, and not interfere with the running of other automated assessments, following the invocation of the gradlew check command. (Appears to prevent other QA tools from running.)