Java Style Guidelines: Summary of Feedback

This document summarizes the feedback from the first review round. If you have raised an issue that is not included in this summary, it may have already been discussed (and rejected) prior to the first version of the document, or it may have pointed out an error or oversight in which case it has already been addressed and will be made available in the next version.

Quick links:

Guiding Principles

Java Source Files

Import statements

Class Structure

Order of Constructors and Overloaded Methods

Modifiers

Braces

Indentation

Wrapping Lines

Whitespace

Variable Declarations

Annotations

Literals

Programming Practices