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 150836 - ConcurrentModificationException occurred whild editing HTML in a PHP file
Summary: ConcurrentModificationException occurred whild editing HTML in a PHP file
Status: CLOSED DUPLICATE of bug 141728
Alias: None
Product: ide
Classification: Unclassified
Component: Timers (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 10:52 UTC by Jan Chalupa
Modified: 2011-05-24 13:34 UTC (History)
0 users

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 Jan Chalupa 2008-10-21 10:52:46 UTC
[Custom build of trunk as of 2008-10-11 (before 6.5 rc branching)]

I copy&pasted a block of PHP/HTML text in a PHP file and started to edit some HTML code. The following exception occurred:

An error occurred during parsing of '/home/honza/sources/usages/UsageBrowser/php_details.php'. Please report a bug
against PHP and attach dump file '/home/honza/.netbeans/6.5dev/var/log/php_details.php.dump'.
Caused: java.util.ConcurrentModificationException
	at java.util.IdentityHashMap$IdentityHashMapIterator.nextIndex(IdentityHashMap.java:715)
	at java.util.IdentityHashMap$KeyIterator.next(IdentityHashMap.java:804)
	at org.netbeans.modules.timers.InstanceWatcher.contains(InstanceWatcher.java:78)
	at org.netbeans.modules.timers.InstanceWatcher.add(InstanceWatcher.java:72)
	at org.netbeans.modules.timers.TimesCollectorPeer$ObjectCountDescripton.add(TimesCollectorPeer.java:214)
	at org.netbeans.modules.timers.TimesCollectorPeer$ObjectCountDescripton.access$000(TimesCollectorPeer.java:189)
	at org.netbeans.modules.timers.TimesCollectorPeer.reportReference(TimesCollectorPeer.java:104)
	at org.netbeans.modules.timers.Install$TimerHandler.publish(Install.java:114)
	at java.util.logging.Logger.log(Logger.java:472)
	at org.netbeans.modules.css.gsf.CSSGSFParser.parseFiles(CSSGSFParser.java:135)
	at org.netbeans.napi.gsfret.source.Source.moveToPhase(Source.java:1011)
	at org.netbeans.napi.gsfret.source.CompilationController.toPhase(CompilationController.java:112)
	at org.netbeans.modules.html.editor.HTMLBracesMatching$1.run(HTMLBracesMatching.java:183)
	at org.netbeans.modules.html.editor.HTMLBracesMatching$1.run(HTMLBracesMatching.java:178)
	at org.netbeans.napi.gsfret.source.Source.runUserActionTask(Source.java:485)
	at org.netbeans.modules.html.editor.HTMLBracesMatching.findMatches(HTMLBracesMatching.java:173)
	at org.netbeans.modules.editor.bracesmatching.MasterMatcher$Result._run(MasterMatcher.java:546)
	at org.netbeans.modules.editor.bracesmatching.MasterMatcher$Result.run(MasterMatcher.java:487)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Antonin Nebuzelsky 2008-10-24 17:55:47 UTC
Reassigning to new timers module owner jtulach.
Comment 2 Jaroslav Tulach 2008-10-29 18:34:56 UTC

*** This issue has been marked as a duplicate of 141728 ***