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 27557 - java.lang.IllegalArgumentException: org.openide.awt..Toolbar.Patch.
Summary: java.lang.IllegalArgumentException: org.openide.awt..Toolbar.Patch.
Status: RESOLVED DUPLICATE of bug 26806
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-25 00:49 UTC by Torbjorn Norbye
Modified: 2003-02-04 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2002-09-25 00:49:56 UTC
This exception occurred while I was using the IDE.

Exception occurred during Code Completion Database
rebuilding
java.lang.IllegalArgumentException:
org.openide.awt..Toolbar.Patch.
        at
org.openide.src.Identifier.initNamePos(Identifier.java:86)
        at
org.openide.src.Identifier.create(Identifier.java:129)
        at
org.netbeans.modules.clazz.ClassElementImpl.createName(ClassElementImpl.java:102)
        at
org.netbeans.modules.clazz.MemberElementImpl.getName(MemberElementImpl.java:66)
        at
org.openide.src.MemberElement.getName(MemberElement.java:81)
        at
org.netbeans.modules.clazz.SourceElementImpl.addClassElement(SourceElementImpl.java:246)
        at
org.netbeans.modules.clazz.SourceElementImpl.createClassesMap(SourceElementImpl.java:238)
        at
org.netbeans.modules.clazz.SourceElementImpl.getAllClassesMap(SourceElementImpl.java:221)
        at
org.netbeans.modules.clazz.SourceElementImpl.getAllClasses(SourceElementImpl.java:151)
        at
org.openide.src.SourceElement.getAllClasses(SourceElement.java:242)
        at
org.netbeans.modules.editor.java.JCUpdater.appendSource(JCUpdater.java:373)
        at
org.netbeans.modules.editor.java.JCUpdater.updateProviderOnBackground(JCUpdater.java:660)
        at
org.netbeans.modules.editor.java.JCUpdater.processNode(JCUpdater.java:253)
        at
org.netbeans.modules.editor.java.JCUpdater.run(JCUpdater.java:170)
Comment 1 Torbjorn Norbye 2002-09-25 00:51:24 UTC
Sorry, this was not for the projects-branch (old habit), reassigning
Comment 2 Tomas Hurka 2002-09-25 09:48:13 UTC

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