Reg : How to contribute

2009-07-15 Thread Ganesan Pugalendhi
Hi I have more then 6+ years of working experience in java (Java ME (3 Years) and Java SE and EE (3 + yrs)), I have implemented RTP/RTCP stack in j2me, designed and implemented Canvas based UI frame work for J2ME clients and Architected many Java EE projects. I like to contribute to JDK7 but i

hg: jdk7/tl/langtools: 6846972: cannot access member of raw type when erasure change overriding into overloading

2009-07-15 Thread maurizio . cimadamore
Changeset: ad07b7ea9685 Author:mcimadamore Date: 2009-07-15 10:25 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ad07b7ea9685 6846972: cannot access member of raw type when erasure change overriding into overloading Summary: fix of 6400189 caused a nasty problem in met

Re: Reg : How to contribute

2009-07-15 Thread Brad Wetmore
Pugal.G, The project website is a good place to start. http://openjdk.java.net/ Specifically, the process for contributions is at: http://openjdk.java.net/contribute/ Good luck, hope you find something of interest. Brad Ganesan Pugalendhi wrote: Hi I have more then 6+ years of

hg: jdk7/tl/langtools: 6860795: NullPointerException when compiling a negative java source

2009-07-15 Thread maurizio . cimadamore
Changeset: 90d40dd5cfc7 Author:mcimadamore Date: 2009-07-15 17:01 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/90d40dd5cfc7 6860795: NullPointerException when compiling a negative java source Summary: Rich formatter shouldn't propagate visits on method symbols that ha

hg: jdk7/tl/jdk: 6857789: (reflect) Create common superclass of reflective exceptions

2009-07-15 Thread joe . darcy
Changeset: aaf0cb20646e Author:darcy Date: 2009-07-15 12:08 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/aaf0cb20646e 6857789: (reflect) Create common superclass of reflective exceptions Reviewed-by: martin ! src/share/classes/java/lang/ClassNotFoundException.java ! src/sh

hg: jdk7/tl/jdk: 6463998: Undocumented NullPointerExeption from Float.parseFloat and Double.parseDouble

2009-07-15 Thread joe . darcy
Changeset: 2a1b1075f583 Author:darcy Date: 2009-07-15 14:43 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2a1b1075f583 6463998: Undocumented NullPointerExeption from Float.parseFloat and Double.parseDouble Reviewed-by: lancea, iris ! src/share/classes/java/lang/Double.java