See 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/490/display/redirect?page=changes>

Changes:

[lehmi] PDFBOX-2852: simplify code, use switch, fix copy&paste issue

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache FontBox 2.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
 (5 KB at 407.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
 (17 KB at 994.2 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
 (34 KB at 2785.7 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fontbox ---
[TASKS] Scanning folder 
'<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/'> 
for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 105 files to scan for tasks
Found 12 open tasks.
[TASKS] Computing warning deltas based on reference build #489
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ fontbox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fontbox 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 89 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fontbox ---
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
 (865 B at 65.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
 (4 KB at 271.5 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
 (690 B at 44.9 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
 (769 B at 62.6 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
 (2 KB at 101.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
 (5 KB at 234.4 KB/sec)
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
 (25 KB at 1109.3 KB/sec)
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
 (19 KB at 771.9 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 98 source files to 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[WARNING] 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/src/main/java/org/apache/fontbox/cff/CFFFont.java>:
 Some input files use unchecked or unsafe operations.
[WARNING] 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/src/main/java/org/apache/fontbox/cff/CFFFont.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 3 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/src/main/java/org/apache/fontbox/afm/AFMParser.java>:[350,20]
 strings in switch are not supported in -source 1.6
  (use -source 7 or higher to enable strings in switch)
[ERROR] 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/src/main/java/org/apache/fontbox/afm/AFMParser.java>:[507,19]
 strings in switch are not supported in -source 1.6
  (use -source 7 or higher to enable strings in switch)
[ERROR] 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/src/main/java/org/apache/fontbox/afm/AFMParser.java>:[587,15]
 strings in switch are not supported in -source 1.6
  (use -source 7 or higher to enable strings in switch)
[ERROR] 
<https://builds.apache.org/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/ws/src/main/java/org/apache/fontbox/afm/AFMParser.java>:[731,23]
 strings in switch are not supported in -source 1.6
  (use -source 7 or higher to enable strings in switch)
[INFO] 4 errors 
[INFO] -------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to