<?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: Eclipse Papercut #3 – Plugin to find unused methods</title>
	<atom:link href="http://www.vogella.de/blog/2009/07/15/find-unused-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog/2009/07/15/find-unused-methods/</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:32: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: Lars Vogel</title>
		<link>http://www.vogella.de/blog/2009/07/15/find-unused-methods/comment-page-1/#comment-1153</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Tue, 22 Dec 2009 17:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=477#comment-1153</guid>
		<description>@Amdee: Static methods which are called by the framework are currently reported as unused. You should have the same result if you select the method in Eclipse, right mouse click and select &quot;Open Call Hierarchy&quot;. To avoid this you could modify the code from me to analyse only non-static methods.</description>
		<content:encoded><![CDATA[<p>@Amdee: Static methods which are called by the framework are currently reported as unused. You should have the same result if you select the method in Eclipse, right mouse click and select &#8220;Open Call Hierarchy&#8221;. To avoid this you could modify the code from me to analyse only non-static methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amdee</title>
		<link>http://www.vogella.de/blog/2009/07/15/find-unused-methods/comment-page-1/#comment-1151</link>
		<dc:creator>Amdee</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=477#comment-1151</guid>
		<description>Lars,

To eliminate the obvious, I did ensure that the plugin was updated in my workspace. My log messages were showing up with the latest log messages.

Hope that helps,

-Amdee</description>
		<content:encoded><![CDATA[<p>Lars,</p>
<p>To eliminate the obvious, I did ensure that the plugin was updated in my workspace. My log messages were showing up with the latest log messages.</p>
<p>Hope that helps,</p>
<p>-Amdee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amdee</title>
		<link>http://www.vogella.de/blog/2009/07/15/find-unused-methods/comment-page-1/#comment-1150</link>
		<dc:creator>Amdee</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=477#comment-1150</guid>
		<description>Hi Lars,

Thanks for sharing your expertise on finding dead code. I am interested in builiding on it. to better understand how it works, I added the following helper method to Activator that logs to the Error log:


	public static void info( String msg )
	{
		Status status = new Status(IStatus.OK, PLUGIN_ID, msg, null);
		getDefault().getLog().log(status);
	}


I recompiled and re-deployed the plugin and ran it on itself. I was surprised to see the Activator.getDefault() public static method reported as un-used. Any ideas?

Thanks,

Amdee</description>
		<content:encoded><![CDATA[<p>Hi Lars,</p>
<p>Thanks for sharing your expertise on finding dead code. I am interested in builiding on it. to better understand how it works, I added the following helper method to Activator that logs to the Error log:</p>
<p>	public static void info( String msg )<br />
	{<br />
		Status status = new Status(IStatus.OK, PLUGIN_ID, msg, null);<br />
		getDefault().getLog().log(status);<br />
	}</p>
<p>I recompiled and re-deployed the plugin and ran it on itself. I was surprised to see the Activator.getDefault() public static method reported as un-used. Any ideas?</p>
<p>Thanks,</p>
<p>Amdee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://www.vogella.de/blog/2009/07/15/find-unused-methods/comment-page-1/#comment-634</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=477#comment-634</guid>
		<description>@Chaminda It should also work for standard Java projects in Eclipse. Give it a try and let me know if you face any issues.</description>
		<content:encoded><![CDATA[<p>@Chaminda It should also work for standard Java projects in Eclipse. Give it a try and let me know if you face any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaminda</title>
		<link>http://www.vogella.de/blog/2009/07/15/find-unused-methods/comment-page-1/#comment-631</link>
		<dc:creator>Chaminda</dc:creator>
		<pubDate>Wed, 09 Sep 2009 15:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=477#comment-631</guid>
		<description>Interesting, Nice article, 

Can you give some hint to use your Code Analyzer outside of Eclipse,

I want to use this kind of thing in a Java class, Not within the Eclipse Plugin Project. 

Any hint highly appreciate

Please be kind enough to make a copy to my mail as well

Thanks</description>
		<content:encoded><![CDATA[<p>Interesting, Nice article, </p>
<p>Can you give some hint to use your Code Analyzer outside of Eclipse,</p>
<p>I want to use this kind of thing in a Java class, Not within the Eclipse Plugin Project. </p>
<p>Any hint highly appreciate</p>
<p>Please be kind enough to make a copy to my mail as well</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

