Re: Feature request

2013-07-01 Thread Dalibor Topic
On 6/30/13 2:27 PM, Wanderer Wanderer wrote: > Hello all. > > Sorry if I'm posting this to the wrong list. No problem. > I have a feature ask for Java. Feature requests go here: http://bugs.sun.com/ cheers, dalibor topic -- Oracle Dalibor Topic | Principal Product Ma

Feature request

2013-06-30 Thread Wanderer Wanderer
Hello all. Sorry if I'm posting this to the wrong list. I have a feature ask for Java. Please add support for the default values in constructor/method parameters. Something like this: class MyClass { MyClass(int param1 = 0, String param2 = "Java", boolean param3 = false) { ... } } So