Bug 25994 - Marker for "static method should be accessed in a static way"
Summary: Marker for "static method should be accessed in a static way"
Status: RESOLVED DUPLICATE of bug 25995
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-11 15:00 EST by Vijay Aravamudhan CLA
Modified: 2002-11-12 09:28 EST (History)
0 users

See Also:


Attachments

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