<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/pojava/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/pojava/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 04 Jun 2015 18:47:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pojava/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#5 incorectly parses MM Oct yy</title><link>https://sourceforge.net/p/pojava/bugs/5/?limit=25#9484</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Pile</dc:creator><pubDate>Thu, 04 Jun 2015 18:47:46 -0000</pubDate><guid>https://sourceforge.net121d8fa0d72ab8997b4af7b57e3f0a980dd0bb30</guid></item><item><title>#5 incorectly parses MM Oct yy</title><link>https://sourceforge.net/p/pojava/bugs/5/?limit=25#2e5e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fixed in datetime-3.0.2.jar, and updated dependency in pojava-3.0.3.  Removed criteria that "T" must be present, and required match of two three letter words and a two-digit number.  This block is intended to mitigate dates produced by java.util.Date for early years, such as 7 or 12 AD, where the year is not to be confused with a two-digit abbreviation in the current century.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Pile</dc:creator><pubDate>Thu, 04 Jun 2015 18:46:57 -0000</pubDate><guid>https://sourceforge.netdbeb5be03bc4849def57deee56baa20348689078</guid></item><item><title>incorectly parses MM Oct yy</title><link>https://sourceforge.net/p/pojava/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;incorrectly parses dates like 11 Oct 16&lt;br /&gt;
Bug appears in DateTime.parse &lt;br /&gt;
// One more scan for Date.toString() style&lt;br /&gt;
        if (!hasDatepart.year &amp;amp;&amp;amp; str.endsWith("T " + dateState.parts&lt;span&gt;[dateState.parts.length - 1]&lt;/span&gt;)) {&lt;br /&gt;
            dateState.year = Integer.parseInt(dateState.parts&lt;span&gt;[dateState.parts.length - 1]&lt;/span&gt;);&lt;br /&gt;
            hasDatepart.year = true;&lt;br /&gt;
            dateState.usedint&lt;span&gt;[dateState.usedint.length - 1]&lt;/span&gt; = true;&lt;br /&gt;
        }&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhinav Dwivedi</dc:creator><pubDate>Thu, 22 Jan 2015 17:49:31 -0000</pubDate><guid>https://sourceforge.net7fd20aee246ab4758deff2b0de0e6891ecfb83ab</guid></item><item><title>incorectly parses MM Oct yy</title><link>https://sourceforge.net/p/pojava/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 5 has been modified: incorectly parses MM Oct yy&lt;br /&gt;
Edited By: John Pile (phatfingers)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed-fixed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhinav Dwivedi</dc:creator><pubDate>Thu, 22 Jan 2015 17:49:31 -0000</pubDate><guid>https://sourceforge.netb8a9a6b5e0cc4eca038242033d800b1689d1456e</guid></item><item><title>Incorrectly Parses 12am as Noon</title><link>https://sourceforge.net/p/pojava/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With 2.5, parsing "06-11-2009, 12:01 am" results in a 12:01pm time.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 23 Nov 2010 20:18:58 -0000</pubDate><guid>https://sourceforge.net5ec0b24ac6f535eb450e9461dd1c5fcbd92a90d0</guid></item><item><title>Exception when parsing extra characters</title><link>https://sourceforge.net/p/pojava/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Parsing a string containing extra punctuation characters (non-letters) after the actual date raises java.lang.ArrayIndexOutOfBoundsException.&lt;/p&gt;
&lt;p&gt;Try for instance with:&lt;/p&gt;
&lt;p&gt;new DateParser.DateTime("August 30, 2010?")&lt;/p&gt;
&lt;p&gt;which raises exception, while &lt;/p&gt;
&lt;p&gt;new DateParser.DateTime("?August 30, 2010")&lt;/p&gt;
&lt;p&gt;does not.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sereende</dc:creator><pubDate>Tue, 31 Aug 2010 17:01:56 -0000</pubDate><guid>https://sourceforge.netd434ddc930fa2e8e1a461ad05baaa4ea49a78f1a</guid></item><item><title>Double</title><link>https://sourceforge.net/p/pojava/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;registerFactories - I needed to add registerFactory(Double.class, defaultFactory); because Double were not handled.&lt;br /&gt;
Otherwise it is fast and just what I was looking for.&lt;br /&gt;
I like the fact that it stores the objects in xml very easy to do so much with.&lt;br /&gt;
Awesome ty.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 13 Apr 2010 13:11:08 -0000</pubDate><guid>https://sourceforge.net6c3a6f444ae9869e18e116519814633c6308430a</guid></item><item><title>DateTime.Format("Z", dt) broken</title><link>https://sourceforge.net/p/pojava/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Bug in calculation of text output from minutes to hours+minutes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Pile</dc:creator><pubDate>Sun, 14 Feb 2010 08:02:11 -0000</pubDate><guid>https://sourceforge.net5cdd954f838fa919d32c3233445c4d7bc844cc2f</guid></item></channel></rss>