whenrybruce

Yocto java build failure

Aug 14th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.98 KB | None | 0 0
  1. hbruce@hbruce-ubuntu:~/Projects/yocto/poky/build$ bitbake -k core-image-sato
  2. Loading cache: 100% |###########################################| ETA: 00:00:00
  3. Loaded 1868 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5. NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
  6. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
  7. NOTE: multiple providers are available for runtime java2-runtime (cacao, jamvm, openjdk-7-jre, openjdk-6-jre)
  8. NOTE: consider defining a PREFERRED_PROVIDER entry to match java2-runtime
  9. NOTE: multiple providers are available for runtime java2-vm (openjdk-7-jre, openjdk-6-jre)
  10. NOTE: consider defining a PREFERRED_PROVIDER entry to match java2-vm
  11. NOTE: multiple providers are available for virtual/java-native (cacao-native, jamvm-native)
  12. NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/java-native
  13. NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native)
  14. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
  15. NOTE: multiple providers are available for virtual/java-initial (cacao-initial, jamvm-initial)
  16. NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/java-initial
  17.  
  18. Build Configuration:
  19. BB_VERSION = "1.22.0"
  20. BUILD_SYS = "x86_64-linux"
  21. NATIVELSBSTRING = "Ubuntu-12.04"
  22. TARGET_SYS = "x86_64-poky-linux"
  23. MACHINE = "intel-corei7-64"
  24. DISTRO = "poky"
  25. DISTRO_VERSION = "1.6.1"
  26. TUNE_FEATURES = "m64 corei7"
  27. TARGET_FPU = ""
  28. meta
  29. meta-yocto
  30. meta-yocto-bsp = "daisy:984be3314565deba11598aeb3fa57e93cbbf5b2a"
  31. meta-intel = "daisy:538003074d3a131adba1b46ac4d04cfc4018a1a5"
  32. meta-java = "master:d2b75b615e4612f9fa05950c1d76d4a719e573d4"
  33. meta-oe = "daisy:9ee63edfd9c6e5c22ce707770955a5796cde2cfc"
  34.  
  35. NOTE: Preparing runqueue
  36. NOTE: Executing SetScene Tasks
  37. NOTE: Executing RunQueue Tasks
  38. WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz, attempting MIRRORS if available
  39. ERROR: Fetcher failure: Fetch command failed with exit code 4, output:
  40. Error in server response, closing control connection.
  41. Error in server response, closing control connection.
  42.  
  43. ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz'. Unable to fetch URL from any source.
  44. ERROR: Logfile of failure stored in: /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/classpath-native/0.99-r6.0/temp/log.do_fetch.22917
  45. ERROR: Task 2639 (/home/hbruce/Projects/yocto/meta-java/recipes-core/classpath/classpath-native_0.99.bb, do_fetch) failed with exit code '1'
  46.  
  47. Keyboard Interrupt, closing down...
  48.  
  49. WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz, attempting MIRRORS if available
  50. ERROR: Fetcher failure: Fetch command failed with exit code 4, output:
  51. Error in server response, closing control connection.
  52. Error in server response, closing control connection.
  53.  
  54. ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz'. Unable to fetch URL from any source.
  55. ERROR: Logfile of failure stored in: /home/hbruce/Projects/yocto/poky/build/tmp/work/corei7-64-poky-linux/classpath/0.99-r3/temp/log.do_fetch.22921
  56. ERROR: Task 3420 (/home/hbruce/Projects/yocto/meta-java/recipes-core/classpath/classpath_0.99.bb, do_fetch) failed with exit code '1'
  57. NOTE: Tasks Summary: Attempted 5814 tasks of which 5794 didn't need to be rerun and 2 failed.
  58. ERROR: Command execution failed: Stopped build
  59.  
  60. Summary: 2 tasks failed:
  61. /home/hbruce/Projects/yocto/meta-java/recipes-core/classpath/classpath-native_0.99.bb, do_fetch
  62. /home/hbruce/Projects/yocto/meta-java/recipes-core/classpath/classpath_0.99.bb, do_fetch
  63. Summary: There were 2 WARNING messages shown.
  64. Summary: There were 5 ERROR messages shown, returning a non-zero exit code.
  65. Execution was interrupted, returning a non-zero exit code.
  66. hbruce@hbruce-ubuntu:~/Projects/yocto/poky/build$ bitbake -k core-image-sato
  67. Loading cache: 100% |###########################################| ETA: 00:00:00
  68. Loaded 1868 entries from dependency cache.
  69. NOTE: Resolving any missing task queue dependencies
  70. NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
  71. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
  72. NOTE: multiple providers are available for runtime java2-runtime (cacao, jamvm, openjdk-7-jre, openjdk-6-jre)
  73. NOTE: consider defining a PREFERRED_PROVIDER entry to match java2-runtime
  74. NOTE: multiple providers are available for runtime java2-vm (openjdk-7-jre, openjdk-6-jre)
  75. NOTE: consider defining a PREFERRED_PROVIDER entry to match java2-vm
  76. NOTE: multiple providers are available for virtual/java-native (cacao-native, jamvm-native)
  77. NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/java-native
  78. NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native)
  79. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
  80. NOTE: multiple providers are available for virtual/java-initial (cacao-initial, jamvm-initial)
  81. NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/java-initial
  82.  
  83. Build Configuration:
  84. BB_VERSION = "1.22.0"
  85. BUILD_SYS = "x86_64-linux"
  86. NATIVELSBSTRING = "Ubuntu-12.04"
  87. TARGET_SYS = "x86_64-poky-linux"
  88. MACHINE = "intel-corei7-64"
  89. DISTRO = "poky"
  90. DISTRO_VERSION = "1.6.1"
  91. TUNE_FEATURES = "m64 corei7"
  92. TARGET_FPU = ""
  93. meta
  94. meta-yocto
  95. meta-yocto-bsp = "daisy:984be3314565deba11598aeb3fa57e93cbbf5b2a"
  96. meta-intel = "daisy:538003074d3a131adba1b46ac4d04cfc4018a1a5"
  97. meta-java = "master:d2b75b615e4612f9fa05950c1d76d4a719e573d4"
  98. meta-oe = "daisy:9ee63edfd9c6e5c22ce707770955a5796cde2cfc"
  99.  
  100. NOTE: Preparing runqueue
  101. NOTE: Executing SetScene Tasks
  102. NOTE: Executing RunQueue Tasks
  103. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  104. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  105. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  106. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  107. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  108. WARNING: classpath: No generic license file exists for: Classpath in any provider
  109. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  110. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  111. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  112. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  113. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  114. WARNING: The recipe cacao-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
  115. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc.h
  116. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  117. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/weakpointer.h
  118. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  119. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_version.h
  120. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  121. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_mark.h
  122. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  123. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_inline.h
  124. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  125. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_gcj.h
  126. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  127. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_allocator.h
  128. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  129. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/cord.h
  130. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  131. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_amiga_redirects.h
  132. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  133. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/leak_detector.h
  134. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  135. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_tiny_fl.h
  136. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  137. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/new_gc_alloc.h
  138. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  139. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc.h
  140. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  141. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_typed.h
  142. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  143. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_backptr.h
  144. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  145. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_pthread_redirects.h
  146. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  147. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include/gc/gc_config_macros.h
  148. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  149. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/libcord.la
  150. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  151. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/libcord.so
  152. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  153. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/libcord.so.1.0.3
  154. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  155. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/libcord.so.1
  156. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  157. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/pkgconfig/bdw-gc.pc
  158. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  159. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/gcinterface.html
  160. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  161. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.sgi
  162. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  163. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.win64
  164. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  165. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.ews4800
  166. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  167. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.environment
  168. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  169. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/gcdescr.html
  170. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  171. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.Mac
  172. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  173. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/leak.html
  174. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  175. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.autoconf
  176. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  177. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.darwin
  178. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  179. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.arm.cross
  180. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  181. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.amiga
  182. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  183. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.contributors
  184. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  185. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/overview.html
  186. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  187. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.DGUX386
  188. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  189. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.uts
  190. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  191. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/porting.html
  192. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  193. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.MacOSX
  194. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  195. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/tree.html
  196. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  197. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/simple_example.html
  198. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  199. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.win32
  200. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  201. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.OS2
  202. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  203. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/scale.html
  204. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  205. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/barrett_diagram
  206. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  207. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.dj
  208. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  209. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.changes
  210. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  211. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.rs6000
  212. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  213. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.linux
  214. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  215. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/debugging.html
  216. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  217. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.solaris2
  218. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  219. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README
  220. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  221. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.macros
  222. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  223. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/gc.man
  224. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  225. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.cords
  226. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  227. /home/hbruce/Projects/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/share/gc/README.hp
  228. Matched in manifest-x86_64-bdwgc-native.populate_sysroot
  229. Please verify which package should provide the above files.
  230. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  231. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  232. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  233. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  234. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  235. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  236. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  237. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  238. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  239. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  240. ERROR: Function failed: do_install (log file is located at /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/gnujaf-native/1.1.1-r1/temp/log.do_install.657)
  241. ERROR: Logfile of failure stored in: /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/gnujaf-native/1.1.1-r1/temp/log.do_install.657
  242. Log data follows:
  243. | DEBUG: Executing shell function do_install
  244. | NOTE: make -j 8 DESTDIR=/home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/gnujaf-native/1.1.1-r1/image install
  245. | mkdir -p classes
  246. | javac -classpath classes:./source -d classes source/javax/activation/ActivationDataFlavor.java
  247. | javac -classpath classes:./source -d classes source/javax/activation/CommandInfo.java
  248. | javac -classpath classes:./source -d classes source/javax/activation/CommandMap.java
  249. | javac -classpath classes:./source -d classes source/javax/activation/CommandObject.java
  250. | javac -classpath classes:./source -d classes source/javax/activation/DataContentHandler.java
  251. | javac -classpath classes:./source -d classes source/javax/activation/DataContentHandlerFactory.java
  252. | javac -classpath classes:./source -d classes source/javax/activation/DataHandler.java
  253. | javac -classpath classes:./source -d classes source/javax/activation/DataHandlerDataSource.java
  254. | javac -classpath classes:./source -d classes source/javax/activation/DataSource.java
  255. | javac -classpath classes:./source -d classes source/javax/activation/DataSourceDataContentHandler.java
  256. | javac -classpath classes:./source -d classes source/javax/activation/FileDataSource.java
  257. | javac -classpath classes:./source -d classes source/javax/activation/FileTypeMap.java
  258. | javac -classpath classes:./source -d classes source/javax/activation/MailcapCommandMap.java
  259. | javac -classpath classes:./source -d classes source/javax/activation/MimeType.java
  260. | javac -classpath classes:./source -d classes source/javax/activation/MimeTypeParameterList.java
  261. | javac -classpath classes:./source -d classes source/javax/activation/MimeTypeParseException.java
  262. | javac -classpath classes:./source -d classes source/javax/activation/MimetypesFileTypeMap.java
  263. | ----------
  264. | 1. ERROR in source/javax/activation/MimeType.java (at line 262)
  265. | throw new MimeTypeParseException(message, token);
  266. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  267. | The constructor MimeTypeParseException(String, String) is undefined
  268. | ----------
  269. | 2. ERROR in source/javax/activation/MimeType.java (at line 269)
  270. | throw new MimeTypeParseException(message, token);
  271. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  272. | The constructor MimeTypeParseException(String, String) is undefined
  273. | ----------
  274. | 2 problems (2 errors)make: *** [classes/javax/activation/MimeType.class] Error 255
  275. | make: *** Waiting for unfinished jobs....
  276. | ----------
  277. | 1. WARNING in source/javax/activation/MimeTypeParameterList.java (at line 45)
  278. | private static final String TSPECIALS = "()<>@,;:/[]?=\\\"";
  279. | ^^^^^^^^^
  280. | The field MimeTypeParameterList.TSPECIALS is never read locally
  281. | ----------
  282. | 2. ERROR in source/javax/activation/MimeTypeParameterList.java (at line 128)
  283. | MimeType.checkValidity(name, "Parameter name is invalid");
  284. | ^^^^^^^^^^^^^
  285. | The method checkValidity(String, String) is undefined for the type MimeType
  286. | ----------
  287. | 3. ERROR in source/javax/activation/MimeTypeParameterList.java (at line 138)
  288. | MimeType.checkValidity(name, "Parameter value is invalid");
  289. | ^^^^^^^^^^^^^
  290. | The method checkValidity(String, String) is undefined for the type MimeType
  291. | ----------
  292. | 4. ERROR in source/javax/activation/MimeTypeParameterList.java (at line 249)
  293. | if (!MimeType.isValidChar(value.charAt(i)))
  294. | ^^^^^^^^^^^
  295. | The method isValidChar(char) is undefined for the type MimeType
  296. | ----------
  297. | 4 problems (3 errors, 1 warning)make: *** [classes/javax/activation/MimeTypeParameterList.class] Error 255
  298. | ----------
  299. | 1. WARNING in source/javax/activation/MimeTypeParseException.java (at line 35)
  300. | public class MimeTypeParseException
  301. | ^^^^^^^^^^^^^^^^^^^^^^
  302. | The serializable class MimeTypeParseException does not declare a static final serialVersionUID field of type long
  303. | ----------
  304. | 1 problem (1 warning)----------
  305. | 1. WARNING in source/javax/activation/MimetypesFileTypeMap.java (at line 41)
  306. | import java.util.Iterator;
  307. | ^^^^^^^^^^^^^^^^^^
  308. | The import java.util.Iterator is never used
  309. | ----------
  310. | 1 problem (1 warning)ERROR: oe_runmake failed
  311. | WARNING: exit code 1 from a shell command.
  312. | ERROR: Function failed: do_install (log file is located at /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/gnujaf-native/1.1.1-r1/temp/log.do_install.657)
  313. ERROR: Task 2807 (virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/classpathx/gnujaf_1.1.1.bb, do_install) failed with exit code '1'
  314. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  315. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  316. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  317. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  318. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  319. ERROR: Function failed: do_compile (log file is located at /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/xerces-j-native/2.11.0-r1/temp/log.do_compile.2628)
  320. ERROR: Logfile of failure stored in: /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/xerces-j-native/2.11.0-r1/temp/log.do_compile.2628
  321. Log data follows:
  322. | DEBUG: Executing shell function do_compile
  323. | ----------
  324. | 1. WARNING in src/org/apache/xerces/impl/dv/util/Base64.java (at line 45)
  325. | static private final int SIXBIT = 6;
  326. | ^^^^^^
  327. | The field Base64.SIXBIT is never read locally
  328. | ----------
  329. | ----------
  330. | 2. WARNING in src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (at line 660)
  331. | else if (Constants.SCHEMA_1_1_SUPPORT && (fValidationDV == DV_YEARMONTHDURATION || fValidationDV == DV_DAYTIMEDURATION)) {
  332. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  333. | Dead code
  334. | ----------
  335. | 3. WARNING in src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (at line 660)
  336. | else if (Constants.SCHEMA_1_1_SUPPORT && (fValidationDV == DV_YEARMONTHDURATION || fValidationDV == DV_DAYTIMEDURATION)) {
  337. | return DV_DURATION;
  338. | }
  339. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  340. | Dead code
  341. | ----------
  342. | 4. WARNING in src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (at line 2551)
  343. | else if (Constants.SCHEMA_1_1_SUPPORT && (validationDV == DV_YEARMONTHDURATION || validationDV == DV_DAYTIMEDURATION)) {
  344. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  345. | Dead code
  346. | ----------
  347. | 5. WARNING in src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (at line 2551)
  348. | else if (Constants.SCHEMA_1_1_SUPPORT && (validationDV == DV_YEARMONTHDURATION || validationDV == DV_DAYTIMEDURATION)) {
  349. | return DV_DURATION;
  350. | }
  351. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  352. | Dead code
  353. | ----------
  354. | 6. WARNING in src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (at line 2723)
  355. | for (int i = 0; i < ((XSSimpleTypeDecl) type).getMemberTypes().getLength(); i++) {
  356. | ^^^
  357. | Dead code
  358. | ----------
  359. | ----------
  360. | 7. WARNING in src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java (at line 161)
  361. | private int compareFractionalPart(XPrecisionDecimal oval) {
  362. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  363. | The method compareFractionalPart(PrecisionDecimalDV.XPrecisionDecimal) from the type PrecisionDecimalDV.XPrecisionDecimal is never used locally
  364. | ----------
  365. | ----------
  366. | 8. WARNING in src/org/apache/xerces/impl/XML11EntityScanner.java (at line 20)
  367. | import java.io.EOFException;
  368. | ^^^^^^^^^^^^^^^^^^^^
  369. | The import java.io.EOFException is never used
  370. | ----------
  371. | ----------
  372. | 9. WARNING in src/org/apache/xerces/impl/xs/XSModelImpl.java (at line 198)
  373. | private SymbolHash buildSubGroups_Org() {
  374. | ^^^^^^^^^^^^^^^^^^^^
  375. | The method buildSubGroups_Org() from the type XSModelImpl is never used locally
  376. | ----------
  377. | ----------
  378. | 10. WARNING in src/org/apache/xerces/impl/xs/SchemaGrammar.java (at line 256)
  379. | private static final int BASICSET_COUNT = 29;
  380. | ^^^^^^^^^^^^^^
  381. | The field SchemaGrammar.BASICSET_COUNT is never read locally
  382. | ----------
  383. | 11. WARNING in src/org/apache/xerces/impl/xs/SchemaGrammar.java (at line 257)
  384. | private static final int FULLSET_COUNT = 46;
  385. | ^^^^^^^^^^^^^
  386. | The field SchemaGrammar.FULLSET_COUNT is never read locally
  387. | ----------
  388. | 12. WARNING in src/org/apache/xerces/impl/xs/SchemaGrammar.java (at line 1185)
  389. | public void setValues(String name, String targetNamespace,
  390. | XSTypeDefinition baseType, short derivedBy, short schemaFinal,
  391. | short block, short contentType,
  392. | boolean isAbstract, XSAttributeGroupDecl attrGrp,
  393. | XSSimpleType simpleType, XSParticleDecl particle) {
  394. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  395. | The method setValues(String, String, XSTypeDefinition, short, short, short, short, boolean, XSAttributeGroupDecl, XSSimpleType, XSParticleDecl) from the type SchemaGrammar.XSAnyType is never used locally
  396. | ----------
  397. | 13. WARNING in src/org/apache/xerces/impl/xs/SchemaGrammar.java (at line 1273)
  398. | public void setValues(String name, String targetNamespace,
  399. | XSSimpleType simpleType, short constraintType, short scope,
  400. | ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) {
  401. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  402. | The method setValues(String, String, XSSimpleType, short, short, ValidatedInfo, XSComplexTypeDecl) from the type SchemaGrammar.BuiltinAttrDecl is never used locally
  403. | ----------
  404. | ----------
  405. | 14. WARNING in src/org/apache/xerces/impl/xs/ElementPSVImpl.java (at line 98)
  406. | return fDeclaration == null ? null : fDeclaration.getConstraintValue();
  407. | ^^^^^^^^^^^^^^^^^^^^
  408. | The method getConstraintValue() from the type XSElementDeclaration is deprecated
  409. | ----------
  410. | ----------
  411. | 15. WARNING in src/org/apache/xerces/impl/xs/identity/XPathMatcher.java (at line 28)
  412. | import org.xml.sax.SAXException;
  413. | ^^^^^^^^^^^^^^^^^^^^^^^^
  414. | The import org.xml.sax.SAXException is never used
  415. | ----------
  416. | 16. WARNING in src/org/apache/xerces/impl/xs/identity/XPathMatcher.java (at line 328)
  417. | fMatchedString = attrPSVI.getActualNormalizedValue();
  418. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  419. | The method getActualNormalizedValue() from the type ItemPSVI is deprecated
  420. | ----------
  421. | 17. WARNING in src/org/apache/xerces/impl/xs/identity/XPathMatcher.java (at line 329)
  422. | matched(fMatchedString, attrPSVI.getActualNormalizedValueType(), attrPSVI.getItemValueTypes(), false);
  423. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  424. | The method getActualNormalizedValueType() from the type ItemPSVI is deprecated
  425. | ----------
  426. | 18. WARNING in src/org/apache/xerces/impl/xs/identity/XPathMatcher.java (at line 329)
  427. | matched(fMatchedString, attrPSVI.getActualNormalizedValueType(), attrPSVI.getItemValueTypes(), false);
  428. | ^^^^^^^^^^^^^^^^^^^
  429. | The method getItemValueTypes() from the type ItemPSVI is deprecated
  430. | ----------
  431. | 19. WARNING in src/org/apache/xerces/impl/xs/identity/XPathMatcher.java (at line 453)
  432. | private String normalize(String s) {
  433. | ^^^^^^^^^^^^^^^^^^^
  434. | The method normalize(String) from the type XPathMatcher is never used locally
  435. | ----------
  436. | ----------
  437. | 20. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java (at line 20)
  438. | import org.apache.xerces.impl.dv.SchemaDVFactory;
  439. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  440. | The import org.apache.xerces.impl.dv.SchemaDVFactory is never used
  441. | ----------
  442. | 21. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java (at line 1149)
  443. | private void traverseSimpleContentDecl(Element simpleContentDecl) {
  444. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  445. | The method traverseSimpleContentDecl(Element) from the type XSDComplexTypeTraverser is never used locally
  446. | ----------
  447. | 22. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java (at line 1152)
  448. | private void traverseComplexContentDecl(Element complexContentDecl,
  449. | boolean mixedOnComplexTypeDecl) {
  450. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  451. | The method traverseComplexContentDecl(Element, boolean) from the type XSDComplexTypeTraverser is never used locally
  452. | ----------
  453. | ----------
  454. | 23. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDElementTraverser.java (at line 418)
  455. | fSchemaHandler.ATTRIBUTE_TYPE, fSchemaHandler.getIDRegistry(), fSchemaHandler.getIDRegistry_sub(),
  456. | ^^^^^^^^^^^^^^
  457. | The static field XSDHandler.ATTRIBUTE_TYPE should be accessed in a static way
  458. | ----------
  459. | ----------
  460. | 24. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDHandler.java (at line 4229)
  461. | short referType;
  462. | ^^^^^^^^^
  463. | The field XSDHandler.XSDKey.referType is never read locally
  464. | ----------
  465. | ----------
  466. | 25. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java (at line 215)
  467. | String prefix, localpart;
  468. | ^^^^^^^^^
  469. | The local variable localpart is never read
  470. | ----------
  471. | 26. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java (at line 224)
  472. | String uri = schemaDoc.fNamespaceSupport.getURI(fSymbolTable.addSymbol(prefix));
  473. | ^^^
  474. | The local variable uri is never read
  475. | ----------
  476. | ----------
  477. | 27. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDSimpleTypeTraverser.java (at line 24)
  478. | import org.apache.xerces.impl.dv.SchemaDVFactory;
  479. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  480. | The import org.apache.xerces.impl.dv.SchemaDVFactory is never used
  481. | ----------
  482. | 28. WARNING in src/org/apache/xerces/impl/xs/traversers/XSDSimpleTypeTraverser.java (at line 26)
  483. | import org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl;
  484. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  485. | The import org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl is never used
  486. | ----------
  487. | ----------
  488. | 29. WARNING in src/org/apache/xerces/impl/xs/XMLSchemaLoader.java (at line 1043)
  489. | if (!psvi && fGrammarPool == null && false) {
  490. | if (fDeclPool != null) {
  491. | fDeclPool.reset();
  492. | }
  493. | else {
  494. | fDeclPool = new XSDeclarationPool();
  495. | }
  496. | fCMBuilder.setDeclPool(fDeclPool);
  497. | fSchemaHandler.setDeclPool(fDeclPool);
  498. | if (dvFactory instanceof SchemaDVFactoryImpl) {
  499. | fDeclPool.setDVFactory((SchemaDVFactoryImpl)dvFactory);
  500. | ((SchemaDVFactoryImpl)dvFactory).setDeclPool(fDeclPool);
  501. | }
  502. | } else {
  503. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  504. | Dead code
  505. | ----------
  506. | ----------
  507. | 30. WARNING in src/org/apache/xerces/impl/xs/models/XSDFACM.java (at line 165)
  508. | private int fTransTableSize = 0;
  509. | ^^^^^^^^^^^^^^^
  510. | The field XSDFACM.fTransTableSize is never read locally
  511. | ----------
  512. | ----------
  513. | 31. WARNING in src/org/apache/xerces/impl/xs/models/XSEmptyCM.java (at line 96)
  514. | boolean isFinal = false;
  515. | ^^^^^^^
  516. | The local variable isFinal is never read
  517. | ----------
  518. | ----------
  519. | 32. WARNING in src/org/apache/xerces/impl/xs/models/CMBuilder.java (at line 41)
  520. | private XSDeclarationPool fDeclPool = null;
  521. | ^^^^^^^^^
  522. | The field CMBuilder.fDeclPool is never read locally
  523. | ----------
  524. | ----------
  525. | 33. WARNING in src/org/apache/xerces/impl/xs/AttributePSVImpl.java (at line 77)
  526. | return fDeclaration == null ? null : fDeclaration.getConstraintValue();
  527. | ^^^^^^^^^^^^^^^^^^^^
  528. | The method getConstraintValue() from the type XSAttributeDeclaration is deprecated
  529. | ----------
  530. | ----------
  531. | 34. WARNING in src/org/apache/xerces/impl/xs/XMLSchemaValidator.java (at line 1151)
  532. | private static final boolean DEBUG_NORMALIZATION = false;
  533. | ^^^^^^^^^^^^^^^^^^^
  534. | The field XMLSchemaValidator.DEBUG_NORMALIZATION is never read locally
  535. | ----------
  536. | 35. WARNING in src/org/apache/xerces/impl/xs/XMLSchemaValidator.java (at line 1155)
  537. | private static final int BUFFER_SIZE = 20;
  538. | ^^^^^^^^^^^
  539. | The field XMLSchemaValidator.BUFFER_SIZE is never read locally
  540. | ----------
  541. | ----------
  542. | 36. WARNING in src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java (at line 173)
  543. | boolean wasDecoded = false; // used to detect if the last - was escaped.
  544. | ^^^^^^^^^^
  545. | The local variable wasDecoded is never read
  546. | ----------
  547. | ----------
  548. | 37. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 47)
  549. | private static final boolean DEBUG_ANY = DEBUG_XPATH_PARSE;
  550. | ^^^^^^^^^
  551. | The field XPath.DEBUG_ANY is never read locally
  552. | ----------
  553. | 38. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 413)
  554. | if (false) {
  555. | str.append('[');
  556. | String s = super.toString();
  557. | str.append(s.substring(s.indexOf('@')));
  558. | str.append(']');
  559. | }
  560. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  561. | Dead code
  562. | ----------
  563. | 39. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 797)
  564. | private static final String[] fgTokenNames = {
  565. | ^^^^^^^^^^^^
  566. | The field XPath.Tokens.fgTokenNames is never read locally
  567. | ----------
  568. | 40. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 980)
  569. | public void rewind() {
  570. | ^^^^^^^^
  571. | The method rewind() from the type XPath.Tokens is never used locally
  572. | ----------
  573. | 41. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 1235)
  574. | CHARTYPE_INVALID = 0, // invalid XML character
  575. | ^^^^^^^^^^^^^^^^
  576. | The field XPath.Scanner.CHARTYPE_INVALID is never read locally
  577. | ----------
  578. | 42. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 1236)
  579. | CHARTYPE_OTHER = 1, // not special - one of "#%&;?\^`{}~" or DEL
  580. | ^^^^^^^^^^^^^^
  581. | The field XPath.Scanner.CHARTYPE_OTHER is never read locally
  582. | ----------
  583. | 43. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 1237)
  584. | CHARTYPE_WHITESPACE = 2, // one of "\t\n\r " (0x09, 0x0A, 0x0D, 0x20)
  585. | ^^^^^^^^^^^^^^^^^^^
  586. | The field XPath.Scanner.CHARTYPE_WHITESPACE is never read locally
  587. | ----------
  588. | 44. WARNING in src/org/apache/xerces/impl/xpath/XPath.java (at line 1282)
  589. | private SymbolTable fSymbolTable;
  590. | ^^^^^^^^^^^^
  591. | The field XPath.Scanner.fSymbolTable is never read locally
  592. | ----------
  593. | ----------
  594. | 45. WARNING in src/org/apache/xerces/impl/dtd/DTDGrammar.java (at line 235)
  595. | private int fEpsilonIndex = -1;
  596. | ^^^^^^^^^^^^^
  597. | The field DTDGrammar.fEpsilonIndex is never read locally
  598. | ----------
  599. | 46. WARNING in src/org/apache/xerces/impl/dtd/DTDGrammar.java (at line 241)
  600. | private XMLEntityDecl fEntityDecl = new XMLEntityDecl();
  601. | ^^^^^^^^^^^
  602. | The field DTDGrammar.fEntityDecl is never read locally
  603. | ----------
  604. | ----------
  605. | 47. WARNING in src/org/apache/xerces/impl/dtd/XMLDTDValidator.java (at line 95)
  606. | private static final int TOP_LEVEL_SCOPE = -1;
  607. | ^^^^^^^^^^^^^^^
  608. | The field XMLDTDValidator.TOP_LEVEL_SCOPE is never read locally
  609. | ----------
  610. | 48. WARNING in src/org/apache/xerces/impl/dtd/XMLDTDValidator.java (at line 1245)
  611. | int newAttr = attributes.addAttribute(fTempQName, attType, attValue);
  612. | ^^^^^^^
  613. | The local variable newAttr is never read
  614. | ----------
  615. | 49. WARNING in src/org/apache/xerces/impl/dtd/XMLDTDValidator.java (at line 1279)
  616. | int attDefIndex = -1;
  617. | ^^^^^^^^^^^
  618. | The local variable attDefIndex is never read
  619. | ----------
  620. | 50. WARNING in src/org/apache/xerces/impl/dtd/XMLDTDValidator.java (at line 1693)
  621. | final String elementType = fCurrentElement.rawname;
  622. | ^^^^^^^^^^^
  623. | The local variable elementType is never read
  624. | ----------
  625. | 51. WARNING in src/org/apache/xerces/impl/dtd/XMLDTDValidator.java (at line 1759)
  626. | private int getContentSpecType(int elementIndex) {
  627. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  628. | The method getContentSpecType(int) from the type XMLDTDValidator is never used locally
  629. | ----------
  630. | ----------
  631. | 52. WARNING in src/org/apache/xerces/impl/dtd/models/CMNode.java (at line 134)
  632. | private CMStateSet fFollowPos = null;
  633. | ^^^^^^^^^^
  634. | The field CMNode.fFollowPos is never read locally
  635. | ----------
  636. | ----------
  637. | 53. WARNING in src/org/apache/xerces/impl/dtd/models/DFAContentModel.java (at line 163)
  638. | private int fTransTableSize = 0;
  639. | ^^^^^^^^^^^^^^^
  640. | The field DFAContentModel.fTransTableSize is never read locally
  641. | ----------
  642. | ----------
  643. | 54. WARNING in src/org/apache/xerces/impl/dtd/XMLDTDProcessor.java (at line 82)
  644. | private static final int TOP_LEVEL_SCOPE = -1;
  645. | ^^^^^^^^^^^^^^^
  646. | The field XMLDTDProcessor.TOP_LEVEL_SCOPE is never read locally
  647. | ----------
  648. | ----------
  649. | 55. WARNING in src/org/apache/xerces/impl/XMLVersionDetector.java (at line 27)
  650. | import org.apache.xerces.xni.XNIException;
  651. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  652. | The import org.apache.xerces.xni.XNIException is never used
  653. | ----------
  654. | ----------
  655. | 56. WARNING in src/org/apache/xerces/xinclude/XIncludeHandler.java (at line 2046)
  656. | if (attributes == null) {
  657. | attributes = new XMLAttributesImpl();
  658. | }
  659. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  660. | Dead code
  661. | ----------
  662. | 57. WARNING in src/org/apache/xerces/xinclude/XIncludeHandler.java (at line 2069)
  663. | if (attributes == null) {
  664. | attributes = new XMLAttributesImpl();
  665. | }
  666. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  667. | Dead code
  668. | ----------
  669. | ----------
  670. | 58. WARNING in src/org/apache/xerces/dom/TreeWalkerImpl.java (at line 230)
  671. | return null;
  672. | ^^^^^^^^^^^^
  673. | Dead code
  674. | ----------
  675. | ----------
  676. | 59. WARNING in src/org/apache/xerces/dom/CoreDOMImplementationImpl.java (at line 26)
  677. | import org.apache.xml.serialize.DOMSerializerImpl;
  678. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  679. | The type DOMSerializerImpl is deprecated
  680. | ----------
  681. | 60. WARNING in src/org/apache/xerces/dom/CoreDOMImplementationImpl.java (at line 432)
  682. | return new DOMSerializerImpl();
  683. | ^^^^^^^^^^^^^^^^^
  684. | The type DOMSerializerImpl is deprecated
  685. | ----------
  686. | 61. WARNING in src/org/apache/xerces/dom/CoreDOMImplementationImpl.java (at line 432)
  687. | return new DOMSerializerImpl();
  688. | ^^^^^^^^^^^^^^^^^^^
  689. | The constructor DOMSerializerImpl() is deprecated
  690. | ----------
  691. | ----------
  692. | 62. WARNING in src/org/apache/xerces/dom/DeferredDocumentImpl.java (at line 1103)
  693. | throw new IllegalArgumentException();
  694. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  695. | Dead code
  696. | ----------
  697. | ----------
  698. | 63. WARNING in src/org/apache/xerces/dom/DOMNormalizer.java (at line 1849)
  699. | final String normalizedValue = attrPSVI.getSchemaNormalizedValue();
  700. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  701. | The method getSchemaNormalizedValue() from the type ItemPSVI is deprecated
  702. | ----------
  703. | 64. WARNING in src/org/apache/xerces/dom/DOMNormalizer.java (at line 2017)
  704. | String normalizedValue = elementPSVI.getSchemaNormalizedValue();
  705. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  706. | The method getSchemaNormalizedValue() from the type ItemPSVI is deprecated
  707. | ----------
  708. | ----------
  709. | 65. WARNING in src/org/apache/xerces/dom/PSVIElementNSImpl.java (at line 118)
  710. | return fDeclaration == null ? null : fDeclaration.getConstraintValue();
  711. | ^^^^^^^^^^^^^^^^^^^^
  712. | The method getConstraintValue() from the type XSElementDeclaration is deprecated
  713. | ----------
  714. | ----------
  715. | 66. WARNING in src/org/apache/xerces/dom/PSVIAttrNSImpl.java (at line 104)
  716. | return fDeclaration == null ? null : fDeclaration.getConstraintValue();
  717. | ^^^^^^^^^^^^^^^^^^^^
  718. | The method getConstraintValue() from the type XSAttributeDeclaration is deprecated
  719. | ----------
  720. | ----------
  721. | 67. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 471)
  722. | private final String[] fgTokenNames = { "XPTRTOKEN_OPEN_PAREN",
  723. | ^^^^^^^^^^^^
  724. | The field XPointerHandler.Tokens.fgTokenNames is never read locally
  725. | ----------
  726. | 68. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 485)
  727. | private SymbolTable fSymbolTable;
  728. | ^^^^^^^^^^^^
  729. | The field XPointerHandler.Tokens.fSymbolTable is never read locally
  730. | ----------
  731. | 69. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 552)
  732. | private void rewind() {
  733. | ^^^^^^^^
  734. | The method rewind() from the type XPointerHandler.Tokens is never used locally
  735. | ----------
  736. | 70. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 600)
  737. | private String nextTokenAsString() throws XNIException {
  738. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  739. | The method nextTokenAsString() from the type XPointerHandler.Tokens is never used locally
  740. | ----------
  741. | 71. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 631)
  742. | private static final byte CHARTYPE_INVALID = 0, // invalid XML character
  743. | ^^^^^^^^^^^^^^^^
  744. | The field XPointerHandler.Scanner.CHARTYPE_INVALID is never read locally
  745. | ----------
  746. | 72. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 660)
  747. | private SymbolTable fSymbolTable;
  748. | ^^^^^^^^^^^^
  749. | The field XPointerHandler.Scanner.fSymbolTable is never read locally
  750. | ----------
  751. | 73. WARNING in src/org/apache/xerces/xpointer/XPointerHandler.java (at line 685)
  752. | boolean isQName = false;
  753. | ^^^^^^^
  754. | The local variable isQName is never read
  755. | ----------
  756. | ----------
  757. | 74. WARNING in src/org/apache/xerces/xpointer/ShortHandPointer.java (at line 49)
  758. | private SymbolTable fSymbolTable;
  759. | ^^^^^^^^^^^^
  760. | The field ShortHandPointer.fSymbolTable is never read locally
  761. | ----------
  762. | 75. WARNING in src/org/apache/xerces/xpointer/ShortHandPointer.java (at line 227)
  763. | return attrPSVI.getSchemaNormalizedValue();
  764. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  765. | The method getSchemaNormalizedValue() from the type ItemPSVI is deprecated
  766. | ----------
  767. | ----------
  768. | 76. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 512)
  769. | private final String[] fgTokenNames = { "XPTRTOKEN_ELEM_NCNAME",
  770. | ^^^^^^^^^^^^
  771. | The field ElementSchemePointer.Tokens.fgTokenNames is never read locally
  772. | ----------
  773. | 77. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 525)
  774. | private SymbolTable fSymbolTable;
  775. | ^^^^^^^^^^^^
  776. | The field ElementSchemePointer.Tokens.fSymbolTable is never read locally
  777. | ----------
  778. | 78. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 557)
  779. | private Integer getToken(int token) {
  780. | ^^^^^^^^^^^^^^^^^^^
  781. | The method getToken(int) from the type ElementSchemePointer.Tokens is never used locally
  782. | ----------
  783. | 79. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 595)
  784. | private void rewind() {
  785. | ^^^^^^^^
  786. | The method rewind() from the type ElementSchemePointer.Tokens is never used locally
  787. | ----------
  788. | 80. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 627)
  789. | private int peekToken() throws XNIException {
  790. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  791. | The method peekToken() from the type ElementSchemePointer.Tokens is never used locally
  792. | ----------
  793. | 81. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 641)
  794. | private String nextTokenAsString() throws XNIException {
  795. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  796. | The method nextTokenAsString() from the type ElementSchemePointer.Tokens is never used locally
  797. | ----------
  798. | 82. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 680)
  799. | private static final byte CHARTYPE_INVALID = 0, // invalid XML characters, control characters and 7F
  800. | ^^^^^^^^^^^^^^^^
  801. | The field ElementSchemePointer.Scanner.CHARTYPE_INVALID is never read locally
  802. | ----------
  803. | 83. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 706)
  804. | private SymbolTable fSymbolTable;
  805. | ^^^^^^^^^^^^
  806. | The field ElementSchemePointer.Scanner.fSymbolTable is never read locally
  807. | ----------
  808. | ----------
  809. | 84. WARNING in src/org/apache/xerces/parsers/AbstractDOMParser.java (at line 71)
  810. | import org.xml.sax.SAXException;
  811. | ^^^^^^^^^^^^^^^^^^^^^^^^
  812. | The import org.xml.sax.SAXException is never used
  813. | ----------
  814. | 85. WARNING in src/org/apache/xerces/parsers/AbstractDOMParser.java (at line 1748)
  815. | fDeferredDocumentImpl.setDeferredAttribute (node,
  816. | "xml:base",
  817. | "http://www.w3.org/XML/1998/namespace",
  818. | baseURI,
  819. | true);
  820. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  821. | The method setDeferredAttribute(int, String, String, String, boolean) from the type DeferredDocumentImpl is deprecated
  822. | ----------
  823. | ----------
  824. | 86. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 48)
  825. | import org.xml.sax.AttributeList;
  826. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  827. | The type AttributeList is deprecated
  828. | ----------
  829. | 87. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 51)
  830. | import org.xml.sax.DocumentHandler;
  831. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  832. | The type DocumentHandler is deprecated
  833. | ----------
  834. | 88. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 55)
  835. | import org.xml.sax.Parser;
  836. | ^^^^^^^^^^^^^^^^^^
  837. | The type Parser is deprecated
  838. | ----------
  839. | 89. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 81)
  840. | Parser, XMLReader // SAX1, SAX2
  841. | ^^^^^^
  842. | The type Parser is deprecated
  843. | ----------
  844. | 90. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 167)
  845. | protected DocumentHandler fDocumentHandler;
  846. | ^^^^^^^^^^^^^^^
  847. | The type DocumentHandler is deprecated
  848. | ----------
  849. | 91. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 263)
  850. | fDocumentHandler.setDocumentLocator(new LocatorProxy(locator));
  851. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  852. | The method setDocumentLocator(Locator) from the type DocumentHandler is deprecated
  853. | ----------
  854. | 92. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 268)
  855. | fDocumentHandler.startDocument();
  856. | ^^^^^^^^^^^^^^^
  857. | The method startDocument() from the type DocumentHandler is deprecated
  858. | ----------
  859. | 93. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 450)
  860. | fDocumentHandler.startElement(element.rawname, fAttributesProxy);
  861. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  862. | The method startElement(String, AttributeList) from the type DocumentHandler is deprecated
  863. | ----------
  864. | 94. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 530)
  865. | fDocumentHandler.characters(text.ch, text.offset, text.length);
  866. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  867. | The method characters(char[], int, int) from the type DocumentHandler is deprecated
  868. | ----------
  869. | 95. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 562)
  870. | fDocumentHandler.ignorableWhitespace(text.ch, text.offset, text.length);
  871. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  872. | The method ignorableWhitespace(char[], int, int) from the type DocumentHandler is deprecated
  873. | ----------
  874. | 96. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 590)
  875. | fDocumentHandler.endElement(element.rawname);
  876. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  877. | The method endElement(String) from the type DocumentHandler is deprecated
  878. | ----------
  879. | 97. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 702)
  880. | fDocumentHandler.processingInstruction(target,
  881. | data.toString());
  882. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  883. | The method processingInstruction(String, String) from the type DocumentHandler is deprecated
  884. | ----------
  885. | 98. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 729)
  886. | fDocumentHandler.endDocument();
  887. | ^^^^^^^^^^^^^
  888. | The method endDocument() from the type DocumentHandler is deprecated
  889. | ----------
  890. | 99. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 1430)
  891. | public void setDocumentHandler(DocumentHandler documentHandler) {
  892. | ^^^^^^^^^^^^^^^
  893. | The type DocumentHandler is deprecated
  894. | ----------
  895. | 100. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 2249)
  896. | implements AttributeList, Attributes2 {
  897. | ^^^^^^^^^^^^^
  898. | The type AttributeList is deprecated
  899. | ----------
  900. | ----------
  901. | 101. WARNING in src/org/apache/xerces/parsers/XMLGrammarPreparser.java (at line 91)
  902. | private static final String[] RECOGNIZED_PROPERTIES = {
  903. | ^^^^^^^^^^^^^^^^^^^^^
  904. | The field XMLGrammarPreparser.RECOGNIZED_PROPERTIES is never read locally
  905. | ----------
  906. | ----------
  907. | 102. WARNING in src/org/apache/xerces/util/LocatorProxy.java (at line 21)
  908. | import org.xml.sax.Locator;
  909. | ^^^^^^^^^^^^^^^^^^^
  910. | The import org.xml.sax.Locator is never used
  911. | ----------
  912. | ----------
  913. | 103. WARNING in src/org/apache/xerces/util/URI.java (at line 239)
  914. | private static boolean DEBUG = false;
  915. | ^^^^^
  916. | The field URI.DEBUG is never read locally
  917. | ----------
  918. | 104. WARNING in src/org/apache/xerces/util/URI.java (at line 2103)
  919. | private static boolean isReservedCharacter(char p_char) {
  920. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  921. | The method isReservedCharacter(char) from the type URI is never used locally
  922. | ----------
  923. | 105. WARNING in src/org/apache/xerces/util/URI.java (at line 2112)
  924. | private static boolean isUnreservedCharacter(char p_char) {
  925. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  926. | The method isUnreservedCharacter(char) from the type URI is never used locally
  927. | ----------
  928. | ----------
  929. | 106. WARNING in src/org/apache/xerces/util/AttributesProxy.java (at line 22)
  930. | import org.xml.sax.AttributeList;
  931. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  932. | The type AttributeList is deprecated
  933. | ----------
  934. | 107. WARNING in src/org/apache/xerces/util/AttributesProxy.java (at line 35)
  935. | implements AttributeList, Attributes2 {
  936. | ^^^^^^^^^^^^^
  937. | The type AttributeList is deprecated
  938. | ----------
  939. | ----------
  940. | 108. WARNING in src/org/apache/xerces/util/StAXInputSource.java (at line 43)
  941. | if (source == null) {
  942. | throw new IllegalArgumentException("XMLStreamReader parameter cannot be null.");
  943. | }
  944. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  945. | Dead code
  946. | ----------
  947. | ----------
  948. | 109. WARNING in src/org/apache/xerces/xni/parser/XMLComponent.java (at line 20)
  949. | import org.apache.xerces.xni.XNIException;
  950. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  951. | The import org.apache.xerces.xni.XNIException is never used
  952. | ----------
  953. | ----------
  954. | 110. WARNING in src/org/apache/xerces/dom3/as/DOMASException.java (at line 22)
  955. | public class DOMASException extends RuntimeException {
  956. | ^^^^^^^^^^^^^^
  957. | The serializable class DOMASException does not declare a static final serialVersionUID field of type long
  958. | ----------
  959. | ----------
  960. | 111. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 46)
  961. | import org.xml.sax.HandlerBase;
  962. | ^^^^^^^^^^^^^^^^^^^^^^^
  963. | The type HandlerBase is deprecated
  964. | ----------
  965. | 112. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 48)
  966. | import org.xml.sax.Parser;
  967. | ^^^^^^^^^^^^^^^^^^
  968. | The type Parser is deprecated
  969. | ----------
  970. | 113. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 223)
  971. | public Parser getParser() throws SAXException {
  972. | ^^^^^^
  973. | The type Parser is deprecated
  974. | ----------
  975. | 114. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 226)
  976. | return (Parser) xmlReader;
  977. | ^^^^^^
  978. | The type Parser is deprecated
  979. | ----------
  980. | 115. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 301)
  981. | public void parse(InputSource is, HandlerBase hb)
  982. | ^^^^^^^^^^^
  983. | The type HandlerBase is deprecated
  984. | ----------
  985. | ----------
  986. | 116. WARNING in src/org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl.java (at line 24)
  987. | import javax.xml.datatype.DatatypeConfigurationException;
  988. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  989. | The import javax.xml.datatype.DatatypeConfigurationException is never used
  990. | ----------
  991. | 117. WARNING in src/org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl.java (at line 25)
  992. | import javax.xml.datatype.DatatypeConstants;
  993. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  994. | The import javax.xml.datatype.DatatypeConstants is never used
  995. | ----------
  996. | ----------
  997. | 118. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 105)
  998. | private final TypeInfoProvider typeInfoProvider;
  999. | ^^^^^^^^^^^^^^^^
  1000. | The field JAXPValidatorComponent.typeInfoProvider is never read locally
  1001. | ----------
  1002. | 119. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 350)
  1003. | private String fVersion;
  1004. | ^^^^^^^^
  1005. | The field JAXPValidatorComponent.XNI2SAX.fVersion is never read locally
  1006. | ----------
  1007. | 120. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 364)
  1008. | public ContentHandler getContentHandler() {
  1009. | ^^^^^^^^^^^^^^^^^^^
  1010. | The method getContentHandler() from the type JAXPValidatorComponent.XNI2SAX is never used locally
  1011. | ----------
  1012. | 121. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 554)
  1013. | public TypeInfo getAttributeTypeInfo(String attributeQName) {
  1014. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1015. | The method getAttributeTypeInfo(String) from the type new TypeInfoProvider(){} is never used locally
  1016. | ----------
  1017. | 122. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 557)
  1018. | public TypeInfo getAttributeTypeInfo(String attributeUri, String attributeLocalName) {
  1019. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1020. | The method getAttributeTypeInfo(String, String) from the type new TypeInfoProvider(){} is never used locally
  1021. | ----------
  1022. | ----------
  1023. | 123. WARNING in src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java (at line 942)
  1024. | public TypeInfo getAttributeTypeInfo(String attributeUri, String attributeLocalName) {
  1025. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1026. | The method getAttributeTypeInfo(String, String) from the type ValidatorHandlerImpl.XMLSchemaTypeInfoProvider is never used locally
  1027. | ----------
  1028. | 124. WARNING in src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java (at line 947)
  1029. | public TypeInfo getAttributeTypeInfo(String attributeQName) {
  1030. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1031. | The method getAttributeTypeInfo(String) from the type ValidatorHandlerImpl.XMLSchemaTypeInfoProvider is never used locally
  1032. | ----------
  1033. | ----------
  1034. | 125. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 40)
  1035. | import org.apache.xml.serialize.Method;
  1036. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1037. | The type Method is deprecated
  1038. | ----------
  1039. | 126. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 41)
  1040. | import org.apache.xml.serialize.OutputFormat;
  1041. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1042. | The type OutputFormat is deprecated
  1043. | ----------
  1044. | 127. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 42)
  1045. | import org.apache.xml.serialize.Serializer;
  1046. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1047. | The type Serializer is deprecated
  1048. | ----------
  1049. | 128. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 43)
  1050. | import org.apache.xml.serialize.SerializerFactory;
  1051. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1052. | The type SerializerFactory is deprecated
  1053. | ----------
  1054. | 129. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 109)
  1055. | private SerializerFactory fSerializerFactory;
  1056. | ^^^^^^^^^^^^^^^^^
  1057. | The type SerializerFactory is deprecated
  1058. | ----------
  1059. | 130. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1060. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1061. | ^^^^^^^^^^^^^^^^^
  1062. | The type SerializerFactory is deprecated
  1063. | ----------
  1064. | 131. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1065. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1066. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1067. | The method getSerializerFactory(String) from the type SerializerFactory is deprecated
  1068. | ----------
  1069. | 132. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1070. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1071. | ^^^^^^
  1072. | The type Method is deprecated
  1073. | ----------
  1074. | 133. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1075. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1076. | ^^^
  1077. | The field Method.XML is deprecated
  1078. | ----------
  1079. | 134. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 150)
  1080. | Serializer ser;
  1081. | ^^^^^^^^^^
  1082. | The type Serializer is deprecated
  1083. | ----------
  1084. | 135. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 152)
  1085. | ser = fSerializerFactory.makeSerializer(streamResult.getWriter(), new OutputFormat());
  1086. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1087. | The method makeSerializer(Writer, OutputFormat) from the type SerializerFactory is deprecated
  1088. | ----------
  1089. | 136. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 152)
  1090. | ser = fSerializerFactory.makeSerializer(streamResult.getWriter(), new OutputFormat());
  1091. | ^^^^^^^^^^^^
  1092. | The type OutputFormat is deprecated
  1093. | ----------
  1094. | 137. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 152)
  1095. | ser = fSerializerFactory.makeSerializer(streamResult.getWriter(), new OutputFormat());
  1096. | ^^^^^^^^^^^^^^
  1097. | The constructor OutputFormat() is deprecated
  1098. | ----------
  1099. | 138. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 155)
  1100. | ser = fSerializerFactory.makeSerializer(streamResult.getOutputStream(), new OutputFormat());
  1101. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1102. | The method makeSerializer(OutputStream, OutputFormat) from the type SerializerFactory is deprecated
  1103. | ----------
  1104. | 139. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 155)
  1105. | ser = fSerializerFactory.makeSerializer(streamResult.getOutputStream(), new OutputFormat());
  1106. | ^^^^^^^^^^^^
  1107. | The type OutputFormat is deprecated
  1108. | ----------
  1109. | 140. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 155)
  1110. | ser = fSerializerFactory.makeSerializer(streamResult.getOutputStream(), new OutputFormat());
  1111. | ^^^^^^^^^^^^^^
  1112. | The constructor OutputFormat() is deprecated
  1113. | ----------
  1114. | 141. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 160)
  1115. | ser = fSerializerFactory.makeSerializer(out, new OutputFormat());
  1116. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1117. | The method makeSerializer(OutputStream, OutputFormat) from the type SerializerFactory is deprecated
  1118. | ----------
  1119. | 142. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 160)
  1120. | ser = fSerializerFactory.makeSerializer(out, new OutputFormat());
  1121. | ^^^^^^^^^^^^
  1122. | The type OutputFormat is deprecated
  1123. | ----------
  1124. | 143. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 160)
  1125. | ser = fSerializerFactory.makeSerializer(out, new OutputFormat());
  1126. | ^^^^^^^^^^^^^^
  1127. | The constructor OutputFormat() is deprecated
  1128. | ----------
  1129. | 144. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 179)
  1130. | parser.setContentHandler(ser.asContentHandler());
  1131. | ^^^^^^^^^^^^^^^^^^
  1132. | The method asContentHandler() from the type Serializer is deprecated
  1133. | ----------
  1134. | ----------
  1135. | 145. WARNING in src/org/apache/xml/serialize/XMLSerializer.java (at line 47)
  1136. | import org.w3c.dom.Document;
  1137. | ^^^^^^^^^^^^^^^^^^^^
  1138. | The import org.w3c.dom.Document is never used
  1139. | ----------
  1140. | ----------
  1141. | 146. WARNING in src/org/apache/xml/serialize/XML11Serializer.java (at line 43)
  1142. | import org.w3c.dom.Document;
  1143. | ^^^^^^^^^^^^^^^^^^^^
  1144. | The import org.w3c.dom.Document is never used
  1145. | ----------
  1146. | ----------
  1147. | 147. WARNING in src/org/apache/xml/serialize/Serializer.java (at line 26)
  1148. | import org.w3c.dom.Document;
  1149. | ^^^^^^^^^^^^^^^^^^^^
  1150. | The import org.w3c.dom.Document is never used
  1151. | ----------
  1152. | 148. WARNING in src/org/apache/xml/serialize/Serializer.java (at line 27)
  1153. | import org.w3c.dom.Element;
  1154. | ^^^^^^^^^^^^^^^^^^^
  1155. | The import org.w3c.dom.Element is never used
  1156. | ----------
  1157. | ----------
  1158. | 149. WARNING in src/org/apache/xml/serialize/EncodingInfo.java (at line 192)
  1159. | String s = new String(bTest, name);
  1160. | ^
  1161. | The local variable s is never read
  1162. | ----------
  1163. | ----------
  1164. | 150. ERROR in src/org/apache/html/dom/HTMLObjectElementImpl.java (at line 28)
  1165. | public class HTMLObjectElementImpl
  1166. | ^^^^^^^^^^^^^^^^^^^^^
  1167. | The type HTMLObjectElementImpl must implement the inherited abstract method HTMLObjectElement.getContentDocument()
  1168. | ----------
  1169. | ----------
  1170. | 151. ERROR in src/org/apache/html/dom/HTMLFrameElementImpl.java (at line 28)
  1171. | public class HTMLFrameElementImpl
  1172. | ^^^^^^^^^^^^^^^^^^^^
  1173. | The type HTMLFrameElementImpl must implement the inherited abstract method HTMLFrameElement.getContentDocument()
  1174. | ----------
  1175. | ----------
  1176. | 152. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 26)
  1177. | import org.xml.sax.AttributeList;
  1178. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1179. | The type AttributeList is deprecated
  1180. | ----------
  1181. | 153. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 27)
  1182. | import org.xml.sax.DocumentHandler;
  1183. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1184. | The type DocumentHandler is deprecated
  1185. | ----------
  1186. | 154. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 42)
  1187. | implements DocumentHandler
  1188. | ^^^^^^^^^^^^^^^
  1189. | The type DocumentHandler is deprecated
  1190. | ----------
  1191. | 155. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 104)
  1192. | public synchronized void startElement( String tagName, AttributeList attrList )
  1193. | ^^^^^^^^^^^^^
  1194. | The type AttributeList is deprecated
  1195. | ----------
  1196. | 156. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 147)
  1197. | for ( i = 0 ; i < attrList.getLength() ; ++ i )
  1198. | ^^^^^^^^^^^
  1199. | The method getLength() from the type AttributeList is deprecated
  1200. | ----------
  1201. | 157. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 148)
  1202. | elem.setAttribute( attrList.getName( i ), attrList.getValue( i ) );
  1203. | ^^^^^^^^^^^^
  1204. | The method getName(int) from the type AttributeList is deprecated
  1205. | ----------
  1206. | 158. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 148)
  1207. | elem.setAttribute( attrList.getName( i ), attrList.getValue( i ) );
  1208. | ^^^^^^^^^^^^^
  1209. | The method getValue(int) from the type AttributeList is deprecated
  1210. | ----------
  1211. | ----------
  1212. | 159. ERROR in src/org/apache/html/dom/HTMLIFrameElementImpl.java (at line 28)
  1213. | public class HTMLIFrameElementImpl
  1214. | ^^^^^^^^^^^^^^^^^^^^^
  1215. | The type HTMLIFrameElementImpl must implement the inherited abstract method HTMLIFrameElement.getContentDocument()
  1216. | ----------
  1217. | 159 problems (3 errors, 156 warnings)WARNING: exit code 255 from a shell command.
  1218. | ERROR: Function failed: do_compile (log file is located at /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/xerces-j-native/2.11.0-r1/temp/log.do_compile.2628)
  1219. ERROR: Task 2664 (virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb, do_compile) failed with exit code '1'
  1220. WARNING: QA Issue: classpath: configure was passed unrecognised options: --with-ecj --disable-qt4-peer --with-fastjar --with-vm
  1221. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  1222. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  1223. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  1224. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  1225. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  1226. NOTE: Tasks Summary: Attempted 5972 tasks of which 5809 didn't need to be rerun and 2 failed.
  1227. No currently running tasks (5972 of 6048)
  1228.  
  1229. Summary: 2 tasks failed:
  1230. virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/classpathx/gnujaf_1.1.1.bb, do_install
  1231. virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb, do_compile
  1232. Summary: There were 33 WARNING messages shown.
  1233. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  1234. hbruce@hbruce-ubuntu:~/Projects/yocto/poky/build$
  1235.  
  1236. | ----------
  1237. | 76. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 512)
  1238. | private final String[] fgTokenNames = { "XPTRTOKEN_ELEM_NCNAME",
  1239. | ^^^^^^^^^^^^
  1240. | The field ElementSchemePointer.Tokens.fgTokenNames is never read locally
  1241. | ----------
  1242. | 77. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 525)
  1243. | private SymbolTable fSymbolTable;
  1244. | ^^^^^^^^^^^^
  1245. | The field ElementSchemePointer.Tokens.fSymbolTable is never read locally
  1246. | ----------
  1247. | 78. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 557)
  1248. | private Integer getToken(int token) {
  1249. | ^^^^^^^^^^^^^^^^^^^
  1250. | The method getToken(int) from the type ElementSchemePointer.Tokens is never used locally
  1251. | ----------
  1252. | 79. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 595)
  1253. | private void rewind() {
  1254. | ^^^^^^^^
  1255. | The method rewind() from the type ElementSchemePointer.Tokens is never used locally
  1256. | ----------
  1257. | 80. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 627)
  1258. | private int peekToken() throws XNIException {
  1259. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1260. | The method peekToken() from the type ElementSchemePointer.Tokens is never used locally
  1261. | ----------
  1262. | 81. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 641)
  1263. | private String nextTokenAsString() throws XNIException {
  1264. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1265. | The method nextTokenAsString() from the type ElementSchemePointer.Tokens is never used locally
  1266. | ----------
  1267. | 82. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 680)
  1268. | private static final byte CHARTYPE_INVALID = 0, // invalid XML characters, control characters and 7F
  1269. | ^^^^^^^^^^^^^^^^
  1270. | The field ElementSchemePointer.Scanner.CHARTYPE_INVALID is never read locally
  1271. | ----------
  1272. | 83. WARNING in src/org/apache/xerces/xpointer/ElementSchemePointer.java (at line 706)
  1273. | private SymbolTable fSymbolTable;
  1274. | ^^^^^^^^^^^^
  1275. | The field ElementSchemePointer.Scanner.fSymbolTable is never read locally
  1276. | ----------
  1277. | ----------
  1278. | 84. WARNING in src/org/apache/xerces/parsers/AbstractDOMParser.java (at line 71)
  1279. | import org.xml.sax.SAXException;
  1280. | ^^^^^^^^^^^^^^^^^^^^^^^^
  1281. | The import org.xml.sax.SAXException is never used
  1282. | ----------
  1283. | 85. WARNING in src/org/apache/xerces/parsers/AbstractDOMParser.java (at line 1748)
  1284. | fDeferredDocumentImpl.setDeferredAttribute (node,
  1285. | "xml:base",
  1286. | "http://www.w3.org/XML/1998/namespace",
  1287. | baseURI,
  1288. | true);
  1289. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1290. | The method setDeferredAttribute(int, String, String, String, boolean) from the type DeferredDocumentImpl is deprecated
  1291. | ----------
  1292. | ----------
  1293. | 86. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 48)
  1294. | import org.xml.sax.AttributeList;
  1295. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1296. | The type AttributeList is deprecated
  1297. | ----------
  1298. | 87. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 51)
  1299. | import org.xml.sax.DocumentHandler;
  1300. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1301. | The type DocumentHandler is deprecated
  1302. | ----------
  1303. | 88. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 55)
  1304. | import org.xml.sax.Parser;
  1305. | ^^^^^^^^^^^^^^^^^^
  1306. | The type Parser is deprecated
  1307. | ----------
  1308. | 89. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 81)
  1309. | Parser, XMLReader // SAX1, SAX2
  1310. | ^^^^^^
  1311. | The type Parser is deprecated
  1312. | ----------
  1313. | 90. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 167)
  1314. | protected DocumentHandler fDocumentHandler;
  1315. | ^^^^^^^^^^^^^^^
  1316. | The type DocumentHandler is deprecated
  1317. | ----------
  1318. | 91. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 263)
  1319. | fDocumentHandler.setDocumentLocator(new LocatorProxy(locator));
  1320. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1321. | The method setDocumentLocator(Locator) from the type DocumentHandler is deprecated
  1322. | ----------
  1323. | 92. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 268)
  1324. | fDocumentHandler.startDocument();
  1325. | ^^^^^^^^^^^^^^^
  1326. | The method startDocument() from the type DocumentHandler is deprecated
  1327. | ----------
  1328. | 93. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 450)
  1329. | fDocumentHandler.startElement(element.rawname, fAttributesProxy);
  1330. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1331. | The method startElement(String, AttributeList) from the type DocumentHandler is deprecated
  1332. | ----------
  1333. | 94. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 530)
  1334. | fDocumentHandler.characters(text.ch, text.offset, text.length);
  1335. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1336. | The method characters(char[], int, int) from the type DocumentHandler is deprecated
  1337. | ----------
  1338. | 95. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 562)
  1339. | fDocumentHandler.ignorableWhitespace(text.ch, text.offset, text.length);
  1340. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1341. | The method ignorableWhitespace(char[], int, int) from the type DocumentHandler is deprecated
  1342. | ----------
  1343. | 96. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 590)
  1344. | fDocumentHandler.endElement(element.rawname);
  1345. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1346. | The method endElement(String) from the type DocumentHandler is deprecated
  1347. | ----------
  1348. | 97. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 702)
  1349. | fDocumentHandler.processingInstruction(target,
  1350. | data.toString());
  1351. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1352. | The method processingInstruction(String, String) from the type DocumentHandler is deprecated
  1353. | ----------
  1354. | 98. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 729)
  1355. | fDocumentHandler.endDocument();
  1356. | ^^^^^^^^^^^^^
  1357. | The method endDocument() from the type DocumentHandler is deprecated
  1358. | ----------
  1359. | 99. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 1430)
  1360. | public void setDocumentHandler(DocumentHandler documentHandler) {
  1361. | ^^^^^^^^^^^^^^^
  1362. | The type DocumentHandler is deprecated
  1363. | ----------
  1364. | 100. WARNING in src/org/apache/xerces/parsers/AbstractSAXParser.java (at line 2249)
  1365. | implements AttributeList, Attributes2 {
  1366. | ^^^^^^^^^^^^^
  1367. | The type AttributeList is deprecated
  1368. | ----------
  1369. | ----------
  1370. | 101. WARNING in src/org/apache/xerces/parsers/XMLGrammarPreparser.java (at line 91)
  1371. | private static final String[] RECOGNIZED_PROPERTIES = {
  1372. | ^^^^^^^^^^^^^^^^^^^^^
  1373. | The field XMLGrammarPreparser.RECOGNIZED_PROPERTIES is never read locally
  1374. | ----------
  1375. | ----------
  1376. | 102. WARNING in src/org/apache/xerces/util/LocatorProxy.java (at line 21)
  1377. | import org.xml.sax.Locator;
  1378. | ^^^^^^^^^^^^^^^^^^^
  1379. | The import org.xml.sax.Locator is never used
  1380. | ----------
  1381. | ----------
  1382. | 103. WARNING in src/org/apache/xerces/util/URI.java (at line 239)
  1383. | private static boolean DEBUG = false;
  1384. | ^^^^^
  1385. | The field URI.DEBUG is never read locally
  1386. | ----------
  1387. | 104. WARNING in src/org/apache/xerces/util/URI.java (at line 2103)
  1388. | private static boolean isReservedCharacter(char p_char) {
  1389. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1390. | The method isReservedCharacter(char) from the type URI is never used locally
  1391. | ----------
  1392. | 105. WARNING in src/org/apache/xerces/util/URI.java (at line 2112)
  1393. | private static boolean isUnreservedCharacter(char p_char) {
  1394. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1395. | The method isUnreservedCharacter(char) from the type URI is never used locally
  1396. | ----------
  1397. | ----------
  1398. | 106. WARNING in src/org/apache/xerces/util/AttributesProxy.java (at line 22)
  1399. | import org.xml.sax.AttributeList;
  1400. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1401. | The type AttributeList is deprecated
  1402. | ----------
  1403. | 107. WARNING in src/org/apache/xerces/util/AttributesProxy.java (at line 35)
  1404. | implements AttributeList, Attributes2 {
  1405. | ^^^^^^^^^^^^^
  1406. | The type AttributeList is deprecated
  1407. | ----------
  1408. | ----------
  1409. | 108. WARNING in src/org/apache/xerces/util/StAXInputSource.java (at line 43)
  1410. | if (source == null) {
  1411. | throw new IllegalArgumentException("XMLStreamReader parameter cannot be null.");
  1412. | }
  1413. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1414. | Dead code
  1415. | ----------
  1416. | ----------
  1417. | 109. WARNING in src/org/apache/xerces/xni/parser/XMLComponent.java (at line 20)
  1418. | import org.apache.xerces.xni.XNIException;
  1419. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1420. | The import org.apache.xerces.xni.XNIException is never used
  1421. | ----------
  1422. | ----------
  1423. | 110. WARNING in src/org/apache/xerces/dom3/as/DOMASException.java (at line 22)
  1424. | public class DOMASException extends RuntimeException {
  1425. | ^^^^^^^^^^^^^^
  1426. | The serializable class DOMASException does not declare a static final serialVersionUID field of type long
  1427. | ----------
  1428. | ----------
  1429. | 111. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 46)
  1430. | import org.xml.sax.HandlerBase;
  1431. | ^^^^^^^^^^^^^^^^^^^^^^^
  1432. | The type HandlerBase is deprecated
  1433. | ----------
  1434. | 112. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 48)
  1435. | import org.xml.sax.Parser;
  1436. | ^^^^^^^^^^^^^^^^^^
  1437. | The type Parser is deprecated
  1438. | ----------
  1439. | 113. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 223)
  1440. | public Parser getParser() throws SAXException {
  1441. | ^^^^^^
  1442. | The type Parser is deprecated
  1443. | ----------
  1444. | 114. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 226)
  1445. | return (Parser) xmlReader;
  1446. | ^^^^^^
  1447. | The type Parser is deprecated
  1448. | ----------
  1449. | 115. WARNING in src/org/apache/xerces/jaxp/SAXParserImpl.java (at line 301)
  1450. | public void parse(InputSource is, HandlerBase hb)
  1451. | ^^^^^^^^^^^
  1452. | The type HandlerBase is deprecated
  1453. | ----------
  1454. | ----------
  1455. | 116. WARNING in src/org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl.java (at line 24)
  1456. | import javax.xml.datatype.DatatypeConfigurationException;
  1457. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1458. | The import javax.xml.datatype.DatatypeConfigurationException is never used
  1459. | ----------
  1460. | 117. WARNING in src/org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl.java (at line 25)
  1461. | import javax.xml.datatype.DatatypeConstants;
  1462. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1463. | The import javax.xml.datatype.DatatypeConstants is never used
  1464. | ----------
  1465. | ----------
  1466. | 118. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 105)
  1467. | private final TypeInfoProvider typeInfoProvider;
  1468. | ^^^^^^^^^^^^^^^^
  1469. | The field JAXPValidatorComponent.typeInfoProvider is never read locally
  1470. | ----------
  1471. | 119. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 350)
  1472. | private String fVersion;
  1473. | ^^^^^^^^
  1474. | The field JAXPValidatorComponent.XNI2SAX.fVersion is never read locally
  1475. | ----------
  1476. | 120. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 364)
  1477. | public ContentHandler getContentHandler() {
  1478. | ^^^^^^^^^^^^^^^^^^^
  1479. | The method getContentHandler() from the type JAXPValidatorComponent.XNI2SAX is never used locally
  1480. | ----------
  1481. | 121. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 554)
  1482. | public TypeInfo getAttributeTypeInfo(String attributeQName) {
  1483. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1484. | The method getAttributeTypeInfo(String) from the type new TypeInfoProvider(){} is never used locally
  1485. | ----------
  1486. | 122. WARNING in src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (at line 557)
  1487. | public TypeInfo getAttributeTypeInfo(String attributeUri, String attributeLocalName) {
  1488. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1489. | The method getAttributeTypeInfo(String, String) from the type new TypeInfoProvider(){} is never used locally
  1490. | ----------
  1491. | ----------
  1492. | 123. WARNING in src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java (at line 942)
  1493. | public TypeInfo getAttributeTypeInfo(String attributeUri, String attributeLocalName) {
  1494. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1495. | The method getAttributeTypeInfo(String, String) from the type ValidatorHandlerImpl.XMLSchemaTypeInfoProvider is never used locally
  1496. | ----------
  1497. | 124. WARNING in src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java (at line 947)
  1498. | public TypeInfo getAttributeTypeInfo(String attributeQName) {
  1499. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1500. | The method getAttributeTypeInfo(String) from the type ValidatorHandlerImpl.XMLSchemaTypeInfoProvider is never used locally
  1501. | ----------
  1502. | ----------
  1503. | 125. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 40)
  1504. | import org.apache.xml.serialize.Method;
  1505. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1506. | The type Method is deprecated
  1507. | ----------
  1508. | 126. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 41)
  1509. | import org.apache.xml.serialize.OutputFormat;
  1510. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1511. | The type OutputFormat is deprecated
  1512. | ----------
  1513. | 127. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 42)
  1514. | import org.apache.xml.serialize.Serializer;
  1515. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1516. | The type Serializer is deprecated
  1517. | ----------
  1518. | 128. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 43)
  1519. | import org.apache.xml.serialize.SerializerFactory;
  1520. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1521. | The type SerializerFactory is deprecated
  1522. | ----------
  1523. | 129. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 109)
  1524. | private SerializerFactory fSerializerFactory;
  1525. | ^^^^^^^^^^^^^^^^^
  1526. | The type SerializerFactory is deprecated
  1527. | ----------
  1528. | 130. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1529. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1530. | ^^^^^^^^^^^^^^^^^
  1531. | The type SerializerFactory is deprecated
  1532. | ----------
  1533. | 131. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1534. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1535. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1536. | The method getSerializerFactory(String) from the type SerializerFactory is deprecated
  1537. | ----------
  1538. | 132. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1539. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1540. | ^^^^^^
  1541. | The type Method is deprecated
  1542. | ----------
  1543. | 133. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 145)
  1544. | fSerializerFactory = SerializerFactory.getSerializerFactory(Method.XML);
  1545. | ^^^
  1546. | The field Method.XML is deprecated
  1547. | ----------
  1548. | 134. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 150)
  1549. | Serializer ser;
  1550. | ^^^^^^^^^^
  1551. | The type Serializer is deprecated
  1552. | ----------
  1553. | 135. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 152)
  1554. | ser = fSerializerFactory.makeSerializer(streamResult.getWriter(), new OutputFormat());
  1555. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1556. | The method makeSerializer(Writer, OutputFormat) from the type SerializerFactory is deprecated
  1557. | ----------
  1558. | 136. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 152)
  1559. | ser = fSerializerFactory.makeSerializer(streamResult.getWriter(), new OutputFormat());
  1560. | ^^^^^^^^^^^^
  1561. | The type OutputFormat is deprecated
  1562. | ----------
  1563. | 137. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 152)
  1564. | ser = fSerializerFactory.makeSerializer(streamResult.getWriter(), new OutputFormat());
  1565. | ^^^^^^^^^^^^^^
  1566. | The constructor OutputFormat() is deprecated
  1567. | ----------
  1568. | 138. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 155)
  1569. | ser = fSerializerFactory.makeSerializer(streamResult.getOutputStream(), new OutputFormat());
  1570. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1571. | The method makeSerializer(OutputStream, OutputFormat) from the type SerializerFactory is deprecated
  1572. | ----------
  1573. | 139. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 155)
  1574. | ser = fSerializerFactory.makeSerializer(streamResult.getOutputStream(), new OutputFormat());
  1575. | ^^^^^^^^^^^^
  1576. | The type OutputFormat is deprecated
  1577. | ----------
  1578. | 140. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 155)
  1579. | ser = fSerializerFactory.makeSerializer(streamResult.getOutputStream(), new OutputFormat());
  1580. | ^^^^^^^^^^^^^^
  1581. | The constructor OutputFormat() is deprecated
  1582. | ----------
  1583. | 141. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 160)
  1584. | ser = fSerializerFactory.makeSerializer(out, new OutputFormat());
  1585. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1586. | The method makeSerializer(OutputStream, OutputFormat) from the type SerializerFactory is deprecated
  1587. | ----------
  1588. | 142. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 160)
  1589. | ser = fSerializerFactory.makeSerializer(out, new OutputFormat());
  1590. | ^^^^^^^^^^^^
  1591. | The type OutputFormat is deprecated
  1592. | ----------
  1593. | 143. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 160)
  1594. | ser = fSerializerFactory.makeSerializer(out, new OutputFormat());
  1595. | ^^^^^^^^^^^^^^
  1596. | The constructor OutputFormat() is deprecated
  1597. | ----------
  1598. | 144. WARNING in src/org/apache/xerces/jaxp/validation/StreamValidatorHelper.java (at line 179)
  1599. | parser.setContentHandler(ser.asContentHandler());
  1600. | ^^^^^^^^^^^^^^^^^^
  1601. | The method asContentHandler() from the type Serializer is deprecated
  1602. | ----------
  1603. | ----------
  1604. | 145. WARNING in src/org/apache/xml/serialize/XMLSerializer.java (at line 47)
  1605. | import org.w3c.dom.Document;
  1606. | ^^^^^^^^^^^^^^^^^^^^
  1607. | The import org.w3c.dom.Document is never used
  1608. | ----------
  1609. | ----------
  1610. | 146. WARNING in src/org/apache/xml/serialize/XML11Serializer.java (at line 43)
  1611. | import org.w3c.dom.Document;
  1612. | ^^^^^^^^^^^^^^^^^^^^
  1613. | The import org.w3c.dom.Document is never used
  1614. | ----------
  1615. | ----------
  1616. | 147. WARNING in src/org/apache/xml/serialize/Serializer.java (at line 26)
  1617. | import org.w3c.dom.Document;
  1618. | ^^^^^^^^^^^^^^^^^^^^
  1619. | The import org.w3c.dom.Document is never used
  1620. | ----------
  1621. | 148. WARNING in src/org/apache/xml/serialize/Serializer.java (at line 27)
  1622. | import org.w3c.dom.Element;
  1623. | ^^^^^^^^^^^^^^^^^^^
  1624. | The import org.w3c.dom.Element is never used
  1625. | ----------
  1626. | ----------
  1627. | 149. WARNING in src/org/apache/xml/serialize/EncodingInfo.java (at line 192)
  1628. | String s = new String(bTest, name);
  1629. | ^
  1630. | The local variable s is never read
  1631. | ----------
  1632. | ----------
  1633. | 150. ERROR in src/org/apache/html/dom/HTMLObjectElementImpl.java (at line 28)
  1634. | public class HTMLObjectElementImpl
  1635. | ^^^^^^^^^^^^^^^^^^^^^
  1636. | The type HTMLObjectElementImpl must implement the inherited abstract method HTMLObjectElement.getContentDocument()
  1637. | ----------
  1638. | ----------
  1639. | 151. ERROR in src/org/apache/html/dom/HTMLFrameElementImpl.java (at line 28)
  1640. | public class HTMLFrameElementImpl
  1641. | ^^^^^^^^^^^^^^^^^^^^
  1642. | The type HTMLFrameElementImpl must implement the inherited abstract method HTMLFrameElement.getContentDocument()
  1643. | ----------
  1644. | ----------
  1645. | 152. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 26)
  1646. | import org.xml.sax.AttributeList;
  1647. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1648. | The type AttributeList is deprecated
  1649. | ----------
  1650. | 153. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 27)
  1651. | import org.xml.sax.DocumentHandler;
  1652. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1653. | The type DocumentHandler is deprecated
  1654. | ----------
  1655. | 154. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 42)
  1656. | implements DocumentHandler
  1657. | ^^^^^^^^^^^^^^^
  1658. | The type DocumentHandler is deprecated
  1659. | ----------
  1660. | 155. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 104)
  1661. | public synchronized void startElement( String tagName, AttributeList attrList )
  1662. | ^^^^^^^^^^^^^
  1663. | The type AttributeList is deprecated
  1664. | ----------
  1665. | 156. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 147)
  1666. | for ( i = 0 ; i < attrList.getLength() ; ++ i )
  1667. | ^^^^^^^^^^^
  1668. | The method getLength() from the type AttributeList is deprecated
  1669. | ----------
  1670. | 157. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 148)
  1671. | elem.setAttribute( attrList.getName( i ), attrList.getValue( i ) );
  1672. | ^^^^^^^^^^^^
  1673. | The method getName(int) from the type AttributeList is deprecated
  1674. | ----------
  1675. | 158. WARNING in src/org/apache/html/dom/HTMLBuilder.java (at line 148)
  1676. | elem.setAttribute( attrList.getName( i ), attrList.getValue( i ) );
  1677. | ^^^^^^^^^^^^^
  1678. | The method getValue(int) from the type AttributeList is deprecated
  1679. | ----------
  1680. | ----------
  1681. | 159. ERROR in src/org/apache/html/dom/HTMLIFrameElementImpl.java (at line 28)
  1682. | public class HTMLIFrameElementImpl
  1683. | ^^^^^^^^^^^^^^^^^^^^^
  1684. | The type HTMLIFrameElementImpl must implement the inherited abstract method HTMLIFrameElement.getContentDocument()
  1685. | ----------
  1686. | 159 problems (3 errors, 156 warnings)WARNING: exit code 255 from a shell command.
  1687. | ERROR: Function failed: do_compile (log file is located at /home/hbruce/Projects/yocto/poky/build/tmp/work/x86_64-linux/xerces-j-native/2.11.0-r1/temp/log.do_compile.2628)
  1688. ERROR: Task 2664 (virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb, do_compile) failed with exit code '1'
  1689. WARNING: QA Issue: classpath: configure was passed unrecognised options: --with-ecj --disable-qt4-peer --with-fastjar --with-vm
  1690. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-libecj-bootstrap.populate_sysroot not found
  1691. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-ecj-initial.populate_sysroot not found
  1692. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-jikes-initial.populate_sysroot not found
  1693. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-cacao-initial.populate_sysroot not found
  1694. WARNING: /home/hbruce/Projects/yocto/poky/build/tmp/sstate-control/manifest-intel-corei7-64-classpath-initial.populate_sysroot not found
  1695. NOTE: Tasks Summary: Attempted 5972 tasks of which 5809 didn't need to be rerun and 2 failed.
  1696. No currently running tasks (5972 of 6048)
  1697.  
  1698. Summary: 2 tasks failed:
  1699. virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/classpathx/gnujaf_1.1.1.bb, do_install
  1700. virtual:native:/home/hbruce/Projects/yocto/meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb, do_compile
  1701. Summary: There were 33 WARNING messages shown.
  1702. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  1703. hbruce@hbruce-ubuntu:~/Projects/yocto/poky/build$
Add Comment
Please, Sign In to add comment