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 236158

Summary: AssertionError: ClassIndexImpl null for created entry
Product: utilities Reporter: Exceptions Reporter <exceptions_reporter>
Component: Jump ToAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: chuprin
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204015
Attachments: stacktrace

Description Exceptions Reporter 2013-09-19 19:48:23 UTC
This bug was originally marked as duplicate of bug 231241, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
GUEST: 1. Create maven web project
2. Create pojo class
3. Open New RESTful Web Services from Patterns
4. Open Find Type window for select Representation class
5. Start typing of class name




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 Exceptions Reporter 2013-09-19 19:48:25 UTC
Created attachment 140266 [details]
stacktrace
Comment 2 Jan Stola 2015-04-21 09:39:11 UTC
*** Bug 233758 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Zezula 2015-04-22 15:26:27 UTC
Fixed jet-main  9b0552af0fab
Comment 4 Quality Engineering 2015-04-23 02:10:24 UTC
Integrated into 'main-silver', will be available in build *201504230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9b0552af0fab
User: Tomas Zezula <tzezula@netbeans.org>
Log: #236158:AssertionError: ClassIndexImpl null for created entry