Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dd-dev] A few patches for DSF

Hi,

I created a few patches for DSF. I created for each change a bugzilla
entry and a patch.

- Add traceability to DSF runnables
  You are in the run method of a runnable, but you have no 
  idea how it got posted to the execution thread. The current 
  stack trace is not really helpful, because it only tells 
  you about the execution thread and nothing about the stack 
  trace at the time when the Runnable was posted.
  (see also
http://www.eclipsezone.com/forums/thread.jspa?messageID=92036933)

- Make DSF work smoothly in a java 1.4 environment
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=153944
  (see also
http://michaelscharf.blogspot.com/2006/07/how-to-setup-some-plugins-to-u
se-java.html)

- DsfQuery should use Generics
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=153947
  
- Fixed some names in comments and code
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=153959


Michael


Back to the top