<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to ja-net-projects-bugs</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/" rel="alternate"/><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/janetdev/ja-net-projects-bugs/</id><updated>2009-01-07T09:13:51Z</updated><subtitle>Recent changes to ja-net-projects-bugs</subtitle><entry><title>value of type doule out of range</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/25/" rel="alternate"/><published>2009-01-07T09:13:51Z</published><updated>2009-01-07T09:13:51Z</updated><author><name>Michael</name><uri>https://sourceforge.net/u/userid-2351933/</uri></author><id>https://sourceforge.net63bb31182d48695815e2f4062bf781191343064a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the compiler does not accept the assignment of decimal values to either double, Double, float or Float variables. &lt;/p&gt;
&lt;p&gt;See error compiler messages below, the example program is add as file &lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
1. ERROR in DoubleTest.java (at line 9)&lt;br /&gt;
double d = 1.1;&lt;br /&gt;
^^^&lt;br /&gt;
The literal 1.1 of type double is out of range&lt;br /&gt;
----------&lt;br /&gt;
2. ERROR in DoubleTest.java (at line 15)&lt;br /&gt;
Double D = new Double(1.1);&lt;br /&gt;
^^^&lt;br /&gt;
The literal 1.1 of type double is out of range&lt;br /&gt;
----------&lt;br /&gt;
3. ERROR in DoubleTest.java (at line 21)&lt;br /&gt;
float f = 1.1f;&lt;br /&gt;
^^^^&lt;br /&gt;
The literal 1.1f of type float is out of range&lt;br /&gt;
----------&lt;br /&gt;
4. ERROR in DoubleTest.java (at line 27)&lt;br /&gt;
Float F = new Float (1.1);&lt;br /&gt;
^^^&lt;br /&gt;
The literal 1.1 of type double is out of range&lt;br /&gt;
----------&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Casting from Object to a .NET Valuetype generating two unbox</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/24/" rel="alternate"/><published>2008-11-08T13:47:36Z</published><updated>2008-11-08T13:47:36Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net2ddf5d51109c67e324a2e3c2d2d5ad4eea94b5da</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Two unbox.any instructions are generated for the cast below:&lt;/p&gt;
&lt;p&gt;SomeValueType result = (SomeValueType) constructor.newInstance(....) &lt;/p&gt;
&lt;p&gt;This causes a NPE&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.MessageFormat implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/23/" rel="alternate"/><published>2008-11-04T22:43:42Z</published><updated>2008-11-04T22:43:42Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net9240adb6c4b697f8ab2f228b906bc56d1f2273d0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Implementation missing&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.Collator implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/22/" rel="alternate"/><published>2008-11-04T22:36:43Z</published><updated>2008-11-04T22:36:43Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net8f33a8eb1e851ddc9a3d05c3a5a0642924364ee7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need Implementation&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.CollationKey implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/21/" rel="alternate"/><published>2008-11-04T22:36:14Z</published><updated>2008-11-04T22:36:14Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.netc92ad3d2c188bf74786ccdfb9f229e6f93e5e124</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need implementation&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.CollationElementIterator implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/20/" rel="alternate"/><published>2008-11-04T22:35:44Z</published><updated>2008-11-04T22:35:44Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net7aa810dd49b0689c0dd4f7d9c96e4b5c1b7b8015</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need implementation&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.BreakIterator implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/19/" rel="alternate"/><published>2008-11-04T22:35:08Z</published><updated>2008-11-04T22:35:08Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net0c88585e3131550dfec63bad4664d146c83c82b9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Missing implementation&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.Bidi implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/18/" rel="alternate"/><published>2008-11-04T22:34:13Z</published><updated>2008-11-04T22:34:13Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net8591f28a1c8eb31994cbf10802a6d980c73e53dd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Missing implementation of java.text.Bidi&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>java.text.SimpleDateFormat implementation missing</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/17/" rel="alternate"/><published>2008-11-04T22:33:43Z</published><updated>2008-11-04T22:33:43Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.net5a7c2e06abf73572bb83912a5bc490857f444eaf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need implementation for java.text.SimpleDateFormat&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Missing java.text.NumberFormat implementation</title><link href="https://sourceforge.net/p/janetdev/ja-net-projects-bugs/16/" rel="alternate"/><published>2008-11-04T22:33:06Z</published><updated>2008-11-04T22:33:06Z</updated><author><name>Dave Tillman</name><uri>https://sourceforge.net/u/dtillman/</uri></author><id>https://sourceforge.netabccf6ecc883f2d9c475f633ecf1dcc645f0c0a2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Missing java.text.NumberFormat implementation&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>