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 181230

Summary: AssertionError from CloneableEditor$DoInitialize.initNonVisual
Product: platform Reporter: Jesse Glick <jglick>
Component: Data SystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: RANDOM, TEST
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
URL: http://deadlock.netbeans.org/hudson/job/NB-Core-Build/4106/testReport/org.openide.loaders/DefaultDataObjectTest/testRenameOpenComponent/
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 203843    
Bug Blocks: 138686    
Attachments: Test output

Description Jesse Glick 2010-02-25 11:34:01 UTC
support.getDocument() == null.
Comment 1 Jesse Glick 2010-02-25 11:34:50 UTC
Created attachment 94524 [details]
Test output
Comment 2 Quality Engineering 2010-02-25 22:17:18 UTC
Integrated into 'main-golden', will be available in build *201002260200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c0131208d71d
User: Jesse Glick <jglick@netbeans.org>
Log: #181230: random failure.
Comment 3 David Strupl 2013-08-23 15:14:37 UTC
Randomly failing test in loaders --> reassigning to loaders.

After Mila's recent changes the exception might (or might not) be gone. But the owner of loaders should review the test (and its stability in recent builds).
Comment 4 Jaroslav Havlin 2013-09-04 15:18:58 UTC
The test was stable in recent builds.

Removing the @RandomlyFails annotation:
http://hg.netbeans.org/core-main/rev/9848aadb47dd
Comment 5 Quality Engineering 2013-09-06 01:37:13 UTC
Integrated into 'main-silver', will be available in build *201309060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9848aadb47dd
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #181230: Remove @RandomlyFails from DefaultDataObjectTest.testRenameOpenComponent()