Duration 60 minutes
Duration | Agenda Item | Requested by | Notes / Links |
---|---|---|---|
START RECORDING | |||
Release Management: review of Casablanca Maintenance Release plan, including timeline, scope and processes. | |||
Java Code Style has been decided, but what about other languages (Javascript). In addition, there are other non-code files: (XML, JSON, YAML) that could also use a style editor. Also, the oparent checkstyle is broken in 3 ways: 1) Doesn't work in Eclipse 2) src/main/java does not point to the right place: ${project.build.sourceDirectory}/src/main/java? appends an extra src/main/java to the end. 3) Parsing error in the oparent checkstyle.xml </module>? <module name="NeedBraces"/>? <module name="LeftCurly">?- <property name="maxLineLength" value="120"/>?+ <!--property name="maxLineLength" value="120"/-->? </module> | Pamela Dragosh | Java code style |