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 198901 - Non needed up to date check of jar files.
Summary: Non needed up to date check of jar files.
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 07:57 UTC by Tomas Zezula
Modified: 2011-06-03 07:50 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 Tomas Zezula 2011-05-26 07:57:02 UTC
Got by email:
<cite>
create JavaApplication1 and JavaApplication2 project
* add few dozens of jars to JavaApplication1 classpath (I used all jars from glassfish/modules directory; about 300) and wait for them to get scanned; so far everything is good
Now if you add *single* jar to JavaApplication2 (and to make it more interesting let's use a jar which is already on classpath of JavaApplication1 and which was just scanned and should be up to date) the following happens: UI shows "Scanning Projects" going from 0 to 100% *twice* and console lists:
</cite>
Comment 1 Tomas Zezula 2011-05-26 08:00:27 UTC
fixed jet-main c4f700f91f57
Comment 2 Quality Engineering 2011-05-26 22:08:37 UTC
Integrated into 'main-golden', will be available in build *201105261343* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c4f700f91f57
User: Tomas Zezula <tzezula@netbeans.org>
Log: #198901:Non needed up to date check of jar files.
Comment 3 David Konecny 2011-05-31 23:58:12 UTC
I finally got to test this. Works awesome now! No scanning is shown and that's exactly what I was expecting. Thx.
Comment 4 Tomas Zezula 2011-06-03 07:50:23 UTC
Thanks David for verification.
Integrated into 7.0.1 33642f019ba3