mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-10 01:11:34 +01:00
Bugs fixed: - LinkCommands: The return value of "orElseThrow" must be used. - RegistrationCommands: Optional isPresent not same instance as Optional get Smells fixed: - Plan: "logger" is the name of a field in "JavaPlugin" - PlayersTableJSONCreator: Reduce the total number of break and continue statements in this loop to use at most one. - BukkitAFKListener, SpongeAFKListener, NukkitAFKListener, PlanAPI, CapabilityService: match the regular expression '^[a-z][a-zA-Z0-9]*$' - TaskSystem: Reorder the modifiers to comply with the Java Language Specification. - EntityNameFormatter: StringUtils.removeAll moved to RegExUtils.removeAll - FiltersJSONResolver: fulfill compareTo contract - ExportTask: Removed duplicate string literal - FinishedSession.Id: Rename field "id" |
||
---|---|---|
.. | ||
src | ||
build.gradle |