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 123026 - exception when doing a CVS update.
Summary: exception when doing a CVS update.
Status: RESOLVED DUPLICATE of bug 122246
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:
 
Reported: 2007-11-29 02:52 UTC by nleck
Modified: 2007-11-29 08:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 1231


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2007-11-29 02:52:38 UTC
We get this error fairly consistently when we do a CVS update. 


Build: NetBeans IDE Dev (Build 200708091200)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError
        at com.sun.tools.javac.comp.Check.checkFlags(Check.java:634)
        at com.sun.tools.javac.comp.Enter.visitClassDef(Enter.java:417)
        at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:579)
        at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:245)
        at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:259)
        at com.sun.tools.javac.comp.Enter.visitTopLevel(Enter.java:305)
        at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:444)
        at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:245)
        at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:259)
        at com.sun.tools.javac.comp.Enter.complete(Enter.java:532)
Comment 1 nleck 2007-11-29 02:56:09 UTC
PS. just noticed the stack trace... the details are wrong. I'm using 6.0r2 on Linux. 
Comment 2 Dusan Balek 2007-11-29 08:48:11 UTC
Already reported. Thanks.

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