<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Eclipse - line wrapping and indentation when formatting</title>
	<link>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/</link>
	<description>My personal notes</description>
	<pubDate>Tue, 06 Jan 2009 22:38:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Javed</title>
		<link>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/#comment-6</link>
		<dc:creator>Javed</dc:creator>
		<pubDate>Tue, 22 Jan 2008 21:32:14 +0000</pubDate>
		<guid>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("Abc....");

to 

StringBuffer a = new StringBuffer()
a.
append("Abc....");</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(&#8221;Abc&#8230;.&#8221;);</p>
<p>to </p>
<p>StringBuffer a = new StringBuffer()<br />
a.<br />
append(&#8221;Abc&#8230;.&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
