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
This happens with only a few jar files, but I get this error when throwing them through the dts-generator:
Exception in thread "main" java.lang.NullPointerException
at com.telerik.dts.DtsApi.getInterfaces(DtsApi.java:352)
at com.telerik.dts.DtsApi.generateDtsContent(DtsApi.java:75)
at com.telerik.dts.Generator.generateDts(Generator.java:37)
at com.telerik.dts.Generator.start(Generator.java:29)
at com.telerik.Main.main(Main.java:21)
This happens with only a few jar files, but I get this error when throwing them through the dts-generator:
I've found that adding a check if clazz1 != null allows the generator to work.
JavaClass clazz1 = ClassRepo.findClass(intface);
The fix source:
roblav96@1dae532#diff-84b371273f2d411517c3ef4981518716
Jar Examples
Download jars here:
https://drive.google.com/file/d/0BzsNfWSNiUKLRlNOWkctb1JvZ1E/view?usp=sharing
OneSignal
materialdrawer
The text was updated successfully, but these errors were encountered: