GatorEducator / gatorgradle

:electric_plug: Gradle Plugin to Enable Running GatorGrader as a Gradle Task
https://gatoreducator.github.io/gatorgradle/
GNU General Public License v2.0
7 stars 7 forks source link

Improve Codacy grade for CheckResult.java #62

Closed Alex-Yarkosky closed 3 years ago

Alex-Yarkosky commented 4 years ago

Based off of the assigned Codacy grade for the class CheckResult.java, I removed unused import statements as well as renaming a parameter variable that's name was reused. This occurred within CheckResults method that previous took String json as its import & now takes String parsing as its import. All other references to the previous json mentioned were changed to parsing.

Michionlion commented 3 years ago

Unfortunately, due to maintenance issues and infrastructure changes, I cannot merge this PR. Partial fixes for issues this PR fixed will be considered for future PRs.