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 - J2EERenameRefactoringTest#testTldRenameClass caused error, test run 200605050500
Summary: J2EERenameRefactoringTest#testTldRenameClass caused error, test run 200605050500
Status: RESOLVED DUPLICATE of bug 73490
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-05-09 08:08 UTC by Erno Mononen
Modified: 2006-09-01 09:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***