Bug 25994

Summary: Marker for "static method should be accessed in a static way"
Product: [Eclipse Project] JDT Reporter: Vijay Aravamudhan <avijayr>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Vijay Aravamudhan CLA 2002-11-11 15:00:08 EST
hi,
In some of my projects, we have code like this:
Toolkit.getDefaultToolkit().getSystemEventQueue().invokeAndWait(new Runnable())

This is the "standard" way of posting an event to the EventQueue. Can this task 
marker be made more intelligent?

I know that we can put in some filters - but that again seems like just a 
workaround, and not a real solution.
Comment 1 Philipe Mulet CLA 2002-11-11 17:13:39 EST

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