User Tools

Site Tools


beewm:devel:java_coding_conventions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:java_coding_conventions [2013/04/09 15:41] adminbeewm:devel:java_coding_conventions [2016/05/17 16:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ==== Links to Java Coding Conventions ==== ==== Links to Java Coding Conventions ====
-  * [Code Conventions for the Java Programming Language(http://www.oracle.com/technetwork/java/codeconv-138413.html)<br> +  * Code Conventions for the Java Programming Language (http://www.oracle.com/technetwork/java/codeconv-138413.html)<br> 
-  * [Java Programming Style Guidelines(http://geosoft.no/development/javastyle.html)+  * Java Programming Style Guidelines (http://geosoft.no/development/javastyle.html)
  
  
Line 7: Line 7:
 We use the Eclipse built-in Java Conventions formatter file, except for one difference: we have a line width of 180, instead of 80, as usually the screen allows much longer lines than 80. We use the Eclipse built-in Java Conventions formatter file, except for one difference: we have a line width of 180, instead of 80, as usually the screen allows much longer lines than 80.
  
-  * Link to Java Conventions formatter: {{:devel:code_formatter_longer_lines.xml.gz|code_formatter_longer_lines.xml.gz}} (https://sourceforge.net/p/screeningbee/wiki/Java%20Development/attachment/code_formatter_longer_lines.xml).+  * Link to Java Conventions formatter: {{:beewm:devel:code_formatter_longer_lines.xml.gz|code_formatter_longer_lines.xml.gz}}.
  
  
 ==== Java Books ==== ==== Java Books ====
-  * [The Java Language Specification(http://java.sun.com/docs/books/jls/index.html)+  * The Java Language Specification (http://java.sun.com/docs/books/jls/index.html)
  
  
 ==== Unit testing ==== ==== Unit testing ====
 We use JUnit to implement the unit tests. We use JUnit to implement the unit tests.
-Take a look at the [Getting started] (http://junit.sourceforge.net/) documentation at [Junit.org] (http://junit.org).+Take a look at the [Getting started] (http://junit.sourceforge.net/) documentation at http://junit.org.
  
  
 ==== Logging ==== ==== Logging ====
-  * [SLF4J: Docs(http://slf4j.org/docs.html) +  * SLF4J: Docs (http://slf4j.org/docs.html) 
-  * [LOGBack Project(http://logback.qos.ch/)+  * LOGBack Project (http://logback.qos.ch/)
beewm/devel/java_coding_conventions.1365514874.txt.gz · Last modified: 2013/04/09 15:41 by admin