[Biojava-dev] SimpleThreadPool priority change

Thomas Down td2@sanger.ac.uk
Tue, 19 Nov 2002 10:59:15 +0000


On Tue, Nov 19, 2002 at 10:36:13AM +0000, Keith James wrote:
> 
> compile:
>     [javac] Compiling 913 source files to /nfs/team81/kdj/devel/biojava-live/ant-build/classes/main
>     [javac] /nfs/team81/kdj/devel/biojava-live/ant-build/src/main/org/biojava/bio/seq/SubSequence.java:352: getParent(org.biojava.bio.seq.Feature) is inherited from org.biojava.bio.seq.ProjectedFeatureHolder and hides method in outer class org.biojava.bio.seq.SubSequence.  An explicit 'this' qualifier must be used to select the desired instance.
>     [javac]                  return(ssthis.new SSRemoteFeature(ssthis, this, getParent(f), rft, f));
>     [javac]                                                                  ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -deprecation for details.
>     [javac] 1 error

Could you try a clean build?  I checked in some modifications to
SubSequence yesterday, but it's working fine for me (just
done "ant clean && ant runtests").  Pretty sure that I checked
everything in correctly -- but I'll try from another machine when
I get back from a meeting.

    Thomas.