Name: sgC58550 Date: 06/27/97
class myClass extends Object
{
final int CR = '\r';
final int LF = '\n';
final char[] CRLF = { CR, LF}; // ouch! (LF is the problem)
}
company - Time Line Solutions Corporation , email - ###@###.###
======================================================================
- duplicates
-
JDK-4191024 (1.1.7) Compilation errors when compiling with -O on javac
-
- Closed
-
-
JDK-4035508 Internal error. See attached. If constructor code erased, it compiles.
-
- Closed
-
-
JDK-4060524 Compiler crashes when using two final constants inside of a switch statement
-
- Closed
-
-
JDK-4064683 javac bug
-
- Closed
-
-
JDK-4065333 Compile error in switch-case statement which use finalized object's variable
-
- Closed
-
-
JDK-4068952 compiler error for switch statement contained in constructor
-
- Closed
-
-
JDK-4072867 javac: sun.tools.java.CompilerError: addReference Params this
-
- Closed
-
-
JDK-4073228 Error occurred in compiler while compiling a case statement with final variables
-
- Closed
-
-
JDK-4088015 Compiler error - assignment of short to a final int in constructor
-
- Closed
-
-
JDK-4089946 javac crashes on some assignment within a switch
-
- Closed
-
-
JDK-4091694 Constant declaration problem
-
- Closed
-
-
JDK-4136992 Compiler reports error, requests I submit bug report
-
- Closed
-
-
JDK-4173494 CompilerError from ClassDefinition.addReference
-
- Closed
-
-
JDK-4060902 javac sun.tools.java.CompilerError: addReference PageDir this
-
- Closed
-
- relates to
-
JDK-4233660 javac: sun.tools.java.CompilerError: addReference
-
- Closed
-