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 213803 - IllegalArgumentException: Cannot decrease processed workunit count (500) to lower value than before (710)
Summary: IllegalArgumentException: Cannot decrease processed workunit count (500) to l...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-08 09:10 UTC by lhochet
Modified: 2012-06-22 12:44 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188369


Attachments
stacktrace (2.72 KB, text/plain)
2012-06-08 09:10 UTC, lhochet
Details
stacktrace (2.72 KB, text/plain)
2012-06-09 20:48 UTC, everflux
Details
stacktrace (2.71 KB, text/plain)
2012-06-10 09:18 UTC, Jan Lahoda
Details
stacktrace (2.72 KB, text/plain)
2012-06-18 14:31 UTC, Alexander Simon
Details
stacktrace (2.72 KB, text/plain)
2012-06-18 14:49 UTC, Alexander Simon
Details
stacktrace (2.72 KB, text/plain)
2012-06-18 15:13 UTC, Alexander Simon
Details
stacktrace (2.72 KB, text/plain)
2012-06-22 12:44 UTC, _ theanuradha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lhochet 2012-06-08 09:10:08 UTC
Build: NetBeans IDE Dev (Build 201206040001)
VM: Java HotSpot(TM) Client VM, 23.2-b03, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b12
OS: Windows 7

User Comments:
itreppert: this time it already stopped at 1% of inspecting "Open Projects"

facilityderek: Doing an inspection on web application code base. All analyzers. This was working fine until recently. No recent updates that I'm aware of.

zdenek.rod: I lunched Inspect and slected FindBug on maven project.

itreppert: Updated to this DEV release, ->Source -> Inspect -> choose FindBugs -> pushed Install Button -> Installed fine -> pushed Inspect Button for Open Projects -> this error

itreppert: This time it went to 23%




Stacktrace: 
java.lang.IllegalArgumentException: Cannot decrease processed workunit count (500) to lower value than before (710)
   at org.netbeans.modules.progress.spi.InternalHandle.progress(InternalHandle.java:267)
   at org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:184)
   at org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:164)
   at org.netbeans.modules.analysis.spi.Analyzer$Context.progress(Analyzer.java:182)
   at org.netbeans.modules.findbugs.AnalyzerImpl$1.finishPerClassAnalysis(AnalyzerImpl.java:231)
   at edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:1227)
Comment 1 lhochet 2012-06-08 09:10:15 UTC
Created attachment 120544 [details]
stacktrace
Comment 2 everflux 2012-06-09 20:48:32 UTC
Created attachment 120602 [details]
stacktrace

Maven project, used "source->inspect" and ran "all analyzers"
Comment 3 Jan Lahoda 2012-06-10 09:18:35 UTC
Created attachment 120611 [details]
stacktrace
Comment 5 Quality Engineering 2012-06-11 06:27:00 UTC
Integrated into 'main-golden', will be available in build *201206110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8ecd1c3446f5
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #213803: handling progress for empty source roots.
Comment 6 Exceptions Reporter 2012-06-13 16:58:52 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=188369
Comment 7 Alexander Simon 2012-06-18 14:31:43 UTC
Created attachment 120992 [details]
stacktrace
Comment 8 Alexander Simon 2012-06-18 14:49:40 UTC
Created attachment 120994 [details]
stacktrace
Comment 9 Alexander Simon 2012-06-18 15:13:40 UTC
Created attachment 120996 [details]
stacktrace
Comment 10 _ theanuradha 2012-06-22 12:44:06 UTC
Created attachment 121218 [details]
stacktrace

when run the inspect on open projects