Skip to content

Remove Packet.java redundancy

39bd349
Select commit
Loading
Failed to load commit list.
Open

Delete redundancy #135

Remove Packet.java redundancy
39bd349
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 19, 2025 in 0s

3 new issues (0 max.) of at least severity.

Annotations

Check warning on line 240 in src/main/java/com/whirvis/jraknet/peer/RakNetPeer.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/com/whirvis/jraknet/peer/RakNetPeer.java#L240

Avoid instantiating new objects inside loops

Check warning on line 154 in src/main/java/com/whirvis/jraknet/windows/PowerShellCommand.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/com/whirvis/jraknet/windows/PowerShellCommand.java#L154

Avoid appending characters as strings in StringBuffer.append.

Check warning on line 327 in src/main/java/com/whirvis/jraknet/windows/PowerShellCommand.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/com/whirvis/jraknet/windows/PowerShellCommand.java#L327

Ensure that resources like this Socket object are closed after use