This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: eh?
- To: alk at pobox dot com
- Subject: Re: eh?
- From: Per Bothner <per at bothner dot com>
- Date: 20 Apr 2001 14:37:33 -0700
- Cc: java at gcc dot gnu dot org
- References: <15072.43123.943265.749043@spanky.love.edu>
Tony Kimball <alk@pobox.com> writes:
> ../../FEC/tests/FECFileTest.java:2: warning: Source file for class `com.swarmcast.fec.io' is newer than its matching class file. Source file used instead
>
> What is this? Was it formerly (secretly!) using the .class file
> instead of the .java file that I specifically, explicitly asked it to
> use on the command line?
I don't believe it is referring to FECFileTest.java vs FECFileTest.class
but rather to some other class.. Is com.swarmcast.fec.io a class name or
a package name? If the latter, then the error message is bad - it
should list a class name.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/