[Soot-list] Exception in doing static analysis

Naina Gupta naina1510 at gmail.com
Mon Sep 30 03:46:06 EDT 2013


I am using Soot eclipse plugin for static analysis and it shows the correct
output but alongwith that it is throwing an Exception :-

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at ca.mcgill.sable.soot.launching.SootThread.run(SootThread.java:138)
Caused by: java.lang.NullPointerException
    at
soot.XMLAttributesPrinter.createUseFilename(XMLAttributesPrinter.java:123)
    at soot.XMLAttributesPrinter.<init>(XMLAttributesPrinter.java:43)
    at soot.PackManager.processXMLForClass(PackManager.java:936)
    at soot.PackManager.runBodyPacks(PackManager.java:803)
    at soot.PackManager.runBodyPacks(PackManager.java:463)
    at soot.PackManager.runBodyPacks(PackManager.java:380)
    at soot.PackManager.runPacks(PackManager.java:357)
    at soot.Main.run(Main.java:198)
    at soot.Main.main(Main.java:141)
    at MyMain.main(MyMain.java:74)
    ... 5 more

Please help me to resolve it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130930/a2ec02fd/attachment.html 


More information about the Soot-list mailing list