-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.1.7, 1.2.0, 1.2.2
-
x86
-
linux, windows_nt
Name: tb29552 Date: 09/11/98
/*
* I made a mistake writing a Java Class. The
* compiler did not inform me about the error
* but threw an exception.
*/
package test;
class CompErr
{
public CompErr()
{
int i = 1;
if(i < String[].length) i++;
}
}
/*
* sun.tools.java.CompilerError: codeValue
* at sun.tools.tree.Expression.codeValue(Expression.java:424)
* at sun.tools.tree.LengthExpression.codeValue(LengthExpression.java:45)
* at sun.tools.tree.LessExpression.codeBranch(LessExpression.java:64)
* at sun.tools.tree.IfStatement.code(IfStatement.java:158)
* at sun.tools.tree.CompoundStatement.code(Compiled Code)
* at sun.tools.javac.SourceMember.code(Compiled Code)
* at sun.tools.javac.SourceMember.code(Compiled Code)
* at sun.tools.javac.SourceClass.compileClass(Compiled Code)
* at sun.tools.javac.SourceClass.compile(Compiled Code)
* at sun.tools.javac.Main.compile(Compiled Code)
* at sun.tools.javac.Main.main(Main.java:640)
* test\CompErr.java:0: class test.CompErr:test.CompErr()@sun.tools.java.CompilerEr
* ror: codeValue
* package test;
* ^
* 1 error
*/
(Review ID: 38293)
======================================================================
- duplicates
-
JDK-4294686 getting length of undefined array object causes invalid compilation report
-
- Closed
-