<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Inheritance Graphs</title>
	<atom:link href="http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: &#187; Day Two Marc Hibbins</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-176100</link>
		<dc:creator>&#187; Day Two Marc Hibbins</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-176100</guid>
		<description>[...] that looks at machine bytecode for the purposes of debugging and can also be used to generate inheritance graphs and UML diagrams from compiled SWF [...]</description>
		<content:encoded><![CDATA[<p>[...] that looks at machine bytecode for the purposes of debugging and can also be used to generate inheritance graphs and UML diagrams from compiled SWF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for Inheritance Graphs at blog.joa-ebert.com – Blog of Joa Ebert [joa-ebert.com] on Topsy.com</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174943</link>
		<dc:creator>Twitter Trackbacks for Inheritance Graphs at blog.joa-ebert.com – Blog of Joa Ebert [joa-ebert.com] on Topsy.com</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174943</guid>
		<description>[...] link is being shared on Twitter right now. @joa, an influential author, said inheritance graphs using [...]</description>
		<content:encoded><![CDATA[<p>[...] link is being shared on Twitter right now. @joa, an influential author, said inheritance graphs using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174712</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174712</guid>
		<description>Well yes, Java is a little bit annoying when it comes to configuration. I think I will have to write some binaries that launch the tools and do the configuration part automatically.</description>
		<content:encoded><![CDATA[<p>Well yes, Java is a little bit annoying when it comes to configuration. I think I will have to write some binaries that launch the tools and do the configuration part automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stade</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174706</link>
		<dc:creator>Marcus Stade</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174706</guid>
		<description>Adding -Xmx1024m did the trick!</description>
		<content:encoded><![CDATA[<p>Adding -Xmx1024m did the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stade</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174703</link>
		<dc:creator>Marcus Stade</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174703</guid>
		<description>Here&#039;s the callstack:

[i] Running tool &quot;Dump&quot; ...
[i] Exporting inheritance graph to &quot;frame1.dot&quot;.
Exception in thread &quot;main&quot; java.lang.OutOfMemoryError: Java heap space
	at com.joa_ebert.apparat.abc.bytecode.OperationFactory.create(Unknown Source)
	at com.joa_ebert.apparat.abc.bytecode.BytecodeDecoder.decode(Unknown Source)
	at com.joa_ebert.apparat.abc.bytecode.BytecodeDecoder.decode(Unknown Source)
	at com.joa_ebert.apparat.abc.bytecode.BytecodeDecoder.decode(Unknown Source)
	at com.joa_ebert.apparat.abc.Abc.readMethodBodies(Unknown Source)
	at com.joa_ebert.apparat.abc.Abc.read(Unknown Source)
	at com.joa_ebert.apparat.abc.Abc.read(Unknown Source)
	at com.joa_ebert.apparat.abc.Abc.read(Unknown Source)
	at com.joa_ebert.apparat.tools.dump.Dump.run(Unknown Source)
	at com.joa_ebert.apparat.tools.ToolRunner.run(Unknown Source)
	at com.joa_ebert.apparat.tools.dump.Dump.main(Unknown Source)</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the callstack:</p>
<p>[i] Running tool &#8220;Dump&#8221; &#8230;<br />
[i] Exporting inheritance graph to &#8220;frame1.dot&#8221;.<br />
Exception in thread &#8220;main&#8221; java.lang.OutOfMemoryError: Java heap space<br />
	at com.joa_ebert.apparat.abc.bytecode.OperationFactory.create(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.bytecode.BytecodeDecoder.decode(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.bytecode.BytecodeDecoder.decode(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.bytecode.BytecodeDecoder.decode(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.Abc.readMethodBodies(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.Abc.read(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.Abc.read(Unknown Source)<br />
	at com.joa_ebert.apparat.abc.Abc.read(Unknown Source)<br />
	at com.joa_ebert.apparat.tools.dump.Dump.run(Unknown Source)<br />
	at com.joa_ebert.apparat.tools.ToolRunner.run(Unknown Source)<br />
	at com.joa_ebert.apparat.tools.dump.Dump.main(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stade</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174702</link>
		<dc:creator>Marcus Stade</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174702</guid>
		<description>So I tried the suggestions in the other post, but I still can&#039;t get it to work. Now it complains about being OutOfMemory. While my swf is rather complex I&#039;d imagine, I don&#039;t think it&#039;d warrant being out of memory when I have 1.5GB+ free memory. Is there some Java setting I must change in order to get this working?</description>
		<content:encoded><![CDATA[<p>So I tried the suggestions in the other post, but I still can&#8217;t get it to work. Now it complains about being OutOfMemory. While my swf is rather complex I&#8217;d imagine, I don&#8217;t think it&#8217;d warrant being out of memory when I have 1.5GB+ free memory. Is there some Java setting I must change in order to get this working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stade</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174698</link>
		<dc:creator>Marcus Stade</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174698</guid>
		<description>I noticed the comments in your earlier post:
http://blog.joa-ebert.com/2009/08/17/dump-disassembler/

I am indeed running this on a Mac and I&#039;ll give this a shot to see if I can get it running!</description>
		<content:encoded><![CDATA[<p>I noticed the comments in your earlier post:<br />
<a href="http://blog.joa-ebert.com/2009/08/17/dump-disassembler/" rel="nofollow">http://blog.joa-ebert.com/2009/08/17/dump-disassembler/</a></p>
<p>I am indeed running this on a Mac and I&#8217;ll give this a shot to see if I can get it running!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stade</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174696</link>
		<dc:creator>Marcus Stade</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174696</guid>
		<description>Hey Joa! This looks mighty interesting, but I can&#039;t get it to work. I get the following exception:

Exception in thread &quot;main&quot; java.lang.UnsupportedClassVersionError: Bad version number in .class file
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)</description>
		<content:encoded><![CDATA[<p>Hey Joa! This looks mighty interesting, but I can&#8217;t get it to work. I get the following exception:</p>
<p>Exception in thread &#8220;main&#8221; java.lang.UnsupportedClassVersionError: Bad version number in .class file<br />
	at java.lang.ClassLoader.defineClass1(Native Method)<br />
	at java.lang.ClassLoader.defineClass(ClassLoader.java:675)<br />
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)<br />
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)<br />
	at java.net.URLClassLoader.access$100(URLClassLoader.java:56)<br />
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:316)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)<br />
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174658</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Wed, 19 Aug 2009 13:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174658</guid>
		<description>Just added the complete graph of the new imageprocessing library.</description>
		<content:encoded><![CDATA[<p>Just added the complete graph of the new imageprocessing library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macaca</title>
		<link>http://blog.joa-ebert.com/2009/08/18/inheritance-graphs/comment-page-1/#comment-174598</link>
		<dc:creator>Macaca</dc:creator>
		<pubDate>Tue, 18 Aug 2009 19:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=445#comment-174598</guid>
		<description>Could you link to a full size example?</description>
		<content:encoded><![CDATA[<p>Could you link to a full size example?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

