Last analyzed 0a3c3bf 2 months ago
Default analysis branch is
Currently analyzing run

Unsynchronized lazy initialization of static value detected

JAVA-E1053
Bug risk
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../UpdateChecker.java
1

Nullable parameters should be checked for null before use

JAVA-E1067
Bug risk
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../ItemStackSerializer.java and speedbridge2-spigot-plugin/../UmbrellaItemSerializer.java
6

NullPointerException should not be caught

JAVA-E1070
Bug risk
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../LocationSerializer.java
1

Possible null access

JAVA-E1083
Bug risk
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../GameProtectionListener.java, speedbridge2-spigot-plugin/../PlayerConnectionListener.java and 2 other files
27

Static field accessed before being written

JAVA-W1060
Bug risk
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../UpdateChecker.java
1

Local variables should not be assigned in return statements

JAVA-W1037
Anti-pattern
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../UpdateChecker.java, speedbridge2-spigot-plugin/../PlayerPositionLoader.java and 1 other file
3

Audit: Prepared query may be susceptible to injection attacks

JAVA-A1041
Security
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../DatabaseQuery.java
1

Mutable fields should not directly be returned

JAVA-S1049
Security
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../DatabaseTable.java
1

Multiple variables declared on the same line

JAVA-C1003
Style
2 months ago 2 months old
Found in speedbridge2-spigot-plugin/../SpeedBridgeCommand.java, speedbridge2-spigot-plugin/../BlockMenuManager.java and 7 other files
13