-
Bug
-
Resolution: Fixed
-
P3
-
8u65
-
b100
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8149313 | 8u101 | Srikanth Adayapalam | P3 | Resolved | Fixed | b01 |
JDK-8146533 | 8u92 | Srikanth Adayapalam | P3 | Resolved | Fixed | b03 |
JDK-8155498 | emb-8u101 | Srikanth Adayapalam | P3 | Resolved | Fixed | b01 |
On 8u65/8u66, the attached Test class shows javac displaying an error but not displaying line numbers associated with the error.
example output :
$/java/re/jdk/9/promoted/all/b94/binaries/solaris-sparcv9/bin/javac Test.java
error: incompatible types: possible lossy conversion from long to int
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
Would like the javac compiler to include a line number when it displays this error.
example output :
$/java/re/jdk/9/promoted/all/b94/binaries/solaris-sparcv9/bin/javac Test.java
error: incompatible types: possible lossy conversion from long to int
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
Would like the javac compiler to include a line number when it displays this error.
- backported by
-
JDK-8146533 javac: No line numbers in compilation error
- Resolved
-
JDK-8149313 javac: No line numbers in compilation error
- Resolved
-
JDK-8155498 javac: No line numbers in compilation error
- Resolved