Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] JavaUI.getWorkingCopyManager()

Hi,
I'm working on this plugin inspired by the book: The Java Developer's Guide
to Eclipse

It's the "Add Trace Statements" example, and it inserts a
System.out.println("<NAME OF METHOD>"); at the start of the methods. But I
cannot get it to work!

When I run my plugin - nothing happens after I do a:
IWorkingCopyManager manager = JavaUI.getWorkingCopyManager();

It just hangs :-(

Can anyone help me


Regards, Kasper



Back to the top