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 54903

Summary: NPE after Find Usages invoke
Product: apisupport Reporter: Marian Mirilovic <mmirilovic>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: NPE stack trace

Description Marian Mirilovic 2005-02-12 10:07:01 UTC
NB4.1 (200502101900) , JDK1.5.0_03 (ea)

Steps to reproduce:
- run IDE
- open projects : xtest, jutni, nbjunit
- open file PerformanceData
- push Find Usages from  contextual menu
- push OK
-> NullPointerException rises (see attachment)
P2: refactoring is more or less unusable now
Comment 1 Marian Mirilovic 2005-02-12 10:07:23 UTC
Created attachment 20326 [details]
NPE stack trace
Comment 2 Tomas Zezula 2005-02-23 08:59:17 UTC
WORKSFORME in current build.
It seems that the project file was broken, it had no valid NetBeans
API Support project root.
Comment 3 Marian Mirilovic 2005-06-22 09:57:19 UTC
verified