Hi Maximilian,

Thanks for your email. This is a bug. Open Source action does not work for all anonymous inner classes Bugzilla 142006 is opened (https://bugs.eclipse.org/bugs/show_bug.cgi?id=142006) to track this problem.

Regards,
------------------------------------------------------------------------------
Eugene Chan
IBM Toronto Laboratory, Canada




Maximilian Mehnert <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

05/15/2006 07:03 AM

Please respond to
TPTP Tracing and Profiling Tools Project developer discussions <tptp-tracing-profiling-tools-dev@eclipse.org>

To
tptp-tracing-profiling-tools-dev@eclipse.org
cc
Subject
[tptp-tracing-profiling-tools-dev] Problems opening the source code        of anonymous inner classes





Hello everyone!

If I try to profile an application within tptp, I can reach for the source
code of all classes from within the profiling perspective using the
context menu.

But this does not work for all anonymous inner classes.

While I can find the keyReleased()-function of this code:

SomeObject.addKeyListener(new java.awt.event.KeyAdapter() {
               public void keyReleased(java.awt.event.KeyEvent evt) {
                   GradeFieldKeyReleased(evt);
               } // end keyReleased()
           } // end new
       );

I can not click on the run()-function of the following anonyous class
within the profiling perspective to go directly to the source code.
new java.lang.Thread() {
                public void run() {
                }
}.start();

Does this make head or tail to anyone?

Many thanks in advance for you help and suggestions,

regards,
Maximilian
_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

Reply via email to