<?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: Compiling Javac</title>
	<atom:link href="http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/</link>
	<description>Ranting and Raving</description>
	<lastBuildDate>Thu, 18 Mar 2010 19:01:40 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick Wright</title>
		<link>http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/comment-page-1/#comment-22110</link>
		<dc:creator>Patrick Wright</dc:creator>
		<pubDate>Sun, 19 Nov 2006 18:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/#comment-22110</guid>
		<description>I&#039;m pretty sure the *Tree classes they reference are part of the Java Compiler Tree API, in Java 6, which are currently Sun-only classes. There&#039;s a compiler API, which is public, but they&#039;ve exposed an API for the AST so that people can write tools against the AST if they like. 


Patrick</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure the *Tree classes they reference are part of the Java Compiler Tree API, in Java 6, which are currently Sun-only classes. There&#8217;s a compiler API, which is public, but they&#8217;ve exposed an API for the AST so that people can write tools against the AST if they like. </p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Reilly</title>
		<link>http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/comment-page-1/#comment-21731</link>
		<dc:creator>Peter Reilly</dc:creator>
		<pubDate>Fri, 17 Nov 2006 21:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/#comment-21731</guid>
		<description>The new version of NB (6.0 nightly) is a lot more agressive with regard
to unused imports - it now grays them down.</description>
		<content:encoded><![CDATA[<p>The new version of NB (6.0 nightly) is a lot more agressive with regard<br />
to unused imports &#8211; it now grays them down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augusto Sellhorn</title>
		<link>http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/comment-page-1/#comment-21691</link>
		<dc:creator>Augusto Sellhorn</dc:creator>
		<pubDate>Fri, 17 Nov 2006 17:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/#comment-21691</guid>
		<description>Were you able to compile it under 1.5? I was able to do a compile from the netbeans project for javac but needed 1.6.</description>
		<content:encoded><![CDATA[<p>Were you able to compile it under 1.5? I was able to do a compile from the netbeans project for javac but needed 1.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason R Briggs</title>
		<link>http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/comment-page-1/#comment-21620</link>
		<dc:creator>Jason R Briggs</dc:creator>
		<pubDate>Fri, 17 Nov 2006 06:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/java/2006/11/16/compiling-javac/#comment-21620</guid>
		<description>I don&#039;t know about aggressive, but it&#039;s certainly not as automated.  As I recall, Eclipse highlights things like unused imports, whereas Netbeans is a manual process (Alt+Shift+F/Fix Imports).  So if you don&#039;t remember to do it, and aren&#039;t running checkstyle, things like that will get missed.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about aggressive, but it&#8217;s certainly not as automated.  As I recall, Eclipse highlights things like unused imports, whereas Netbeans is a manual process (Alt+Shift+F/Fix Imports).  So if you don&#8217;t remember to do it, and aren&#8217;t running checkstyle, things like that will get missed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
