Re: Unchecked compiler warning



Lew wrote:
Lew wrote:

protected Vector<Canoe> canoes = new Vector<Canoe>();


John T wrote:

So are you assuming that there is a class called Canoe somewhere in the OP's class structure?


Sure. Aren't you?

- Lew
I didn't see one so I thought *maybe I'm just stupid* that the Canoe class wasn't written. That was the first thing I noticed... and it failed for me in Eclipse but the error message I got wasn't the same as that of the OP.
.