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

Summary: IllegalArgumentException at com.sun.tools.javac.util.JCDiagnostic.<init>
Product: java Reporter: Martin Entlicher <mentlicher>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: fzamboj
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=143780
Issue Type: DEFECT Exception Reporter: 143780
Bug Depends on:    
Bug Blocks: 151769    
Attachments: stacktrace
stacktrace

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 ***