You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can it handle abstract classes? i was trying to convert one. the .c is empty when I look at it.
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.ebsee.classparser.ClassFile.getMethods()" because "cf" is null
at com.ebsee.j2c.ClassManger.findMethod(ClassManger.java:299)
The text was updated successfully, but these errors were encountered:
can it handle abstract classes? i was trying to convert one. the .c is empty when I look at it.
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.ebsee.classparser.ClassFile.getMethods()" because "cf" is null
at com.ebsee.j2c.ClassManger.findMethod(ClassManger.java:299)
The text was updated successfully, but these errors were encountered: