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 195151 - [70cat] IllegalArgumentException: Task: org.netbeans.modules.java.editor.fold.JavaElementFoldManager$JavaElementFoldTask@1ef21a23 is already scheduled
Summary: [70cat] IllegalArgumentException: Task: org.netbeans.modules.java.editor.fold...
Status: RESOLVED DUPLICATE of bug 193261
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 23:38 UTC by jiai
Modified: 2011-03-08 19:26 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173692


Attachments
stacktrace (1.65 KB, text/plain)
2011-02-07 23:38 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2011-02-07 23:38:21 UTC
Build: NetBeans IDE Dev (Build 201102070000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
Chiana: Installe System properties viewer and Todo tasks scanning in tools/plugins




Stacktrace: 
java.lang.IllegalArgumentException: Task: org.netbeans.modules.java.editor.fold.JavaElementFoldManager$JavaElementFoldTask@1ef21a23 is already scheduled
   at org.netbeans.modules.java.source.JavaSourceAccessor.addPhaseCompletionTask(JavaSourceAccessor.java:185)
   at org.netbeans.api.java.source.JavaSourceTaskFactory$3.addPhaseCompletionTask(JavaSourceTaskFactory.java:234)
   at org.netbeans.api.java.source.JavaSourceTaskFactory.stateChangedImpl(JavaSourceTaskFactory.java:187)
   at org.netbeans.api.java.source.JavaSourceTaskFactory.access$000(JavaSourceTaskFactory.java:81)
   at org.netbeans.api.java.source.JavaSourceTaskFactory$1.run(JavaSourceTaskFactory.java:142)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 jiai 2011-02-07 23:38:25 UTC
Created attachment 105717 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-03-08 19:26:28 UTC

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