Login  Register

Re: Anyone notice Code Mentor gives false "Class not referenced"

Posted by TimM-3 on Nov 02, 2005; 9:23pm
URL: https://forum.world.st/Anyone-notice-Code-Mentor-gives-false-Class-not-referenced-tp3376143p3376144.html

Just seen it again - its particularly prevelent if you have a class and then
you reference it in the #setUp method of a TestCase.

Is the code mentor smart enough to know that only a test is referencing it?

Yest in the case I reported below, other Classes were referencing the class
in question in their #initilize methods???

Tim

"TimM" <[hidden email]> wrote in message
news:[hidden email]...
>I have a class that is referenced by other classes, and yet the Code Mentor
>insists that "Class not referenced". Using Browse Class References gives me
>a window with lots of references, both in the same package and in other
>packages.
>
> Have logged this.
>
> Tim
>