Mock Version: 1.0.2 Mock Version: 1.0.2 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/jlex.spec'], False, '/var/lib/mock/dist-f14-build-734649-104745/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/jlex.spec'] warning: Could not canonicalize hostname: x86-01.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/jlex-1.2.6-9.5.fc14.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/jlex.spec'], False, '/var/lib/mock/dist-f14-build-734649-104745/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/jlex.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VBywhS + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf jlex-1.2.6 + /bin/mkdir -p jlex-1.2.6 + cd jlex-1.2.6 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/Main.java . + echo 'Patch #0 (jlex-1.2.6.static.patch):' Patch #0 (jlex-1.2.6.static.patch): + /bin/cat /builddir/build/SOURCES/jlex-1.2.6.static.patch + /usr/bin/patch -s -p0 --fuzz=0 + cp /builddir/build/SOURCES/jlex-1.2.6.build.xml build.xml + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4r7iry + umask 022 + cd /builddir/build/BUILD + cd jlex-1.2.6 + LANG=C + export LANG + unset DISPLAY + unset CLASSPATH + ant Buildfile: build.xml init: [echo] ------------------- JLex 1.2.5 [2001-2002] --------- clean: prepare: [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/build [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/build/src [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/build/classes [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/build/docs [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/build/docs/api [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/dist [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/dist/docs [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/dist/docs/api [mkdir] Created dir: /builddir/build/BUILD/jlex-1.2.6/dist/lib package: [copy] Copying 1 file to /builddir/build/BUILD/jlex-1.2.6/build/src/JLex [javac] Compiling 1 source file to /builddir/build/BUILD/jlex-1.2.6/build/classes [javac] ---------- [javac] 1. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 227) [javac] Hashtable m_states; /* Hashtable taking state indices (Integer) [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 2. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 231) [javac] Hashtable m_macros; /* Hashtable taking macro name (String) [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 3. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 237) [javac] Vector m_nfa_states; /* Vector of states, with index [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 4. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 240) [javac] Vector m_state_rules[]; /* An array of Vectors of Integers. [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 5. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 251) [javac] Vector m_dfa_states; /* Vector of states, with index [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 6. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 253) [javac] Hashtable m_dfa_sets; /* Hashtable taking set of NFA states [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 7. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 258) [javac] Vector m_accept_vector; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 8. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 262) [javac] Vector m_dtrans_vector; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 9. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 354) [javac] m_current_token = m_lexGen.EOS; [javac] ^^^ [javac] The static field CLexGen.EOS should be accessed in a static way [javac] ---------- [javac] 10. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 360) [javac] m_states = new Hashtable(); [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 11. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 361) [javac] m_states.put(new String("YYINITIAL"),new Integer(m_states.size())); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 12. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 364) [javac] m_macros = new Hashtable(); [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 13. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 381) [javac] m_nfa_states = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 14. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 383) [javac] m_dfa_states = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 15. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 384) [javac] m_dfa_sets = new Hashtable(); [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 16. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 386) [javac] m_dtrans_vector = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 17. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 435) [javac] private final int START = 1; [javac] ^^^^^ [javac] The field CEmit.START is never read locally [javac] ---------- [javac] 18. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 436) [javac] private final int END = 2; [javac] ^^^ [javac] The field CEmit.END is never read locally [javac] ---------- [javac] 19. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 437) [javac] private final int NONE = 4; [javac] ^^^^ [javac] The field CEmit.NONE is never read locally [javac] ---------- [javac] 20. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 442) [javac] private final boolean EDBG = true; [javac] ^^^^ [javac] The field CEmit.EDBG is never read locally [javac] ---------- [javac] 21. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 817) [javac] Enumeration states; [javac] ^^^^^^^^^^^ [javac] Enumeration is a raw type. References to generic type Enumeration should be parameterized [javac] ---------- [javac] 22. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 1641) [javac] Vector m_nfa_set; /* Vector of CNfa states in dfa state. */ [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 23. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1763) [javac] m_spec.m_state_rules[i] = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] [javac] ---------- [javac] 24. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1827) [javac] m_spec.m_state_rules[i].addElement(current); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 25. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 1856) [javac] m_spec.m_current_token = m_lexGen.EOS; [javac] ^^^ [javac] The static field CLexGen.EOS should be accessed in a static way [javac] ---------- [javac] 26. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 1860) [javac] if (m_lexGen.END_OF_INPUT != m_spec.m_current_token) // CSA fix. [javac] ^^^^^^^^^^^^ [javac] The static field CLexGen.END_OF_INPUT should be accessed in a static way [javac] ---------- [javac] 27. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1867) [javac] while (m_lexGen.END_OF_INPUT != m_spec.m_current_token) [javac] ^^^^^^^^^^^^ [javac] The static field CLexGen.END_OF_INPUT should be accessed in a static way [javac] ---------- [javac] 28. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1874) [javac] if (m_lexGen.END_OF_INPUT == m_spec.m_current_token) [javac] ^^^^^^^^^^^^ [javac] The static field CLexGen.END_OF_INPUT should be accessed in a static way [javac] ---------- [javac] 29. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1922) [javac] CNfa p; [javac] ^ [javac] The local variable p is never read [javac] ---------- [javac] 30. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1934) [javac] if (m_lexGen.AT_BOL == m_spec.m_current_token) [javac] ^^^^^^ [javac] The static field CLexGen.AT_BOL should be accessed in a static way [javac] ---------- [javac] 31. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 1953) [javac] if (m_lexGen.AT_EOL == m_spec.m_current_token) [javac] ^^^^^^ [javac] The static field CLexGen.AT_EOL should be accessed in a static way [javac] ---------- [javac] 32. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2014) [javac] while (m_lexGen.OR == m_spec.m_current_token) [javac] ^^ [javac] The static field CLexGen.OR should be accessed in a static way [javac] ---------- [javac] 33. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2140) [javac] if (m_lexGen.CLOSURE == m_spec.m_current_token [javac] ^^^^^^^ [javac] The static field CLexGen.CLOSURE should be accessed in a static way [javac] ---------- [javac] 34. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2141) [javac] || m_lexGen.PLUS_CLOSE == m_spec.m_current_token [javac] ^^^^^^^^^^ [javac] The static field CLexGen.PLUS_CLOSE should be accessed in a static way [javac] ---------- [javac] 35. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2142) [javac] || m_lexGen.OPTIONAL == m_spec.m_current_token) [javac] ^^^^^^^^ [javac] The static field CLexGen.OPTIONAL should be accessed in a static way [javac] ---------- [javac] 36. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2150) [javac] if (m_lexGen.CLOSURE == m_spec.m_current_token [javac] ^^^^^^^ [javac] The static field CLexGen.CLOSURE should be accessed in a static way [javac] ---------- [javac] 37. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2151) [javac] || m_lexGen.OPTIONAL == m_spec.m_current_token) [javac] ^^^^^^^^ [javac] The static field CLexGen.OPTIONAL should be accessed in a static way [javac] ---------- [javac] 38. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2156) [javac] if (m_lexGen.CLOSURE == m_spec.m_current_token [javac] ^^^^^^^ [javac] The static field CLexGen.CLOSURE should be accessed in a static way [javac] ---------- [javac] 39. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2157) [javac] || m_lexGen.PLUS_CLOSE == m_spec.m_current_token) [javac] ^^^^^^^^^^ [javac] The static field CLexGen.PLUS_CLOSE should be accessed in a static way [javac] ---------- [javac] 40. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2185) [javac] int c; [javac] ^ [javac] The local variable c is never read [javac] ---------- [javac] 41. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2192) [javac] if (m_lexGen.OPEN_PAREN == m_spec.m_current_token) [javac] ^^^^^^^^^^ [javac] The static field CLexGen.OPEN_PAREN should be accessed in a static way [javac] ---------- [javac] 42. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2197) [javac] if (m_lexGen.CLOSE_PAREN == m_spec.m_current_token) [javac] ^^^^^^^^^^^ [javac] The static field CLexGen.CLOSE_PAREN should be accessed in a static way [javac] ---------- [javac] 43. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2214) [javac] if (m_lexGen.L == m_spec.m_current_token && [javac] ^ [javac] The static field CLexGen.L should be accessed in a static way [javac] ---------- [javac] 44. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2223) [javac] if (false == (m_lexGen.ANY == m_spec.m_current_token [javac] ^^^ [javac] The static field CLexGen.ANY should be accessed in a static way [javac] ---------- [javac] 45. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2224) [javac] || m_lexGen.CCL_START == m_spec.m_current_token [javac] ^^^^^^^^^ [javac] The static field CLexGen.CCL_START should be accessed in a static way [javac] ---------- [javac] 46. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2242) [javac] else if (m_lexGen.ANY == m_spec.m_current_token) [javac] ^^^ [javac] The static field CLexGen.ANY should be accessed in a static way [javac] ---------- [javac] 47. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2254) [javac] if (m_lexGen.AT_BOL == m_spec.m_current_token) [javac] ^^^^^^ [javac] The static field CLexGen.AT_BOL should be accessed in a static way [javac] ---------- [javac] 48. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2263) [javac] if (false == (m_lexGen.CCL_END == m_spec.m_current_token)) [javac] ^^^^^^^ [javac] The static field CLexGen.CCL_END should be accessed in a static way [javac] ---------- [javac] 49. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2302) [javac] while (m_lexGen.EOS != m_spec.m_current_token [javac] ^^^ [javac] The static field CLexGen.EOS should be accessed in a static way [javac] ---------- [javac] 50. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2303) [javac] && m_lexGen.CCL_END != m_spec.m_current_token) [javac] ^^^^^^^ [javac] The static field CLexGen.CCL_END should be accessed in a static way [javac] ---------- [javac] 51. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2306) [javac] if (m_lexGen.DASH == m_spec.m_current_token && -1 != first) [javac] ^^^^ [javac] The static field CLexGen.DASH should be accessed in a static way [javac] ---------- [javac] 52. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2310) [javac] if (m_spec.m_current_token == m_lexGen.CCL_END) [javac] ^^^^^^^ [javac] The static field CLexGen.CCL_END should be accessed in a static way [javac] ---------- [javac] 53. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2357) [javac] for (Enumeration e=m_spec.m_nfa_states.elements(); e.hasMoreElements(); ) { [javac] ^^^^^^^^^^^ [javac] Enumeration is a raw type. References to generic type Enumeration should be parameterized [javac] ---------- [javac] 54. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2385) [javac] Hashtable h = new Hashtable(); [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 55. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2385) [javac] Hashtable h = new Hashtable(); [javac] ^^^^^^^^^ [javac] Hashtable is a raw type. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 56. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2388) [javac] for (Enumeration e=m_spec.m_nfa_states.elements(); e.hasMoreElements(); ) { [javac] ^^^^^^^^^^^ [javac] Enumeration is a raw type. References to generic type Enumeration should be parameterized [javac] ---------- [javac] 57. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2411) [javac] h.put(split, new Integer(nextcls++)); // make new class [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic [javac] type Hashtable should be parameterized [javac] ---------- [javac] 58. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2431) [javac] Vector m_group; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 59. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2554) [javac] m_spec.m_dtrans_vector.setElementAt(dtrans,dest); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method setElementAt(Object, int) belongs to the raw type Vector. References to gene [javac] ric type Vector should be parameterized [javac] ---------- [javac] 60. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2635) [javac] m_spec.m_accept_vector = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 61. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2639) [javac] m_spec.m_accept_vector.addElement(dtrans.m_accept); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic typ [javac] e Vector should be parameterized [javac] ---------- [javac] 62. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2824) [javac] Vector new_vector; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 63. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2827) [javac] Vector dtrans_group; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 64. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2831) [javac] new_vector = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 65. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2845) [javac] dtrans_group = (Vector) m_group.elementAt(i); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 66. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2847) [javac] new_vector.addElement(first); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 67. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2870) [javac] Vector dtrans_group; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 68. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2871) [javac] Vector new_group; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 69. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2900) [javac] dtrans_group = (Vector) m_group.elementAt(i); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 70. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2908) [javac] new_group = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 71. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2934) [javac] new_group.addElement(next); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic typ [javac] e Vector should be parameterized [javac] ---------- [javac] 72. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2939) [javac] m_group.addElement(new_group); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 73. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 2995) [javac] CAccept accept; [javac] ^^^^^^ [javac] The local variable accept is never read [javac] ---------- [javac] 74. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 2997) [javac] Vector dtrans_group; [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 75. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3001) [javac] m_group = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 76. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3021) [javac] dtrans_group = (Vector) m_group.elementAt(j); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 77. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3049) [javac] dtrans_group.addElement(dtrans); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 78. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3064) [javac] dtrans_group = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 79. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3065) [javac] dtrans_group.addElement(dtrans); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 80. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3067) [javac] m_group.addElement(dtrans_group); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 81. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3086) [javac] Vector dtrans_group [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 82. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3116) [javac] pset((Vector) m_group.elementAt(i)); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 83. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3197) [javac] int i; [javac] ^ [javac] The local variable i is never read [javac] ---------- [javac] 84. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3223) [javac] CDfa next; [javac] ^^^^ [javac] The local variable next is never read [javac] ---------- [javac] 85. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3258) [javac] bunch.m_nfa_set = (Vector) m_spec.m_state_rules[istate].clone(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 86. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3351) [javac] m_spec.m_dtrans_vector.addElement(dtrans); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] [javac] 87. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3393) [javac] Stack nfa_stack; [javac] ^^^^^ [javac] Stack is a raw type. References to generic type Stack should be parameterized [javac] ---------- [javac] 88. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3411) [javac] nfa_stack = new Stack(); [javac] ^^^^^ [javac] Stack is a raw type. References to generic type Stack should be parameterized [javac] ---------- [javac] 89. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3422) [javac] nfa_stack.push(state); [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack [javac] should be parameterized [javac] ---------- [javac] 90. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3479) [javac] bunch.m_nfa_set.addElement(state.m_next); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 91. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3480) [javac] nfa_stack.push(state.m_next); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized [javac] ---------- [javac] 92. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3494) [javac] bunch.m_nfa_set.addElement(state.m_next2); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 93. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3495) [javac] nfa_stack.push(state.m_next2); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized [javac] ---------- [javac] 94. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3515) [javac] Vector nfa_set, [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 95. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3544) [javac] bunch.m_nfa_set = new Vector(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 96. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3550) [javac] bunch.m_nfa_set.addElement(state.m_next); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 97. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3576) [javac] Vector nfa_set [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 98. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3609) [javac] nfa_set.setElementAt(elem,begin); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method setElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 99. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java (at line 3610) [javac] nfa_set.setElementAt(begin_elem,smallest_index); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method setElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] 100. WARNING in /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java [javac] (at line 3700) [javac] dfa.m_nfa_set = (Vector) bunch.m_nfa_set.clone(); [javac] ^^^^^^ [javac] Vector is a raw type. References to generic type Vector should be parameterized [javac] ---------- [javac] 100 problems (100 warnings) javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Parsing /builddir/build/BUILD/jlex-1.2.6/build/src/JLex/Main.java dist: [copy] Copying 7 files to /builddir/build/BUILD/jlex-1.2.6/dist/docs/api [jar] Building jar: /builddir/build/BUILD/jlex-1.2.6/dist/lib/jlex.jar all: BUILD SUCCESSFUL Total time: 2 seconds + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ns1udl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 ++ dirname /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 + cd jlex-1.2.6 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 + install -d -m 755 /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/share/java + install -m 644 dist/lib/jlex.jar /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/share/java/jlex-1.2.6.jar + cd /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/share/java + for jar in '*-1.2.6*' ++ echo jlex-1.2.6.jar ++ sed 's|-1.2.6||g' + ln -sf jlex-1.2.6.jar jlex.jar + install -d -m 755 /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/share/javadoc/jlex-1.2.6 + cp -r dist/docs/api/JLex dist/docs/api/allclasses-frame.html dist/docs/api/allclasses-noframe.html dist/docs/api/index.html dist/docs/api/package-list dist/docs/api/stylesheet.css /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/share/javadoc/jlex-1.2.6 + ln -s jlex-1.2.6 /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/share/javadoc/jlex + /usr/bin/aot-compile-rpm /usr/lib/python2.6/site-packages/aotcompile.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 /usr/bin/gcj -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -fsource-filename=/builddir/build/BUILD/jlex-1.2.6/aot-compile-rpm/sources.list jlex-1.2.6.jar.1.jar -o jlex-1.2.6.jar.1.o /usr/bin/gcj -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -fsource-filename=/builddir/build/BUILD/jlex-1.2.6/aot-compile-rpm/sources.list -Wl,-Bsymbolic jlex-1.2.6.jar.1.o -o jlex-1.2.6.jar.so /usr/bin/gcj-dbtool -n jlex-1.2.6.jar.db 64 for jar in jlex-1.2.6.jar.1.jar; do \ /usr/bin/gcj-dbtool -f jlex-1.2.6.jar.db $jar \ /usr/lib64/gcj/jlex/jlex-1.2.6.jar.so; \ done + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/jlex-1.2.6 extracting debug info from /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64/usr/lib64/gcj/jlex/jlex-1.2.6.jar.so 401 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: jlex-1.2.6-9.5.fc14.x86_64 Provides: jlex-1.2.6.jar.so()(64bit) Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh java-gcj-compat Requires(postun): /bin/sh java-gcj-compat Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcj_bc.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: jlex-javadoc-1.2.6-9.5.fc14.x86_64 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: jlex-debuginfo-1.2.6-9.5.fc14.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 warning: Could not canonicalize hostname: x86-01.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/jlex-1.2.6-9.5.fc14.x86_64.rpm Wrote: /builddir/build/RPMS/jlex-javadoc-1.2.6-9.5.fc14.x86_64.rpm Wrote: /builddir/build/RPMS/jlex-debuginfo-1.2.6-9.5.fc14.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RwPQvs + umask 022 + cd /builddir/build/BUILD + cd jlex-1.2.6 + rm -rf /builddir/build/BUILDROOT/jlex-1.2.6-9.5.fc14.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->