From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul F. Kunz" To: sourcenav@sources.redhat.com Subject: Bug report Date: Tue, 25 Jul 2000 19:25:00 -0000 Message-id: <200007260224.TAA09181@libra.slac.stanford.edu> X-SW-Source: 2000-q3/msg00091.html Still can't find the proper place for bug reports, so please forward. I've tried Source Navigator on a project that has source code in C, C++, Java, and even some Fortran. The only problem is that there is a Java class called `Display' and also a C++ class called `Display'. This unusual situation confuses Source Navigator. For example, the class heiarchy display shows some C++ classes inheriting from a Java class and visa versa. I must admit that my situation is very unusal and something that one can easily not be prepared for. Or maybe not. If one has a mixed Java/C++ application, it might be very natural to have a C++ class counterpart that does the real work for a Java class. Anyway, It reminds me of the time that I ran Doxygen on a large C++ project and managed to make it crash. The problem was that there was a nested class with the same name as a top level class. Dimitri was able to fix Doxygen quickly for my unusal case, so maybe SN can also be fixed. But I'm ready to change the name of either the Java class or the C++ class in the mean time.