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

Summary: Module Java Refactoring threw java.lang.NullPointerException
Product: java Reporter: yrozijn <yrozijn>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: var/log/messages.log

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 ***