Releases: Feuermagier/autograder
Releases · Feuermagier/autograder
v0.5.6
What's Changed
- Dependency(deps): Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #152
- Dependency(deps): Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #151
- Dependency(deps): Bump jgraph.version from 1.5.1 to 1.5.2 by @dependabot in #148
- Dependency(deps-dev): Bump junit-jupiter-engine from 5.9.2 to 5.9.3 by @dependabot in #139
- Dependency(deps): Bump jackson.version from 2.14.2 to 2.15.0 by @dependabot in #138
- fix crash on windows because of different encodings by @Luro02 in #156
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
Includes many new lints and bug fixes.
Noteworthy additions include...
- detection of complex regex that should have an explaining comment
- the ability to detect constants classes
- unchecked casts
- violations of the equals/hashCode/compareTo contract
- replacing string concatenations with format strings
- initial support for detecting closed set of values that should be modelled as an enum
- detect
instanceof
uses and emulation throughgetClass
or by catchingClassCastException
- suggest using guard-clauses
- detect if a scanner has been closed
What's Changed
- Dependency(deps): Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #108
- Dependency(deps): Bump flatten-maven-plugin from 1.3.0 to 1.4.1 by @dependabot in #107
- Dependency(deps): Bump asm.version from 9.4 to 9.5 by @dependabot in #106
- Dependency(deps): Bump picocli.version from 4.7.1 to 4.7.2 by @dependabot in #104
- Fix more stuff by @Luro02 in #103
- Dependency(deps): Bump commons-compress from 1.22 to 1.23.0 by @dependabot in #133
- Dependency(deps): Bump picocli.version from 4.7.2 to 4.7.3 by @dependabot in #132
- Dependency(deps): Bump slf4j.version from 2.0.6 to 2.0.7 by @dependabot in #105
- Fix more stuff by @Luro02 in #121
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Minor Release (mostly for the automatic download of the jar file)
v0.5.2
Minor Release (mostly for the automatic download of the jar file)
v0.5.1
Minor Release (mostly for the automatic download of the jar file)
v0.5
Minor Release (mostly for the automatic download of the jar file)
v0.4
Minor Release (mostly for the automatic download of the jar file)