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 238511

Summary: IllegalArgumentException: Cannot decrease processed workunit count (973) to lower value than before (999)
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProgressAssignee: Jan Peska <JPESKA>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205378
Attachments: stacktrace

Description Exceptions Reporter 2013-11-18 14:25:05 UTC
This bug was originally marked as duplicate of bug 214851, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 7

User Comments:
GUEST: Tried to inspect a relatively small project.
As a result of this error, the inspect window is frozen at 100%




Stacktrace: 
java.lang.IllegalArgumentException: Cannot decrease processed workunit count (973) to lower value than before (999)
   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:247)
   at org.netbeans.modules.findbugs.AnalyzerImpl$1.finishPerClassAnalysis(AnalyzerImpl.java:274)
   at org.netbeans.modules.findbugs.RunFindBugs$4.finishPerClassAnalysis(RunFindBugs.java:255)
Comment 1 Exceptions Reporter 2013-11-18 14:25:07 UTC
Created attachment 142320 [details]
stacktrace
Comment 2 Jan Peska 2013-12-04 14:34:28 UTC

*** This bug has been marked as a duplicate of bug 224728 ***