emacs 20.7.1 (i386-*-nt4.0.1381)
JDE 2.1.9
Speedbar 0.11.1
Semantic 1.2.1

There's a problem loading a file for the first time that has inner
classes three deep that contain member functions.

Like this
--------------------------
class JdeBug {
    class Inner1 {
         public void ok(a) {
              return;
         }
         class Inner2 {
              public void ok(a) {
                  return;
              }
              class Inner3 {
                    public void bug(a) {
                        return;
                    }
               }
         }
    }
}
--------------------------

Mode line symptom:
   file.java: [###########..............]  72%

Problem:
The [Classes] menu item stops working.

My quick fix:
   Delete the file's buffer and reload the file.


Hope that you can fix this.  JDE is a great product!

Thanks.

-tom
------------
Thomas C. Smith
JHU/APL
25-148
(443)778-6457 voice
(443)778-6663 fax



Reply via email to