Menu

#182 Object Browser fails with umbraco.dll

open
nobody
None
5
2010-06-18
2010-06-18
Anonymous
No

emonic version: 4.0 and CVS
eclipse version: 3.5
platform: openSUSE 11.2, x86_64

Download umbraco from http://umbraco.codeplex.com/releases. Try to open umbraco.dll with the object browser. In the CVS version the object browser shows no output but there is no exception thrown. If I load umbraco.dll with emonic 4.0 this is the console output.

java.lang.NullPointerException
at org.emonic.base.codehierarchy.BinaryMethod.initializeSignature(BinaryMethod.java:84)
at org.emonic.base.codehierarchy.BinaryMethod.<init>(BinaryMethod.java:236)
at org.emonic.base.codehierarchy.BinaryType.<init>(BinaryType.java:124)
at org.emonic.base.codehierarchy.AssemblyParser.parseAssembly(AssemblyParser.java:252)
at org.emonic.base.views.ObjectBrowserView$6.run(ObjectBrowserView.java:245)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Discussion


Log in to post a comment.