View Single Post
  #4 (permalink)  
Old March 29th, 2002
MamiyaOtaru's Avatar
MamiyaOtaru MamiyaOtaru is offline
Code Mangler
 
Join Date: March 25th, 2002
Location: Wyoming
Posts: 143
MamiyaOtaru is flying high
Default

it is an error in the code, at line 194 in handler.java. the line return ""+LABEL_STRING+";; can never be reached, because the method returns first. try deleting that line, or moving the return statement.

Or, grab the latest version of the code, where no such errors exist. Latest cvs compiled fine for me.
Reply With Quote