Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 183125 Details for
Bug 330258
[Undo] ConcurrentModificationException in DefaultOperationHistory.filter()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
synchronizes iterator access
DefaultOperationHistory.patch (text/plain), 931 bytes, created by
Carsten Reckord
on 2010-11-15 10:44:18 EST
(
hide
)
Description:
synchronizes iterator access
Filename:
MIME Type:
Creator:
Carsten Reckord
Created:
2010-11-15 10:44:18 EST
Size:
931 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.core.commands >Index: src/org/eclipse/core/commands/operations/DefaultOperationHistory.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java,v >retrieving revision 1.39 >diff -u -r1.39 DefaultOperationHistory.java >--- src/org/eclipse/core/commands/operations/DefaultOperationHistory.java 25 May 2009 20:52:47 -0000 1.39 >+++ src/org/eclipse/core/commands/operations/DefaultOperationHistory.java 15 Nov 2010 15:38:44 -0000 >@@ -551,8 +551,8 @@ > */ > > List filtered = new ArrayList(); >- Iterator iterator = list.iterator(); > synchronized (undoRedoHistoryLock) { >+ Iterator iterator = list.iterator(); > while (iterator.hasNext()) { > IUndoableOperation operation = (IUndoableOperation) iterator > .next();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 330258
: 183125