[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-devel
Subject:    Re: bug: class view - strange startup
From:       August =?iso-8859-1?Q?H=F6randl?= <august.hoerandl () gmx ! at>
Date:       2002-03-26 19:28:21
[Download RAW message or body]

August H=F6randl wrote:
> =

> kdevelop 2.1 from cvs (KDE_2_2_BRANCH), suse 7.3
> =

> how to reproduce (easy way)
> - create a c++ project
> - add a class outer and add an inner class
> =

> class outer {
>   class inner {
>     inner();
>     method();
>   };
> public:
>         outer();
>         ~outer();
> };
> =

> after save and  view/update everything seems okay
> =

> close kdevelop and restart:
> switch to class view and select outer
> inner is shown with a class symbol - but no constructor, no methods
> (see screenshot http://elina.htlw16.ac.at/~hoerandl/dl/innerouter1.png =
)

another example - two inner classes

class outer2 {
  class inner1 {
     inner1();
     int i1;
  };
  class inner2 {
    inner2();
    int i2;
  };
  outer2();
  int o2;
};


- i get only empty classes in the class view
- it comes in different flavours:
   struct inner1, class inner2    --- very strange classview
   class inner1, struct inner2   =


stay tuned for tomorrows example with 3 classes and "deep nesting" =

(nested class inside inner class)

--> there is a big problem with nested classes ;-)

Gustl

-- =

August H=F6randl                        august.hoerandl@gmx.at
Mr. Cole's Axiom:  The sum of the intelligence on the planet
                    is a constant; the population is growing.

_______________________________________________
Kdevelop-devel mailing list
Kdevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic