User Tools

Site Tools


info:java_style

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
info:java_style [2015/03/10 09:19] moritzinfo:java_style [2015/03/10 09:20] – [Constructors] moritz
Line 18: Line 18:
 ===== Constructors ==== ===== Constructors ====
  
-  * Constructors must not call any method unless it is '''private''' and in turn does not call any non-private method. +  * Constructors must not call any method unless it is ''private'' and in turn does not call any non-private method. 
-  * Fields assigned in the constructor must be '''private final'''+  * Fields assigned in the constructor must be ''private final''
  
info/java_style.txt · Last modified: 2015/03/10 09:20 by moritz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki