--- In [email protected], "Clint Modien" <[EMAIL PROTECTED]> wrote:
>
> What's the error?
> 
> On 1/11/07, dustyjewett <[EMAIL PROTECTED]> wrote:
> >
> >   I made a variable of a class private instead of public, then
attempted
> > to sort an ArrayCollection based on this variable. Now, no matter what
> > changes I make to the code, I get the same output in the console, and
> > the same error!
> >
> > First I changed the variable to public, got the same error, I started
> > adding trace statements to figure out what was wrong, but they stopped
> > tracing. I then commented out the sort/refresh lines and anything
> > referring to the cursor... The debugger still points at a
commented line.
> >
> > Finally, I deleted the lines from the file completely, the debugger
> > points at the same line number with the same error, which is now a
> > completely different line.
> >
> > I've delete the bin directory, I've "Clean..."ed up. I've even
> > attempted to run the code on my laptop (which unfortunately already
> > had the buggy code on it, thanks to Version Control)...
> >
> > I've uninstalled FB, installed Eclipse with the FB Plugin, uninstalled
> > the SDK... I've done everything I can think of, but I can't get the
> > files to compile.
> >
> > Has anyone had this problem? What can I do other than try to build the
> > app from the ground up?
> >
> >  
> >
>

I did a complete uninstall of everything, deleted all
project/workspace files, fixed the problem in the Version
Control(Cannot sort on a private variable), re-installed everything,
and re-imported from version control.  It works now!

Reply via email to