Book a Demo

Author Topic: Random display format of class?  (Read 3199 times)

Bebe Stanie

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • :-)
    • View Profile
Random display format of class?
« on: August 09, 2002, 04:19:58 am »
Hi,

When I add a new class CTest to a package MyPackage, the class will get any of the following names (randomly? ???) in the view on the screen:

- CTest
- ::CTest
- MyPackage::CTest

Of course I only want the first one, which was the behaviour a couple of EA versions ago. BTW the class itself is always correctly named CTest, it just looks funny.

B.S.

Molto Mike

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Random display format of class?
« Reply #1 on: August 12, 2002, 10:00:06 am »
I get the same thing. Recently, a feature was added to DA which allowed to see the fully qualified path to a class (using the '::' syntax). I think what we see in the view is a bug resulting from this feature addition.

Mike