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

Reply via email to