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 76080

Summary: J2EERenameRefactoringTest#testTldRenameClass caused error, test run 200605050500
Product: javaee Reporter: Erno Mononen <emononen>
Component: RefactoringAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: pjiricka
Priority: P3 Keywords: TEST
Version: 5.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Erno Mononen 2006-05-09 08:08:44 UTC
J2EERenameRefactoringTest#testTldRenameClass caused error on one of the Linux 
test servers, test run 200605050500. Error:

java.lang.NullPointerException
at org.netbeans.editor.ext.ExtFormatter.settingsChange(ExtFormatter.java:108)
at org.netbeans.editor.Settings.fireSettingsChange(Settings.java:495)
at org.netbeans.editor.Settings.touchValue(Settings.java:356)
at org.netbeans.modules.editor.options.BaseOptions$7.run(BaseOptions.java:1592)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Erno Mononen 2006-09-01 09:00:59 UTC
This particular error has not occured since. In any case, based on the 
stacktrace, it looks like the cause was not in j2ee/refactoring. The test still 
seems to fail occasionally in trunk for other reasons, so I will close this as 
duplicate of issue 73490 that tracks J2EERenameRefactoringTest failures.

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