Update Sedna to 3.1.0 - #29
Merged
Merged
Annotations
10 warnings
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L131
[InconsistentCapitalization] Found the field 'Mode' with the same name as the parameter 'mode' but with different capitalization.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L131
[InconsistentCapitalization] Found the field 'B' with the same name as the parameter 'b' but with different capitalization.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L131
[InconsistentCapitalization] Found the field 'G' with the same name as the parameter 'g' but with different capitalization.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L131
[InconsistentCapitalization] Found the field 'R' with the same name as the parameter 'r' but with different capitalization.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L21
[MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L16
[MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L11
[MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/terminal/color/TerminalColors.java#L6
[MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
|
Build and verify:
src/main/java/li/cil/oc2/client/renderer/cable/NetworkCableRenderer.java#L78
[ReferenceEquality] Comparison using reference equality instead of value equality
|
|
Build and verify:
src/main/java/li/cil/oc2/common/vm/video/DeltaFrameCodec.java#L396
[ByteBufferBackingArray] ByteBuffer.array() shouldn't be called unless ByteBuffer.arrayOffset() is used or if the ByteBuffer was initialized using ByteBuffer.wrap() or ByteBuffer.allocate().
|
background
wait
wait-all
cancel
parallel
Loading