>From [EMAIL PROTECTED] (Ian Clarke) >Cool, you might want to look into this though :- > >Issued 3 semantic warnings compiling >"src/freenet/diagnostics/GraphRange.java": > > 72. if (ev instanceof ContinuousVarEvent) > <----------------> >*** Warning: The type "ContinuousVarEvent" is defined in the file >"Continuous.java" but referenced in the file >"src/freenet/diagnostics/GraphRange.java". It is recommended that it be >redefined in "ContinuousVarEvent.java".
ContinuousVarEvent was in Continuous.java when I found it, although I guess i'm the first to reference ContinuousVarEvent outside of it's file... I wasn't even aware it was legal to have more than one class in a file, but there it is... -- Benjamin Coates _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
