Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4172968

Compiler Throws Exception handling incorrect programm

XMLWordPrintable

    • 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)
      ======================================================================

            tturnidgsunw Todd Turnidge (Inactive)
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: