The dots in the SpeedJava plugin are changing colour
when clicked. It's a very strange pattern and I can't see
any obvious consistency to it. Sometimes when you
click on a blue (method) dot it will turn green (field),
clicking it again turns it back to blue. Clicking on a
different dot will sometimes turn the first one back to
blue and sometimes not. Similarly clicking on a grey
(constructor) or green dot will sometimes turn it blue.
Also some of the initial colours are wrong. For example,
in the file I'm looking at right now
(org.gjt.sp.jedit.AbstractOptionPane), the constructor is
labelled green and the getName() method grey, _init()
method is green, name field is blue, etc.
Logged In: YES
user_id=250654
I have added lots of debuggin code and even refactorised the
JavaSourceInfo._parse() methods a bit. For me it sound like
this methods fails to correectly initialise all scope
instances properly and the changing of color is just the
visual effect of it.
Anyway, the code is nearly without comments and there are
mthods about 300 lines long, with variables such as
i,j,l,..., and so on, to cut it short it is a mess.
Logged In: YES
user_id=250654
I've done even more cleanups in CVS, can you perhaps help me
by creating a minimal java class, where this effects happens ?
Logged In: YES
user_id=396194
Originator: NO
This plugin is no longer supported.