[Swift-devel] coaster block allocations

Mihael Hategan hategan at mcs.anl.gov
Fri Apr 17 19:09:33 CDT 2009


Looks like 1.5 doesn't like @Override when implementing an interface
method.

Either try 1.6 or fetch it again (I removed the respective annotations).

On Fri, 2009-04-17 at 18:15 -0500, Michael Wilde wrote:
> Am I doing this wrong?
> 
> com$ javac CS.java
> CS.java:616: method does not override a method from its superclass
>          @Override
>           ^
> CS.java:634: method does not override a method from its superclass
>      @Override
>       ^
> CS.java:714: method does not override a method from its superclass
>                  @Override
>                   ^
> CS.java:719: method does not override a method from its superclass
>                  @Override
>                   ^
> CS.java:733: method does not override a method from its superclass
>                  @Override
>                   ^
> 5 errors
> com$ which javac
> /soft/java-1.5.0_06-sun-r1/bin/javac
> com$
> 
> 
> 
> On 4/17/09 4:33 PM, Mihael Hategan wrote:
> > I mentioned a simulator:
> > http://www.mcs.anl.gov/~hategan/CS.java
> > 
> > It will given you a visual idea of how things (will) work (run it and
> > press the up key to advance time). You can play with parameters, work
> > loads and pre-allocations.
> > 
> > If you find some behavior that you don't like, send me the parameters
> > (which are printed when you close the window) and work load (which
> > you'll have to manually paste from the code), so that I can reproduce
> > it.
> > 
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel




More information about the Swift-devel mailing list