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 136888 - Module Java Refactoring threw java.lang.NullPointerException
Summary: Module Java Refactoring threw java.lang.NullPointerException
Status: RESOLVED DUPLICATE of bug 120577
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 10:35 UTC by yrozijn
Modified: 2008-06-10 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
var/log/messages.log (37.78 KB, text/plain)
2008-06-10 10:38 UTC, yrozijn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yrozijn 2008-06-10 10:35:57 UTC
When trying to use refactoring to change the name of an abstract method that is used and overridden in various other 
classes of my project, I pretty much immediately get the message "Module Java Refactoring threw 
java.lang.NullPointerException". That is before I could enter the new name.
This is reproducable (at least, today. Lately I frequently run into the possibly related problem of "Find usages" not 
always finding all usages, which I think has already been reported. The next time it then works ok; maybe this problem 
will be gone too the next time?).
Now I found the var/log/messages.log file, but how do I attach it? Do I have to include its contents here?
Comment 1 yrozijn 2008-06-10 10:38:34 UTC
Created attachment 62603 [details]
var/log/messages.log
Comment 2 yrozijn 2008-06-10 10:39:16 UTC
I found out how to attach the file.
Comment 3 Jan Becicka 2008-06-10 15:25:50 UTC

*** This issue has been marked as a duplicate of 120577 ***