This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154482 - IllegalArgumentException at com.sun.tools.javac.util.JCDiagnostic.<init>
Summary: IllegalArgumentException at com.sun.tools.javac.util.JCDiagnostic.<init>
Status: RESOLVED DUPLICATE of bug 154560
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 151769
  Show dependency tree
 
Reported: 2008-12-03 15:36 UTC by Martin Entlicher
Modified: 2009-02-19 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143780


Attachments
stacktrace (3.14 KB, text/plain)
2008-12-03 15:36 UTC, Martin Entlicher
Details
stacktrace (2.98 KB, text/plain)
2008-12-05 14:49 UTC, Filip Zamboj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2008-12-03 15:36:41 UTC
Build: NetBeans IDE Dev (Build 081202)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Linux, 2.6.22-14-generic, i386

Stacktrace: 
java.lang.IllegalArgumentException
        at com.sun.tools.javac.util.JCDiagnostic.<init>(JCDiagnostic.java:292)
        at com.sun.tools.javac.util.JCDiagnostic$Factory.error(JCDiagnostic.java:90)
        at com.sun.tools.javac.util.Log.error(Log.java:444)
        at com.sun.tools.javac.parser.Parser.checkExprStat(Parser.java:2967)
        at com.sun.tools.javac.parser.Parser.blockStatements(Parser.java:1746)
        at com.sun.tools.javac.parser.Parser.block(Parser.java:1637)
Comment 1 Martin Entlicher 2008-12-03 15:36:45 UTC
Created attachment 74486 [details]
stacktrace
Comment 2 Filip Zamboj 2008-12-05 14:49:51 UTC
Build: NetBeans IDE Dev (Build 081204)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-9-generic, i386

User Comments: 
ergonomic IDE 
The exception has been thrown when debugging Java WEB project from samples JSP Example. 

Stacktrace: 
java.lang.IllegalArgumentException
        at com.sun.tools.javac.util.JCDiagnostic.<init>(JCDiagnostic.java:292)
        at com.sun.tools.javac.util.JCDiagnostic$Factory.error(JCDiagnostic.java:90)
        at com.sun.tools.javac.util.Log.error(Log.java:444)
        at com.sun.tools.javac.parser.Parser.checkExprStat(Parser.java:2967)
        at com.sun.tools.javac.parser.Parser.blockStatements(Parser.java:1746)
        at com.sun.tools.javac.parser.Parser.block(Parser.java:1637)
Comment 3 Filip Zamboj 2008-12-05 14:49:55 UTC
Created attachment 74613 [details]
stacktrace
Comment 4 Dusan Balek 2008-12-08 10:03:34 UTC
Duplicate of a higher priority issue.

*** This issue has been marked as a duplicate of 154560 ***