August 2012
Intermediate to advanced
318 pages
5h 56m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Open a command prompt and type the telnet command."
A block of code is set as follows:
327 if (!Token.containsTokenWithValue(tokens, y) && years != 0) {
while (years != 0) {
months += 12 * years;
years = 0;
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[INFO] Database dialect class org.sonar.jpa.dialect.MySql
[INFO] Initializing Hibernate
[INFO] ------------- Analyzing Commons Lang 3 [INFO] Selected quality profile : [name=Sonar way,language=java] ...Read now
Unlock full access