Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320311

Summary: Suppress logging of InterruptedException
Product: [WebTools] Web Tools Reporter: Mohammad Al-Bedaiwi <malbedaiwi>
Component: GeneralAssignee: jst-inbox <jst-inbox>
Status: CLOSED DUPLICATE QA Contact: David Williams <david_williams>
Severity: normal    
Priority: P3 CC: ccc
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Mohammad Al-Bedaiwi CLA 2010-07-19 14:56:38 EDT
Build Identifier: 20100617-1415

The code should suppress this InterruptedException log

java.lang.InterruptedException
	at org.eclipse.core.internal.jobs.OrderedLock.acquire(OrderedLock.java:100)
	at org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer.aquireLock(ResourceSetWorkbenchEditSynchronizer.java:196)
	at org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer.acceptDelta(ResourceSetWorkbenchEditSynchronizer.java:203)
	at org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer.resourceChanged(ResourceSetWorkbenchEditSynchronizer.java:141)
	at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)

Reproducible: Sometimes

Steps to Reproduce:
when doing several changes to a file quickly via other plugins, the ResourceSetWorkbenchEditSynchronizer logs these exceptions.  They can be suppressed.  
This seems to be similar to defect 295179
Comment 1 Carl Anderson CLA 2010-07-20 13:52:13 EDT
We're working to address this issue.

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