jdk/test/langtools/tools/javac/lint/ShiftOutOfRange.out
2026-01-30 03:43:46 +00:00

26 lines
1.8 KiB
Plaintext

ShiftOutOfRange.java:14:18: compiler.warn.bit.shift.out.of.range: int, -32, 0
ShiftOutOfRange.java:15:18: compiler.warn.bit.shift.out.of.range: int, -32, 0
ShiftOutOfRange.java:16:19: compiler.warn.bit.shift.out.of.range: int, -32, 0
ShiftOutOfRange.java:17:15: compiler.warn.bit.shift.out.of.range: int, -32, 0
ShiftOutOfRange.java:18:15: compiler.warn.bit.shift.out.of.range: int, -32, 0
ShiftOutOfRange.java:19:16: compiler.warn.bit.shift.out.of.range: int, -32, 0
ShiftOutOfRange.java:39:18: compiler.warn.bit.shift.out.of.range: int, 32, 0
ShiftOutOfRange.java:40:18: compiler.warn.bit.shift.out.of.range: int, 32, 0
ShiftOutOfRange.java:41:19: compiler.warn.bit.shift.out.of.range: int, 32, 0
ShiftOutOfRange.java:42:15: compiler.warn.bit.shift.out.of.range: int, 32, 0
ShiftOutOfRange.java:43:15: compiler.warn.bit.shift.out.of.range: int, 32, 0
ShiftOutOfRange.java:44:16: compiler.warn.bit.shift.out.of.range: int, 32, 0
ShiftOutOfRange.java:51:18: compiler.warn.bit.shift.out.of.range: long, -64, 0
ShiftOutOfRange.java:52:18: compiler.warn.bit.shift.out.of.range: long, -64, 0
ShiftOutOfRange.java:53:19: compiler.warn.bit.shift.out.of.range: long, -64, 0
ShiftOutOfRange.java:54:15: compiler.warn.bit.shift.out.of.range: long, -64, 0
ShiftOutOfRange.java:55:15: compiler.warn.bit.shift.out.of.range: long, -64, 0
ShiftOutOfRange.java:56:16: compiler.warn.bit.shift.out.of.range: long, -64, 0
ShiftOutOfRange.java:76:18: compiler.warn.bit.shift.out.of.range: long, 64, 0
ShiftOutOfRange.java:77:18: compiler.warn.bit.shift.out.of.range: long, 64, 0
ShiftOutOfRange.java:78:19: compiler.warn.bit.shift.out.of.range: long, 64, 0
ShiftOutOfRange.java:79:15: compiler.warn.bit.shift.out.of.range: long, 64, 0
ShiftOutOfRange.java:80:15: compiler.warn.bit.shift.out.of.range: long, 64, 0
ShiftOutOfRange.java:81:16: compiler.warn.bit.shift.out.of.range: long, 64, 0
24 warnings