mchr3k / org.intrace

Java tracing agent and live trace client
http://mchr3k.github.com/org.intrace/
73 stars 18 forks source link

NPE in Eclipse Plugin #2

Closed mchr3k closed 13 years ago

mchr3k commented 13 years ago

java.lang.NullPointerException at intrace.ecl.ui.launching.ShowInTraceOutputAction.isInTraceLaunchAvailable(ShowInTraceOutputAction.java:420) at intrace.ecl.ui.launching.ShowInTraceOutputAction.isEnabledFor(ShowInTraceOutputAction.java:410) at intrace.ecl.ui.launching.ShowInTraceOutputAction.getEnableStateForSelection(ShowInTraceOutputAction.java:319) at intrace.ecl.ui.launching.ShowInTraceOutputAction.update(ShowInTraceOutputAction.java:135) at intrace.ecl.ui.launching.ShowInTraceOutputAction.initialize(ShowInTraceOutputAction.java:235) at intrace.ecl.ui.launching.ShowInTraceOutputAction.selectionChanged(ShowInTraceOutputAction.java:111)

mchr3k commented 13 years ago

Fixed in dev release 1.8.1 of the Eclipse Plugin, available from the app engine update site but not from the github downloads page.