jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

UI plugin stopping and starting problem during runtime #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install a new plugin in Eclipse via an update site
2. do not restart Eclipse to accept changes, but click on the button to accept 
changes on the fly (without restart)

What is the expected output? What do you see instead?
The iDocIt! UI plugin should interrupt the thread created for Issue #3 and then 
the Eclipse Platform can stop the UI plugin. But there comes a warning from 
Eclipse that there is a not stoppable thread and that threads should be 
stoppable by Eclipse.

Please use labels and text to provide additional information.
May the sleep time of 1.5secs is the cause that Eclipse thinks that the thread 
is not stoppable, but it takes only a little to long.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 24 May 2011 at 7:49