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 195222 - JUnit Resolve button for project - missing notification that download will start
Summary: JUnit Resolve button for project - missing notification that download will start
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 08:51 UTC by michal.owsiak
Modified: 2011-02-16 11:39 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 michal.owsiak 2011-02-09 08:51:44 UTC
There is small issue related to resolving JUnit missing library.

1. Install NetBeans 7.0 beta 2
2. Load project that has missing JUnit references (e.g. http://wiki.netbeans.org/wiki/images/c/c0/JUnitSampleProject_TS_68_JUnit.zip)
3. NetBeans reports that there are reference related issues
4. Close dislog
5. Choose to resolve reference problems
6. New dialog opens
7. Press "resolve" few times

You can press "resolve" even thou resolving is going on. This results with multiple "resolve process" put into queue.

Another issue is:

When you see dialog informing that you will download JUnit, press "Cancel".

Library window is shown even thou you didn't download anything.
Comment 1 Marian Mirilovic 2011-02-11 11:12:06 UTC
This is going to be workarounded for Beta 2
Comment 2 Yulia Novozhilova 2011-02-11 11:47:00 UTC
Redirecting to java.project since the problem seems to be in org.netbeans.modules.java.project.BrokenReferencesCustomizer
Comment 3 Tomas Zezula 2011-02-14 14:06:30 UTC
Fixed jet-main 170569b9b7d2
The button will be disabled when action is asynchronously started.
Comment 4 Quality Engineering 2011-02-16 11:39:09 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/170569b9b7d2
User: Tomas Zezula <tzezula@netbeans.org>
Log: #195222:JUnit Resolve button for project - missing notification that download will start