Small issue with the Code Mentor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Small issue with the Code Mentor

Bernhard Kohlhaas-6
(repost, since news.totallyobjects.com doesn't distribute my article)

After using the Code Mentor on the code I've written so far, I am
really, really impressed with the tool. This is just great!
(I am a little less impressed with my own coding now, but that's a
different story ;) ).

There are two feedback messages though, where I do not get the detail
content in the right pane:

- Miscellaneous -> Redundant class name in selector
- Miscellaneous -> Refers to class name instead of "self class"

I assume that this is a problem within the tool itself.

Once again congratulations to OA! The new version was well worth the wait.

Bernhard


Reply | Threaded
Open this post in threaded view
|

Re: Small issue with the Code Mentor

Bernhard Kohlhaas-6
Bernhard Kohlhaas wrote:

> There are two feedback messages though, where I do not get the detail
> content in the right pane:
>
> - Miscellaneous -> Redundant class name in selector
> - Miscellaneous -> Refers to class name instead of "self class"
>
> I assume that this is a problem within the tool itself.

A quick followup: The category "Unnecessary code -> Unreferenced
instance variables" shows some content in the right pane, but it does
not sow the classes involved.

Regards,
Bernhard


Reply | Threaded
Open this post in threaded view
|

Re: Small issue with the Code Mentor

TimM-3
In some cases - the pane doesn't update properly, try resizing your window
(minimize maximize) to see if it redraws.

Otherwise it could be that there is something up with those two in
particular.

Tim

"Bernhard Kohlhaas" <[hidden email]> wrote in
message news:[hidden email]...

> Bernhard Kohlhaas wrote:
>
>> There are two feedback messages though, where I do not get the detail
>> content in the right pane:
>>
>> - Miscellaneous -> Redundant class name in selector
>> - Miscellaneous -> Refers to class name instead of "self class"
>>
>> I assume that this is a problem within the tool itself.
>
> A quick followup: The category "Unnecessary code -> Unreferenced instance
> variables" shows some content in the right pane, but it does not sow the
> classes involved.
>
> Regards,
> Bernhard


Reply | Threaded
Open this post in threaded view
|

Re: Small issue with the Code Mentor

Bernhard Kohlhaas-6
TimM wrote:
> In some cases - the pane doesn't update properly, try resizing your window
> (minimize maximize) to see if it redraws.
>
> Otherwise it could be that there is something up with those two in
> particular.

Tim,

The other panes work fine, so it must be something with those three.

Regards,
Bernhard


Reply | Threaded
Open this post in threaded view
|

Re: Small issue with the Code Mentor

Blair McGlashan-3
In reply to this post by TimM-3
"TimM" <[hidden email]> wrote in message
news:dm6gl7$8gs$[hidden email]...
> In some cases - the pane doesn't update properly, try resizing your window
> (minimize maximize) to see if it redraws.
>

That bug was fixed before the release - there were a whole slew of redraw
issues all (eventually) chased down to one small line of code.

> Otherwise it could be that there is something up with those two in
> particular.

Actually it could be because the Xml doc containing the descriptions does
not match up. I'll investigate.

Regards

Blair


Reply | Threaded
Open this post in threaded view
|

updating views, was Re: Small issue with the Code Mentor

Stefan Schmiedl
On Fri, 25 Nov 2005 18:59:38 +0000, Blair McGlashan wrote:

>
> "TimM" <[hidden email]> wrote in message
> news:dm6gl7$8gs$[hidden email]...
>> In some cases - the pane doesn't update properly, try resizing your
>> window (minimize maximize) to see if it redraws.
>>
>>
> That bug was fixed before the release - there were a whole slew of redraw
> issues all (eventually) chased down to one small line of code.

I've seen it on my Win2k laptop (I know, it's not supported)
quite a few times, for example in the package view of the system
browser. I'll try and take notes during my next Dolphin session.

Have a nice weekend,
s.


Reply | Threaded
Open this post in threaded view
|

Re: Small issue with the Code Mentor

Ian Bartholomew-21
In reply to this post by Blair McGlashan-3
Blair,

> Actually it could be because the Xml doc containing the descriptions does
> not match up. I'll investigate.

Could you add

Unnecessary code->Instance variables not read AND written

  to the list as well, that doesn't show the methods either.

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.