Another good place for a line break is after an assignment
operator, particularly if the left side is long:
LinkedList<ClipPlaneControl> myClipPlaneControls =
new LinkedList<ClipPlaneControl>();
if (hasMuscle) {
ComponentList<MuscleBundle> muscles =
((MuscleTissue)tissue).getMuscleList();
}