View Single Post
Old 04-11-2007, 11:23 PM   PM User | #10
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
I'm sorry, you must have misunderstood what I was saying. When I said recompile what I was saying was recompile it with the flag. That is

Code:
javac -Xlint:unchecked something.java
Where something.java is your code, etc.

I am also confused on one point in your code. You create a new ArrayList called coefficients in your constructor, but I don't see it as global, public, private, static, anything. So my question is how are you doing a set on it at all?
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote