apps with invalid byte-code (syntactical error or semantical error)
ignoring annotation logic
apps with code using unimplemented instructions
apps with kotlin code (since it is not tested)
apps with non final enums (enum inheritance)
apps with classes referencing non existent classes
apps with classes using libraries which I have already included them where their smali code is different from the version I have
apps with classes using package-private classes where these classes are defined in the same package
apps with classes that cause out of memory during class generation