Hi,
I'm experiencing errors while compiling a java codebase.
The error is :
So how to compile this? How to insert the option -Xlint?
Thanks,
Bart
I'm experiencing errors while compiling a java codebase.
The error is :
I'd really hate to correct all the errors (I've tried to) but there are lots and probably an option can do the trick.\src\org\kxml2\io\KXmlParser.java:80: error: prefix is already defined in adjustNsp()
String prefix = attrName.substring(0, cut);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
So how to compile this? How to insert the option -Xlint?
Thanks,
Bart