<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Horatio Caine&#039;s Blog &#187; output</title>
	<atom:link href="http://hxcaine.com/blog/tag/output/feed/" rel="self" type="application/rss+xml" />
	<link>http://hxcaine.com/blog</link>
	<description>A blog of life, ideas and code</description>
	<lastBuildDate>Thu, 19 Jun 2014 00:46:16 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>First line disappears from Eclipse console output</title>
		<link>http://hxcaine.com/blog/2011/01/12/first-line-disappears-from-eclipse-console-output/</link>
		<comments>http://hxcaine.com/blog/2011/01/12/first-line-disappears-from-eclipse-console-output/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 15:28:46 +0000</pubDate>
		<dc:creator><![CDATA[Horatio Caine]]></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[first line]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[println]]></category>

		<guid isPermaLink="false">http://hxcaine.wordpress.com/?p=142</guid>
		<description><![CDATA[I was just running a standard Java file straight from Eclipse when I noticed something strange. The first line of output was not showing at all. My code ran an analysis, got back a result and printed a couple of attributes from the result. I was getting all but the first line of output (even [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I was just running a standard Java file straight from Eclipse when I noticed something strange. The first line of output was not showing at all.</p>
<p>My code ran an analysis, got back a result and printed a couple of attributes from the result. I was getting all but the first line of output (even though I knew there was nothing wrong with the System.out.println code).</p>
<p>When I ran it in the terminal, I found a few hundred (or thousand) lines of debug output from the analyser which I had forgotten to disable. For some reason, Eclipse was ignoring this and only printing the remaining output. This consumed the first line too, for some reason.</p>
<p>As soon as I disabled the debug output from the analysis code, the output was behaving normally again.</p>
]]></content:encoded>
			<wfw:commentRss>http://hxcaine.com/blog/2011/01/12/first-line-disappears-from-eclipse-console-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
