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 55350 - NPE while renaming folder in the Files tab
Summary: NPE while renaming folder in the Files tab
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-22 13:38 UTC by Ondrej Rypacek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the exception trace (1.62 KB, text/plain)
2005-02-22 13:39 UTC, Ondrej Rypacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Rypacek 2005-02-22 13:38:15 UTC
In the Files tab, I renamed a package (a folder
under the src root). The following
NullPointerException popped out.
Comment 1 Ondrej Rypacek 2005-02-22 13:39:38 UTC
Created attachment 20455 [details]
the exception trace
Comment 2 Ondrej Rypacek 2005-02-22 13:42:05 UTC
The package must contain some classes for this bug to work .
Comment 3 Martin Matula 2005-02-22 16:37:12 UTC
Fixed.

Checking in src/org/netbeans/modules/javacore/ClassIndex.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/ClassIndex.java,v
 <--  ClassIndex.java
new revision: 1.30; previous revision: 1.29
done
Comment 4 Ondrej Rypacek 2005-02-22 17:38:46 UTC
yeah, works!
Comment 5 Quality Engineering 2007-09-20 10:45:32 UTC
Reorganization of java component