Donny Nadolny

Results 4 comments of Donny Nadolny

Another case of a dropped constructor: ``` public class A extends B { private static final long serialVersionUID = 1L; public A() { super(new C() { public D z() {...

Technically the first one could be (`class B(str: String) extends A(str) { def this() = this("some value") }`), although to do that would require knowing that the literal "some value"...

I think the main use case for this is handled in the new version. You can't paste a selection of files/folders, but you can convert any java classes/packages/source folders in...