Class files contain unresolved compilation problems

This rule flags .class files that contain unresolved compilation problems. The flagged files cannot be analyzed for migration issues until the problems are fixed. Resolve any errors in your application, recompile the application, and rerun the analysis.

Note: The "Incremental Java compilation" Eclipse feature allows .class files to be produced for .java files that do not compile. To disable this behavior when exporting JAR files, deselect Export class files with compile errors on the JAR Packaging Options tab on JAR Export.