<?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 &#8211; line wrapping and indentation when formatting</title>
	<atom:link href="http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/</link>
	<description>My personal notes</description>
	<lastBuildDate>Fri, 23 Dec 2011 10:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Javed</title>
		<link>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/comment-page-1/#comment-6</link>
		<dc:creator>Javed</dc:creator>
		<pubDate>Tue, 22 Jan 2008 21:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/#comment-6</guid>
		<description>Great Tip! I hate 80 characters limit and switching the readable code to un-readable code
StringBuffer a = new StringBuffer()
a.append(&quot;Abc....&quot;);

to 

StringBuffer a = new StringBuffer()
a.
append(&quot;Abc....&quot;);</description>
		<content:encoded><![CDATA[<p>Great Tip! I hate 80 characters limit and switching the readable code to un-readable code<br />
StringBuffer a = new StringBuffer()<br />
a.append(&#8220;Abc&#8230;.&#8221;);</p>
<p>to </p>
<p>StringBuffer a = new StringBuffer()<br />
a.<br />
append(&#8220;Abc&#8230;.&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

