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 200043 - BrokenReferencesDialog makes testWhitelist3 unreliable
Summary: BrokenReferencesDialog makes testWhitelist3 unreliable
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: -S1S-
Hardware: Other Linux
: P2 normal (vote)
Assignee: Petr Cyhelsky
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on:
Blocks:
 
Reported: 2011-07-11 12:19 UTC by Jaroslav Tulach
Modified: 2011-11-24 10:35 UTC (History)
0 users

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 Jaroslav Tulach 2011-07-11 12:19:24 UTC
Build 
http://deadlock.netbeans.org/hudson/job/ergonomics/2571/
detected few new classes being loaded on start. Some of them are result of wrong project being in use (missing JUnit dependency):

org.netbeans.core.windows.services.DialogDisplayerImpl$1AWTQuery
org.netbeans.modules.java.project.BrokenReferencesModel$BrokenProject
org.netbeans.modules.java.project.BrokenReferencesModel$Context
org.netbeans.modules.java.project.BrokenReferencesModel$RefType
org.netbeans.spi.java.project.support.ui.BrokenReferencesSupport$LibraryDefiner
org.netbeans.modules.junit.JUnitLibraryDownloader

Please update the project to some other without missing libraries. As people usually work on projects without broken dependencies, then the test will be more reliable.
Comment 1 Quality Engineering 2011-07-12 14:14:33 UTC
Integrated into 'main-golden', will be available in build *201107120600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b65a8fa2294c
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #200043: BrokenReferencesDialog is temporarily allowed
Comment 2 Petr Cyhelsky 2011-07-12 15:14:31 UTC
fixed in ergonomics
9da75d177972
bf6f95ce90f9
Comment 3 Quality Engineering 2011-07-17 13:59:48 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/9da75d177972
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: Issue #200043 - fixing broken references
Comment 4 Petr Cyhelsky 2011-11-24 10:35:56 UTC
verified