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 132442 - Tests randomly failing because EditorCookie.openDocument() == null
Summary: Tests randomly failing because EditorCookie.openDocument() == null
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL: http://beetle.czech.sun.com/automated...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-04-09 17:33 UTC by Jan Lahoda
Modified: 2008-12-22 14:23 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 Jan Lahoda 2008-04-09 17:33:57 UTC
Tests for java.hints are randomly failing on the test machines. Seems that the cause is that EditorCookie.openDocument()
(where EditorCookies' instance is org.openide.loaders.DefaultES) returns null. This should not happen, I think (either
an instance of the document should be returned, or an exception should be thrown).
Comment 1 Antonin Nebuzelsky 2008-04-17 15:14:31 UTC
Reassigning to new module owner mslama.
Comment 2 mslama 2008-06-18 12:01:04 UTC
Where are those tests? I need to debug at least one test and add logging to loaders/text to see what happens. Is there
newer test failure?
Comment 3 mslama 2008-07-21 11:12:50 UTC
No response. Closing. Please reopen when you add requested info.