<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="orablog/0.3" -->
<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/"
	>

<channel>
	<title>Fife Ventures</title>
	<link>http://www.fifeventures.co.uk</link>
	<description>Custom Technology Solutions and Services</description>
	<pubDate>Tue, 12 Aug 2008 12:11:47 +0000</pubDate>
	<generator>http://www.orablog.org/?v=0.3</generator>
	<language>en</language>
			<item>
		<title>iSync N82 (all S60?) All-day Event Fix</title>
		<link>http://www.fifeventures.co.uk/2008/08/12/isync-n82-all-s60-all-day-event-fix/</link>
		<comments>http://www.fifeventures.co.uk/2008/08/12/isync-n82-all-s60-all-day-event-fix/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 12:11:47 +0000</pubDate>
		<dc:creator>fifers</dc:creator>
		
	<category>S60</category>
		<guid isPermaLink="false">http://www.fifeventures.co.uk/2008/08/12/isync-n82-all-s60-all-day-event-fix/</guid>
		<description><![CDATA[After being constantly annoyed by receiving iSync messages about not being able to change all-day events on the phone I decided to see if I could find a fix.  Luckily, Ali Rantakari provided a solution in his blog article Fixing the Nokia N82 iSync Plugin.  It involves changing some settings in the plugin configuration.  I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>After being constantly annoyed by receiving iSync messages about not being able to change all-day events on the phone I decided to see if I could find a fix.  Luckily, Ali Rantakari provided a solution in his blog article <a href="http://hasseg.org/blog/?p=126">Fixing the Nokia N82 iSync Plugin</a>.  It involves changing some settings in the plugin configuration.  I&#8217;ve been using it for a month or so now with no problems.  Thanks Ali!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fifeventures.co.uk/2008/08/12/isync-n82-all-s60-all-day-event-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>warning: [unchecked] unchecked conversion</title>
		<link>http://www.fifeventures.co.uk/2007/03/08/warning-unchecked-unchecked-conversion/</link>
		<comments>http://www.fifeventures.co.uk/2007/03/08/warning-unchecked-unchecked-conversion/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 15:47:55 +0000</pubDate>
		<dc:creator>fifers</dc:creator>
		
	<category>Struts 2</category>
		<guid isPermaLink="false">http://www.fifeventures.co.uk/2007/03/08/warning-unchecked-unchecked-conversion/</guid>
		<description><![CDATA[I started receiving warnings about unsafe conversions soon after I started using Java 1.5 autoboxing.  The warning was

Settings.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

In order to see the full warning, I added the following parameter to my javac ant task after consulting http://bobcat.webappcabaret.net/javachina/faq/ant_01.htm#ant_mid_Q100


This led to a more descriptive message.
Settings.java:43: warning: [...]]]></description>
			<content:encoded><![CDATA[<p>I started receiving warnings about unsafe conversions soon after I started using Java 1.5 autoboxing.  The warning was</p>
<blockquote>
<pre>Settings.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.</pre>
</blockquote>
<p>In order to see the full warning, I added the following parameter to my javac ant task after consulting http://bobcat.webappcabaret.net/javachina/faq/ant_01.htm#ant_mid_Q100</p>
<blockquote>
<pre /></blockquote>
<p>This led to a more descriptive message.</p>
<blockquote><p>Settings.java:43: warning: [unchecked] unchecked conversion</p></blockquote>
<p>After a bit of reading, I found an article titled <a href="http://cleveralias.blogs.com/thought_spearmints/2006/01/suppresswarning.html">@SuppressWarnings and its applicability to various program elements</a> which helped me through various scenarios and ideas to keep in mind when integrating with pre-1.5 Java code.  I hope it helps you too!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fifeventures.co.uk/2007/03/08/warning-unchecked-unchecked-conversion/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
