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

meghrathod / chatX
Active

Last analyzed 5492843 4 months ago
Default analysis branch is
Currently analyzing run
All issues
20
Recommended
12
Bug risk
10
Anti-pattern
5
Security
5
Performance
0
Type check
0
Coverage
0
Style
0
Documentation
0

Private field is never initialized

JAVA-E1065
Bug risk
4 months ago — 4 months old
Found in client/src/tech/meghrathod/client/LoginWindow.java
3
from 0

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

JAVA-W1030
Anti-pattern
4 months ago — 4 months old
Found in client/../LoginWindow.java and client/../OldLoginWindow.java
2
from 0

Overly generic exceptions should not be thrown

JAVA-W1042
Anti-pattern
4 months ago — 4 months old
Found in client/../Client.java and server/../pubServer.java
2
from 0

Sockets must be secure

JAVA-S1011
Security
4 months ago — a year old
Found in client/../Client.java and server/../pubServer.java
2

Non-final static fields should not be public

JAVA-S1050
Security
4 months ago — 4 months old
Found in server/src/tech/meghrathod/server/pubServer.java
3
from 0