Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320311 - Suppress logging of InterruptedException
Summary: Suppress logging of InterruptedException
Status: CLOSED DUPLICATE of bug 313623
Alias: None
Product: Web Tools
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst-inbox CLA
QA Contact: David Williams CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 14:56 EDT by Mohammad Al-Bedaiwi CLA
Modified: 2010-07-20 13:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***