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 231241 - AssertionError: ClassIndexImpl null for created entry
Summary: AssertionError: ClassIndexImpl null for created entry
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 19:58 UTC by davidsalter
Modified: 2013-06-22 02:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201393


Attachments
stacktrace (10.20 KB, text/plain)
2013-06-13 19:58 UTC, davidsalter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2013-06-13 19:58:50 UTC
Build: NetBeans IDE Dev (Build 201306122301)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
GUEST: Browsing for a class on the Insert Managed Bean Action.

GUEST: Business method wizard when adding a parameter type hit this excemption

davidsalter: On the resultant dialog from the "Insert Managed Bean" editor action, I ttempted to find a class and this error occurred.




Stacktrace: 
java.lang.AssertionError: ClassIndexImpl null for created entry
   at org.netbeans.modules.java.source.ui.JavaTypeDescription.getFileDisplayPath(JavaTypeDescription.java:183)
   at org.netbeans.modules.jumpto.type.GoToPanel$PatternListener.valueChanged(GoToPanel.java:557)
   at javax.swing.JList.fireSelectionValueChanged(JList.java:1798)
   at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1812)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
Comment 1 davidsalter 2013-06-13 19:58:52 UTC
Created attachment 135779 [details]
stacktrace
Comment 2 Svata Dedic 2013-06-17 08:19:40 UTC
Fixed in http://hg.netbeans.org/jet-main/rev/450c42e8ad5d
Comment 3 Quality Engineering 2013-06-22 02:06:08 UTC
Integrated into 'main-golden', will be available in build *201306212301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/450c42e8ad5d
User: Svata Dedic <sdedic@netbeans.org>
Log: #231241: ClassIndex initialized for each processed CacheItem