<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: New Release of Jode Eclipse Plugin</title>
	<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 07:46:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: 安阳</title>
		<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-11409</link>
		<pubDate>Tue, 18 Dec 2007 04:58:49 +0000</pubDate>
		<guid>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-11409</guid>
					<description>I am Chinese too!
It cannot update to version 1.0.5,
also the version 1.0.3 cannot work for eclipse version 3.2</description>
		<content:encoded><![CDATA[<p>I am Chinese too!<br />
It cannot update to version 1.0.5,<br />
also the version 1.0.3 cannot work for eclipse version 3.2
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike</title>
		<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-268</link>
		<pubDate>Wed, 26 Jul 2006 14:35:16 +0000</pubDate>
		<guid>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-268</guid>
					<description>Let me try again.

There is a slight problem in the 1.0.3 feature.xml file.

   &amp;#60;url&amp;#62;
      &amp;#60;update label=&quot;Technoetic update site&quot; url=&quot;http://www.technoetic.com/update&quot;/&amp;#62;
   &amp;#60;/url&amp;#62;

should be:

   &amp;#60;url&amp;#62;
      &amp;#60;update label=&quot;Technoetic update site&quot; url=&quot;http://www.technoetic.com/eclipse/update&quot;/&amp;#62;
   &amp;#60;/url&amp;#62;</description>
		<content:encoded><![CDATA[<p>Let me try again.</p>
<p>There is a slight problem in the 1.0.3 feature.xml file.</p>
<p>   &lt;url&gt;<br />
      &lt;update label=&#8221;Technoetic update site&#8221; url=&#8221;http://www.technoetic.com/update&#8221;/&gt;<br />
   &lt;/url&gt;</p>
<p>should be:</p>
<p>   &lt;url&gt;<br />
      &lt;update label=&#8221;Technoetic update site&#8221; url=&#8221;http://www.technoetic.com/eclipse/update&#8221;/&gt;<br />
   &lt;/url&gt;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Steve</title>
		<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-93</link>
		<pubDate>Tue, 10 Jan 2006 20:13:01 +0000</pubDate>
		<guid>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-93</guid>
					<description>I've released this tool and the source code &quot;as is&quot;. If you can track the source of the problem you are describing and provide a fix I'll patch it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve released this tool and the source code &#8220;as is&#8221;. If you can track the source of the problem you are describing and provide a fix I&#8217;ll patch it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stevealee</title>
		<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-91</link>
		<pubDate>Tue, 03 Jan 2006 15:49:14 +0000</pubDate>
		<guid>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-91</guid>
					<description>Hi, I have the same problem as mentioned twice above
http://blog.technoetic.com/jode-eclipse-plugin/#comment-55

Can you please help.
</description>
		<content:encoded><![CDATA[<p>Hi, I have the same problem as mentioned twice above<br />
<a href='http://blog.technoetic.com/jode-eclipse-plugin/#comment-55' rel='nofollow'>http://blog.technoetic.com/jode-eclipse-plugin/#comment-55</a></p>
<p>Can you please help.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: savegod</title>
		<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-90</link>
		<pubDate>Sat, 10 Dec 2005 08:39:27 +0000</pubDate>
		<guid>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-90</guid>
					<description>when i update jode to 1.0.5,I meet with some exceptions when older version won't..
-----------------------------------------
/*jode*/


/***** DECOMPILATION REPORT *****
	LOCATION: D:\vss_local\lib\robase.jar!com.icss.j2ee.dao.DAO
	TOTAL TIME: 0 ms
	LOG:
Dead jump? null in jode.flow.FlowBlock@18ce651: 122-133
  local_4_164f383 = POP;
  ((com.icss.j2ee.dao.DAO) local_0_af30a3).p.clear ();
  try
    {
      local_1_1a220c2.close ();
    }
  catch (java.lang.Exception local_-19_114cd80)
    {
      /* empty */
    }
  throw local_4_164f383;


	CAUGHT EXCEPTIONS:
jode.AssertError: initial stack is null
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1529)
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1549)
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1549)
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1515)
	at jode.decompiler.MethodAnalyzer.analyzeCode(MethodAnalyzer.java:580)
	at jode.decompiler.MethodAnalyzer.analyze(MethodAnalyzer.java:652)
	at jode.decompiler.ClassAnalyzer.analyze(ClassAnalyzer.java:359)
	at jode.decompiler.ClassAnalyzer.dumpJavaFile(ClassAnalyzer.java:624)
	at jode.decompiler.ClassAnalyzer.dumpJavaFile(ClassAnalyzer.java:613)
	at net.sourceforge.jode.JodeDecompiler.decompile(JodeDecompiler.java:73)
	at net.sourceforge.jode.JodeSourceMapper.findSource(JodeSourceMapper.java:82)
	at net.sourceforge.jode.JodeSourceMapper.findSource(JodeSourceMapper.java:65)
	at net.sourceforge.jode.JodeClassFileEditor.doOpenBuffer(JodeClassFileEditor.java:104)
	at net.sourceforge.jode.JodeClassFileEditor.init(JodeClassFileEditor.java:70)
	at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
	at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
	at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
...</description>
		<content:encoded><![CDATA[<p>when i update jode to 1.0.5,I meet with some exceptions when older version won&#8217;t..<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/*jode*/</p>
<p>/***** DECOMPILATION REPORT *****<br />
	LOCATION: D:\vss_local\lib\robase.jar!com.icss.j2ee.dao.DAO<br />
	TOTAL TIME: 0 ms<br />
	LOG:<br />
Dead jump? null in jode.flow.FlowBlock@18ce651: 122-133<br />
  local_4_164f383 = POP;<br />
  ((com.icss.j2ee.dao.DAO) local_0_af30a3).p.clear ();<br />
  try<br />
    {<br />
      local_1_1a220c2.close ();<br />
    }<br />
  catch (java.lang.Exception local_-19_114cd80)<br />
    {<br />
      /* empty */<br />
    }<br />
  throw local_4_164f383;</p>
<p>	CAUGHT EXCEPTIONS:<br />
jode.AssertError: initial stack is null<br />
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1529)<br />
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1549)<br />
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1549)<br />
	at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1515)<br />
	at jode.decompiler.MethodAnalyzer.analyzeCode(MethodAnalyzer.java:580)<br />
	at jode.decompiler.MethodAnalyzer.analyze(MethodAnalyzer.java:652)<br />
	at jode.decompiler.ClassAnalyzer.analyze(ClassAnalyzer.java:359)<br />
	at jode.decompiler.ClassAnalyzer.dumpJavaFile(ClassAnalyzer.java:624)<br />
	at jode.decompiler.ClassAnalyzer.dumpJavaFile(ClassAnalyzer.java:613)<br />
	at net.sourceforge.jode.JodeDecompiler.decompile(JodeDecompiler.java:73)<br />
	at net.sourceforge.jode.JodeSourceMapper.findSource(JodeSourceMapper.java:82)<br />
	at net.sourceforge.jode.JodeSourceMapper.findSource(JodeSourceMapper.java:65)<br />
	at net.sourceforge.jode.JodeClassFileEditor.doOpenBuffer(JodeClassFileEditor.java:104)<br />
	at net.sourceforge.jode.JodeClassFileEditor.init(JodeClassFileEditor.java:70)<br />
	at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)<br />
	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)<br />
	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)<br />
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)<br />
	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)<br />
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)<br />
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)<br />
	at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)<br />
	at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)<br />
&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: 吴迪</title>
		<link>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-72</link>
		<pubDate>Mon, 05 Sep 2005 09:48:27 +0000</pubDate>
		<guid>http://blog.technoetic.com/2005/08/18/new-release-of-jode-eclipse-plugin/#comment-72</guid>
					<description>GOOD WORK!

i am Chinese.</description>
		<content:encoded><![CDATA[<p>GOOD WORK!</p>
<p>i am Chinese.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
