Community
Participate
Working Groups
Applying the quick fix for unimplemented abstract methods produces badly formatted code: class MyDslGenerator implements IGenerator, Comparable { override doGenerate(Resource input, IFileSystemAccess fsa) { throw new UnsupportedOperationException("Auto-generated function stub") }override compareTo(Object o) { throw new UnsupportedOperationException("Auto-generated function stub") }}
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0