DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now

Glowman554 / BetterNudel
Active

Last analyzed a1077ad 4 months ago
Default analysis branch is
Currently analyzing run
All issues
305
Recommended
19
Bug risk
19
Anti-pattern
272
Security
2
Performance
12
Type check
0
Coverage
0
Style
0
Documentation
0

Boxed Boolean values should not be used in conditional expressions

JAVA-E1054
Bug risk
5 months ago — 8 months old
Found in plugins_src/../TicTacToePlugin.java, plugins_src/../TicTacToeAi.java and 1 other file
5

Iterator next method should throw NoSuchElementException

JAVA-W0146
Anti-pattern
5 months ago — 8 months old
Found in plugins_src/../ObjectNode.java and src/../ObjectNode.java
3

Random instances should be reused

JAVA-W1015
Anti-pattern
8 months ago — 8 months old
Found in plugins_src/../ScreenShotCommand.java
2

Static fields of the parent class should not be accessed through child class instances

JAVA-W1030
Anti-pattern
8 months ago — 8 months old
Found in plugins_src/../GUI.java
2

Inefficient use of toArray with non-zero sized array argument

JAVA-P0335
Performance
5 months ago — 8 months old
Found in plugins_src/../ArrayNode.java, plugins_src/../ObjectNode.java and 1 other file
5

Sockets must be secure

JAVA-S1011
Security
8 months ago — 8 months old
Found in plugins_src/../TCP.java
2