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 - 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: Tomas Zezula
URL:
Keywords:
: 233758 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-19 19:48 UTC by Exceptions Reporter
Modified: 2015-04-23 02:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204015


Attachments
stacktrace (6.62 KB, text/plain)
2013-09-19 19:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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