Bug#497679: entagged: FTBFS in lenny: build times out
Lucas Nussbaum
lucas at lucas-nussbaum.net
Wed Sep 3 14:24:51 UTC 2008
Package: entagged
Version: 0.35-1
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080903 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in lenny, your package failed to build on
i386.
It just blocked for a long time, so I had to kill it manually.
Relevant part:
> make[1]: Entering directory `/build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory `/build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1'
> cd . && /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/hsqldb.jar:/usr/lib/jvm/java-gcj/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true build-dir
> Buildfile: build.xml
>
> clean:
>
> compile:
> [javac] Compiling 338 source files
> [javac] ----------
> [javac] 1. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFile.java (at line 38)
> [javac] public class AudioFile extends File {
> [javac] ^^^^^^^^^
> [javac] The serializable class AudioFile does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 2. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFi
> [javac] leIO.java (at line 164)
> [javac] private Hashtable readers = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 3. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFileIO.java (at line 164)
> [javac] private Hashtable readers = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 4. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFi
> [javac] leIO.java (at line 166)
> [javac] private Hashtable writers = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 5. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFileIO.java (at line 166)
> [javac] private Hashtable writers = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 6. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFi
> [javac] leIO.java (at line 215)
> [javac] readers.put("mp3", new Mp3FileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 7. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFi
> [javac] leIO.java (at line 216)
> [javac] readers.put("ogg", new OggFileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 8. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFi
> [javac] leIO.java (at line 217)
> [javac] readers.put("flac", new FlacFileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 9. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFi
> [javac] leIO.java (at line 218)
> [javac] readers.put("wav", new WavFileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 10. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 219)
> [javac] readers.put("mpc", new MpcFileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 11. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 220)
> [javac] readers.put("mp+", readers.get("mpc"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 12. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 221)
> [javac] readers.put("ape", new MonkeyFileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 13. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 222)
> [javac] readers.put("wma", new AsfFileReader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 14. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 225)
> [javac] writers.put("mp3", new Mp3FileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 15. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 226)
> [javac] writers.put("ogg", new OggFileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 16. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 227)
> [javac] writers.put("flac", new FlacFileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 17. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 228)
> [javac] writers.put("wav", new WavFileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 18. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 229)
> [javac] writers.put("mpc", new MpcFileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 19. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 230)
> [javac] writers.put("mp+", writers.get("mpc"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 20. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 231)
> [javac] writers.put("ape", new MonkeyFileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 21. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioF
> [javac] ileIO.java (at line 232)
> [javac] writers.put("wma", new AsfFileWriter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 22. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/AudioFileIO.java (at line 235)
> [javac] Iterator it = writers.values().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 23. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Encodi
> [javac] ngInfo.java (at line 89)
> [javac] private Hashtable content;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 24. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 95)
> [javac] content = new Hashtable(6);
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 25. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Encodi
> [javac] ngInfo.java (at line 96)
> [javac] content.put(FIELD_BITRATE, new Integer(-1));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 26. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Encodi
> [javac] ngInfo.java (at line 97)
> [javac] content.put(FIELD_CHANNEL, new Integer(-1));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 27. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 98)
> [javac] content.put(FIELD_TYPE, "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 28. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 99)
> [javac] content.put(FIELD_INFOS, "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 29. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 100)
> [javac] content.put(FIELD_SAMPLERATE, new Integer(-1));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 30. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 101)
> [javac] content.put(FIELD_LENGTH, new Float(-1));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 31. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 102)
> [javac] content.put(FIELD_VBR, new Boolean(true));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 32. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 192)
> [javac] content.put(FIELD_BITRATE, new Integer(bitrate));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 33. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 202)
> [javac] content.put(FIELD_CHANNEL, new Integer(chanNb));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 34. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 214)
> [javac] content.put(FIELD_TYPE, encodingType);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 35. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 224)
> [javac] content.put(FIELD_INFOS, infos);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 36. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 234)
> [javac] content.put(FIELD_LENGTH, new Float(length));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 37. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 244)
> [javac] content.put(FIELD_LENGTH, new Float(seconds));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 38. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 254)
> [javac] content.put(FIELD_SAMPLERATE, new Integer(samplingRate));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 39. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 264)
> [javac] content.put(FIELD_VBR, new Boolean(b));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 40. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/EncodingInfo.java (at line 275)
> [javac] Enumeration en = content.keys();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 41. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.ja
> [javac] va (at line 168)
> [javac] public List get(String id);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 42. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.ja
> [javac] va (at line 170)
> [javac] public List getAlbum();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 43. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.ja
> [javac] va (at line 172)
> [javac] public List getArtist();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 44. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.ja
> [javac] va (at line 174)
> [javac] public List getComment();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 45. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.ja
> [javac] va (at line 176)
> [javac] public Iterator getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 46. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.java (at line 192)
> [javac] public List getGenre();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 47. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.java (at line 194)
> [javac] public List getTitle();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 48. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.java (at line 196)
> [javac] public List getTrack();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 49. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/Tag.java (at line 198)
> [javac] public List getYear();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 50. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/ape/util/ApeTagCreator.java (at line 32)
> [javac] public void create(Tag tag, ByteBuffer buf, List fields, int tag
> [javac] Size, int paddingSize) throws UnsupportedEncodingException {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 51. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/ape/util/ApeTagCreator.java (at line 67)
> [javac] Iterator it = fields.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 52. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 310)
> [javac] HashSet ignoreDescriptors = new HashSet(Arrays.asList(new String[] {
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 53. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 310)
> [javac] HashSet ignoreDescriptors = new HashSet(Arrays.asList(new String[] {
> [javac]
> [javac] ContentDescriptor.ID_GENRE, ContentDescriptor.ID_GENREID,
> [javac] ContentDescriptor.ID_TRACKNUMBER, ContentDescriptor.ID_ALBUM,
> [javac] ContentDescriptor.ID_YEAR })
> [javac] );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 54. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 310)
> [javac] HashSet ignoreDescriptors = new HashSet(Arrays.asList(new String[] {
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 55. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 314)
> [javac] Iterator it = tagHeader.getDescriptors().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 56. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 366)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 57. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 366)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 58. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 369)
> [javac] result.add(header.getUnspecifiedChunk(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 59. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 373)
> [javac] result.add(header.getStreamChunk(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 60. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 377)
> [javac] result.add(header.getContentDescription());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 61. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 379)
> [javac] result.add(header.getFileHeader());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac]
> [javac] 62. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 381)
> [javac] result.add(header.getExtendedContentDescription());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 63. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 384)
> [javac] result.add(header.getEncodingChunk());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 64. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 387)
> [javac] result.add(header.getStreamBitratePropertiesChunk());
> [javac] ^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 65. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 389)
> [javac] Chunk[] tmp = (Chunk[]) result.toArray(new Chunk[result.size()]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 66. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/AsfFileWriter.java (at line 390)
> [javac] Arrays.sort(tmp, new ChunkPositionComparator());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
> [javac] ----------
> [javac] 67. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/As
> [javac] fFileWriter.java (at line 390)
> [javac] Arrays.sort(tmp, new ChunkPositionComparator());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type ChunkPositionComparator needs unchecked conversion to conform to
> [javac] Comparator<? super T>
> [javac] ----------
> [javac] ----------
> [javac] 68. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ContentDescriptor.java (at line 34)
> [javac] public final class ContentDescriptor implements Comparable {
> [javac]
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 69. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ContentDescriptor.java (at line 38)
> [javac] public final static HashSet COMMON_FIELD_IDS;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 70. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ContentDescriptor.java (at line 107)
> [javac] COMMON_FIELD_IDS = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 71. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ContentDescriptor.java (at line 108)
> [javac] COMMON_FIELD_IDS.add(ID_ALBUM);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 72. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ContentDescriptor.java (at line 109)
> [javac] COMMON_FIELD_IDS.add(ID_ARTIST);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 73. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ContentDescriptor.java (at line 110)
> [javac] COMMON_FIELD_IDS.add(ID_GENRE);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 74. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ContentDescriptor.java (at line 111)
> [javac] COMMON_FIELD_IDS.add(ID_GENREID);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 75. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ContentDescriptor.java (at line 112)
> [javac] COMMON_FIELD_IDS.add(ID_TRACKNUMBER);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 76. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ContentDescriptor.java (at line 113)
> [javac] COMMON_FIELD_IDS.add(ID_YEAR);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 77. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/EncodingChunk.java (at line 42)
> [javac] private final ArrayList strings;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 78. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/EncodingChunk.java (at line 54)
> [javac] this.strings = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 79. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/EncodingChunk.java (at line 64)
> [javac] strings.add(toAdd);
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 80. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/EncodingChunk.java (at line 73)
> [javac] public Collection getStrings() {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 81. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/EncodingChunk.java (at line 74)
> [javac] return new ArrayList(strings);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 82. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/EncodingChunk.java (at line 74)
> [javac] return new ArrayList(strings);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 83. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/EncodingChunk.java (at line 86)
> [javac] Iterator iterator = this.strings.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 84. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 45)
> [javac] private final ArrayList descriptors;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 85. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ExtendedContentDescription.java (at line 53)
> [javac] private HashMap indexMap = null;
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 86. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 73)
> [javac] this.descriptors = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 87. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ExtendedContentDescription.java (at line 87)
> [javac] this.descriptors.add(toAdd);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 88. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 88)
> [javac] this.indexMap.put(toAdd.getName(), new Integer(desc
> [javac] riptors.size() - 1));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 89. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 144)
> [javac] Iterator it = this.descriptors.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 90. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ExtendedContentDescription.java (at line 171)
> [javac] this.indexMap = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 91. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 175)
> [javac] indexMap.put(current.getName(), new Integer(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 92. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 198)
> [javac] public Collection getDescriptors() {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 93. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ExtendedContentDescription.java (at line 199)
> [javac] return new ArrayList(this.descriptors);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to
> [javac] generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 94. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/ExtendedContentDescription.java (at line 199)
> [javac] return new ArrayList(this.descriptors);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 95. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/ExtendedContentDescription.java (at line 270)
> [javac] ContentDescriptor[] list = (ContentDescriptor[]) d
> [javac] escriptors
> [javac] .toArray(new ContentDescriptor[descriptors.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 96. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/StreamBitratePropertiesChunk.java (at line 39)
> [javac] private final ArrayList bitRates;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 97. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/StreamBitratePropertiesChunk.java (at line 45)
> [javac] private final ArrayList streamNumbers;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 98. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/StreamBitratePropertiesChunk.java (at line 57)
> [javac] this.bitRates = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 99. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/da
> [javac] ta/StreamBitratePropertiesChunk.java (at line 58)
> [javac] this.streamNumbers = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 100. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/data/StreamBitratePropertiesChunk.java (at line 70)
> [javac] this.streamNumbers.add(new Integer(streamNum));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 101. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/d
> [javac] ata/StreamBitratePropertiesChunk.java (at line 71)
> [javac] this.bitRates.add(new Long(averageBitrate));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 102. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/io/AsfHeaderReader.java (at line 100)
> [javac] ArrayList chunks = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 103. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/i
> [javac] o/AsfHeaderReader.java (at line 100)
> [javac] ArrayList chunks = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 104. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/io/AsfHeaderReader.java (at line 103)
> [javac] chunks.add(chunk);
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 105. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/i
> [javac] o/AsfHeaderReader.java (at line 123)
> [javac] Iterator iterator = chunks.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 106. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/util/AsfCopyrightField.java (at line 155)
> [javac] List list = tag.get(FIELD_ID);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 107. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/u
> [javac] til/ChunkPositionComparator.java (at line 32)
> [javac] public class ChunkPositionComparator implements Comparator {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 108. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/u
> [javac] til/TagConverter.java (at line 121)
> [javac] Iterator it = tag.getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 109. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/asf/util/TagConverter.java (at line 233)
> [javac] Iterator it = extDesc.getDescriptors().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 110. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/excep
> [javac] tions/CannotReadException.java (at line 27)
> [javac] public class CannotReadException extends Exception {
> [javac] ^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class CannotReadException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 111. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/exceptions/CannotWriteException.java (at line 26)
> [javac] public class CannotWriteException extends Exception {
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class CannotWriteException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 112. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/exceptions/ModifyVetoException.java (at line 21)
> [javac] import java.io.File;
> [javac] ^^^^^^^^^^^^
> [javac] The import java.io.File is never used
> [javac] ----------
> [javac] 113. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/exceptions/ModifyVetoException.java (at line 33)
> [javac] public class ModifyVetoException extends Exception {
> [javac] ^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class ModifyVetoException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 114. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/
> [javac] util/FlacTagWriter.java (at line 32)
> [javac] private Vector metadataBlockPadding = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 115. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 32)
> [javac] private Vector metadataBlockPadding = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 116. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/
> [javac] util/FlacTagWriter.java (at line 33)
> [javac] private Vector metadataBlockApplication = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 117. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 33)
> [javac] private Vector metadataBlockApplication = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 118. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/
> [javac] util/FlacTagWriter.java (at line 34)
> [javac] private Vector metadataBlockSeekTable = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 119. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 34)
> [javac] private Vector metadataBlockSeekTable = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 120. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/
> [javac] util/FlacTagWriter.java (at line 35)
> [javac] private Vector metadataBlockCueSheet = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 121. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 35)
> [javac] private Vector metadataBlockCueSheet = new Vector(1);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 122. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/
> [javac] util/FlacTagWriter.java (at line 194)
> [javac] metadataBlockPadding.add(new MetadataBlock(mbh, mbd));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vecto
> [javac] r<T> should be parameterized
> [javac] ----------
> [javac] 123. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 202)
> [javac] metadataBlockApplication.add(new MetadataBlock(mbh, mbd));
> [javac] ^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 124. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 210)
> [javac] metadataBlockSeekTable.add(new MetadataBlock(mbh, mbd));
> [javac] ^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 125. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/flac/util/FlacTagWriter.java (at line 218)
> [javac] metadataBlockCueSheet.add(new MetadataBlock(mbh, mbd));
> [javac] ^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 126. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 48)
> [javac] protected HashMap fields = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 127. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 48)
> [javac] protected HashMap fields = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 128. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 65)
> [javac] List list = (List) fields.get(field.getId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 129. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 65)
> [javac] List list = (List) fields.get(field.getId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 130. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 69)
> [javac] list = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 131. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 70)
> [javac] list.add(field);
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 132. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 71)
> [javac] fields.put(field.getId(), list);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 133. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 76)
> [javac] list.add(field);
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 134. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 218)
> [javac] public List get(String id) {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 135. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 219)
> [javac] List list = (List) fields.get(id);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 136. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 219)
> [javac] List list = (List) fields.get(id);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 137. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 222)
> [javac] return new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 138. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 232)
> [javac] public List getAlbum() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 139. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 249)
> [javac] public List getArtist() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 140. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 266)
> [javac] public List getComment() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 141. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 283)
> [javac] public Iterator getFields() {
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 142. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 284)
> [javac] final Iterator it = this.fields.entrySet().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 143. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 285)
> [javac] return new Iterator() {
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 144. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 286)
> [javac] private Iterator fieldsIt;
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 145. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 292)
> [javac] List l = (List) ((Map.Entry) it.next()).getValue();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 146. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 292)
> [javac] List l = (List) ((Map.Entry) it.next()).getValue();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 147. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 292)
> [javac] List l = (List) ((Map.Entry) it.next()).getValue();
> [javac] ^^^^^^^^^
> [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
> [javac] ----------
> [javac] 148. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 322)
> [javac] List l = get(getAlbumId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 149. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 332)
> [javac] List l = get(getArtistId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 150. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 342)
> [javac] List l = get(getCommentId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 151. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 352)
> [javac] List l = get(getGenreId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 152. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 362)
> [javac] List l = get(getTitleId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 153. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 372)
> [javac] List l = get(getTrackId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 154. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 382)
> [javac] List l = get(getYearId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 155. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 391)
> [javac] public List getGenre() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 156. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 408)
> [javac] public List getTitle() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 157. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 425)
> [javac] public List getTrack() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 158. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 442)
> [javac] public List getYear() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 159. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 537)
> [javac] List l = (List) fields.get(field.getId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 160. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 537)
> [javac] List l = (List) fields.get(field.getId());
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 161. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 545)
> [javac] l = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 162. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 546)
> [javac] l.add(field);
> [javac] ^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 163. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 547)
> [javac] fields.put(field.getId(), l);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 164. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTag.java (at line 589)
> [javac] Iterator it = getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 165. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTag.java (at line 644)
> [javac] Iterator it = getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 166. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTagCreator.java (at line 38)
> [javac] List fields = createFields(compatibleTag);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 167. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTagCreator.java (at line 48)
> [javac] protected List createFields(Tag tag) throws UnsupportedEncodingException {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 168. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTagCreator.java (at line 49)
> [javac] List fields = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 169. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTagCreator.java (at line 49)
> [javac] List fields = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 170. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTagCreator.java (at line 51)
> [javac] Iterator it = tag.getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 171. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTagCreator.java (at line 54)
> [javac] fields.add(frame.getRawContent());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 172. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTagCreator.java (at line 61)
> [javac] protected int computeTagLength(Tag tag, List l) throws Unsu
> [javac] pportedEncodingException {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 173. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTagCreator.java (at line 64)
> [javac] Iterator it = l.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 174. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/AbstractTagCreator.java (at line 73)
> [javac] List fields = createFields(compatibleTag);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 175. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/AbstractTagCreator.java (at line 83)
> [javac] protected abstract void create(Tag tag, ByteBuffer buf, Lis
> [javac] t fields, int tagSize, int padding) throws UnsupportedEncodingException;
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 176. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/ModificationHandler.java (at line 39)
> [javac] private Vector listeners = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 177. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/ModificationHandler.java (at line 39)
> [javac] private Vector listeners = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 178. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/ModificationHandler.java (at line 49)
> [javac] this.listeners.add(l);
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 179. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/ModificationHandler.java (at line 61)
> [javac] Enumeration enumer = this.listeners.elements();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 180. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/ModificationHandler.java (at line 80)
> [javac] Enumeration enumer = this.listeners.elements();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 181. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/gener
> [javac] ic/ModificationHandler.java (at line 96)
> [javac] Enumeration enumer = this.listeners.elements();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 182. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/generic/ModificationHandler.java (at line 131)
> [javac] Enumeration enumer = this.listeners.elements();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 183. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 74)
> [javac] private final static HashMap conversion22to23;
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 184. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3V2TagConverter.java (at line 87)
> [javac] private final static HashSet discard24;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 185. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 98)
> [javac] private final static HashSet specialStore24;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 186. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3V2TagConverter.java (at line 119)
> [javac] conversion22to23 = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 187. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 138)
> [javac] conversion22to23.put(v22[i], v23[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
> [javac] ype HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 188. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 140)
> [javac] specialStore24 = new HashSet(Arrays.asList(new String[] { TIME, YEAR,
> [javac] DATE }));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 189. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3V2TagConverter.java (at line 140)
> [javac] specialStore24 = new HashSet(Arrays.asList(new String[] { TIME, YEAR,
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 190. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 142)
> [javac] discard24 = new HashSet(Arrays.asList(new String[] { RECORD_DAT }));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 191. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3V2TagConverter.java (at line 142)
> [javac] discard24 = new HashSet(Arrays.asList(new String[] { RECORD_DAT }));
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 192. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 143)
> [javac] discard24.addAll(specialStore24);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to
> [javac] generic type AbstractCollection<E> should be parameterized
> [javac] ----------
> [javac] 193. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 199)
> [javac] Iterator fields = source.getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 194. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3V2TagConverter.java (at line 226)
> [javac] Iterator fields = source.getFields();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 195. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 227)
> [javac] HashMap specialStore = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 196. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3V2TagConverter.java (at line 227)
> [javac] HashMap specialStore = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 197. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3V2TagConverter.java (at line 231)
> [javac] specialStore.put(current.getId(), current);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
> [javac] ype HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 198. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3v2Tag.java (at line 185)
> [javac] public List getComment() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 199. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/I
> [javac] d3v2Tag.java (at line 186)
> [javac] List comments = super.getComment();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 200. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/Id3v2Tag.java (at line 201)
> [javac] comments.add(0, top);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 201. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/util/Id3v1TagCreator.java (at line 30)
> [javac] private static Hashtable translateTable;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 202. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/u
> [javac] til/Id3v1TagCreator.java (at line 33)
> [javac] translateTable = new Hashtable( 130 );
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 203. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/util/Id3v1TagCreator.java (at line 35)
> [javac] translateTable.put( Id3v1Tag.GENRES[i].toLowerCase(), new Byt
> [javac] e((byte)i) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 204. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/util/Id3v24TagReader.java (at line 46)
> [javac] private Hashtable conversion22to23;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 205. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/u
> [javac] til/Id3v24TagReader.java (at line 100)
> [javac] this.conversion22to23 = new Hashtable(100);
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 206. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/util/Id3v24TagReader.java (at line 119)
> [javac] this.conversion22to23.put(v22[i], v23[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 207. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/util/Id3v2TagCreator.java (at line 54)
> [javac] public void create(Tag tag, ByteBuffer buf, List fields, int
> [javac] tagSize,
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 208. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp3/u
> [javac] til/Id3v2TagCreator.java (at line 88)
> [javac] Iterator it = fields.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 209. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/mp4/util/Mp4TagCreator.java (at line 39)
> [javac] protected void create(Tag tag, ByteBuffer buf, List fields, int
> [javac] tagSize, int padding) throws UnsupportedEncodingException {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 210. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/ogg/util/OggTagCreator.java (at line 33)
> [javac] public void create(Tag tag, ByteBuffer buf, List fields, int ta
> [javac] gSize, int padding) throws UnsupportedEncodingException {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 211. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/audioformats/ogg/util/OggTagCreator.java (at line 48)
> [javac] Iterator it = fields.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 212. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/TagViewer.java
> [javac] (at line 30)
> [javac] List l = af.getTag().get("APIC");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 213. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/TagViewer.java
> [javac] (at line 34)
> [javac] Iterator it = l.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 214. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 65)
> [javac] private static ArrayList TRANSFORM_TARGETS = null;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 215. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 78)
> [javac] public static Collection getTransformTargets() {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 216. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 81)
> [javac] XslTransformer.TRANSFORM_TARGETS = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 217. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 89)
> [javac] HashMap type2lang = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 218. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 89)
> [javac] HashMap type2lang = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 219. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 91)
> [javac] Enumeration enumeration = properties.keys();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 220. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 98)
> [javac] HashMap lang2object = (HashMap) type2lang.get(type);
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 221. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 98)
> [javac] HashMap lang2object = (HashMap) type2lang.get(type);
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 222. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 100)
> [javac] lang2object = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 223. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 101)
> [javac] type2lang.put(type, lang2object);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 224. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 107)
> [javac] lang2object.put(lang, target);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 225. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 116)
> [javac] Iterator iterator = type2lang.values().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 226. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 118)
> [javac] Iterator objects = ((HashMap) iterator.next()).values()
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 227. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 118)
> [javac] Iterator objects = ((HashMap) iterator.next()).values()
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 228. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 121)
> [javac] XslTransformer.TRANSFORM_TARGETS.add(objects.next());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 229. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 127)
> [javac] XslTransformer.TRANSFORM_TARGETS.addAll(Arrays.asList(tmp));
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 230. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 133)
> [javac] return new ArrayList(XslTransformer.TRANSFORM_TARGETS);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 231. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 133)
> [javac] return new ArrayList(XslTransformer.TRANSFORM_TARGETS);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 232. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 145)
> [javac] ArrayList instructions = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 233. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 145)
> [javac] ArrayList instructions = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 234. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 155)
> [javac] instructions.add(args[i].trim());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 235. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer.java (at line 162)
> [javac] Iterator iterator = getTransformTargets().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 236. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/cli/XslTransformer
> [javac] .java (at line 179)
> [javac] Iterator it = getTransformTargets().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 237. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/AmazonCoverSource.java (at line 104)
> [javac] public List search(String artist, String album) throws CoverException {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 238. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/AmazonCover
> [javac] Source.java (at line 106)
> [javac] List list = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 239. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/AmazonCoverSource.java (at line 106)
> [javac] List list = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 240. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/AmazonCover
> [javac] Source.java (at line 142)
> [javac] list.add(new Cover(matcher.group(2), matcher.group(1), new URL(bestUrl)));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 241. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownlo
> [javac] ader.java (at line 45)
> [javac] public List search(String artist, String album) {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 242. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownloader.java (at line 46)
> [javac] List list = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac]
> [javac] 243. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownloader.java (at line 46)
> [javac] List list = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 244. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownlo
> [javac] ader.java (at line 50)
> [javac] List results = sources[i].search(artist, album);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 245. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownloader.java (at line 51)
> [javac] list.addAll(results);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 246. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownlo
> [javac] ader.java (at line 57)
> [javac] Collections.sort(list);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections
> [javac] ----------
> [javac] 247. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownloader.java (at line 57)
> [javac] Collections.sort(list);
> [javac] ^^^^
> [javac] Type safety: The expression of type List needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] 248. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownlo
> [javac] ader.java (at line 65)
> [javac] List covers = cd.search("yes","yessongs");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 249. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverDownloader.java (at line 69)
> [javac] Iterator it = covers.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 250. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverExcept
> [javac] ion.java (at line 24)
> [javac] public class CoverException extends Exception {
> [javac] ^^^^^^^^^^^^^^
> [javac] The serializable class CoverException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 251. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/covers/CoverSource.java (at line 27)
> [javac] public List search(String artist, String album) throws CoverException;
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 252. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 243)
> [javac] List l = new LinkedList();
> [javac] ^^^^
> [javac]
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 253. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java
> [javac] (at line 243)
> [javac] List l = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 254. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 249)
> [javac] l.add( sline[0] );
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 255. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java
> [javac] (at line 254)
> [javac] Iterator it = l.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 256. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 360)
> [javac] LinkedList list = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 257. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java
> [javac] (at line 360)
> [javac] LinkedList list = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 258. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 366)
> [javac] list.add(new FreedbQueryResult(infos[0]+" "+infos[1]+" "+infos[2]));
> [javac] ^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 259. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 368)
> [javac] list.add(new FreedbQueryResult(infos[0]+" "+infos[1]+" "+infos[2]));
> [javac] ^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 260. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 371)
> [javac] list.add(new FreedbQueryResult(infos[0]+" "+infos[1]+" "+infos[2]));
> [javac] ^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 261. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/Freedb.java (at line 375)
> [javac] Iterator it = list.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 262. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbException.java (at line 32)
> [javac] public class FreedbException extends Exception {
> [javac] ^^^^^^^^^^^^^^^
> [javac] The serializable class FreedbException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 263. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadR
> [javac] esult.java (at line 30)
> [javac] public class FreedbReadResult implements Comparable {
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 264. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 203)
> [javac] private Hashtable fields;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 265. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadR
> [javac] esult.java (at line 217)
> [javac] this.fields = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 266. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 220)
> [javac] this.fields.put("DISCID", "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 267. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 221)
> [javac] this.fields.put("DTITLE", "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 268. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 222)
> [javac] this.fields.put("DYEAR", "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 269. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 223)
> [javac] this.fields.put("DGENRE", "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 270. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 224)
> [javac] this.fields.put("EXTD", "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 271. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 225)
> [javac] this.fields.put("PLAYORDER", "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 272. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 226)
> [javac] this.fields.put("TITLE", new String[0]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 273. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 227)
> [javac] this.fields.put("EXTT", new String[0]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 274. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 228)
> [javac] this.fields.put("NUMBERING",new int[0]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 275. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 248)
> [javac] this.fields.put("EXTD", this.fields.get("EXTD")
> [javac] +
> [javac] answers[i].substring(5));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 276. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadR
> [javac] esult.java (at line 268)
> [javac] this.fields.put("DYEAR", this.fields.get("DYEAR")
> [javac] + answers[i].substring(6));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 277. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 281)
> [javac] this.fields.put("DISCID", this.fields.get("DISCID")
> [javac]
> [javac] + answers[i].substring(7));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 278. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadR
> [javac] esult.java (at line 284)
> [javac] this.fields.put("DTITLE", this.fields.get("DTITLE")
> [javac] + answers[i].substring(7));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 279. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 287)
> [javac] this.fields.put("DGENRE", this.fields.get("DGENRE")
> [javac]
> [javac] + answers[i].substring(7));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 280. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadR
> [javac] esult.java (at line 290)
> [javac] this.fields.put("PLAYORDER", this.fields.get("PLAYORDER")
> [javac] + answers[i].substring(10));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac]
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 281. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 293)
> [javac] this.fields.put("TITLE", TITLE.trim());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 282. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 294)
> [javac] this.fields.put("EXTT", EXTT.trim());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 283. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 295)
> [javac] this.fields.put("NUMBERING",TITLE.getTrackNumbers());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 284. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 298)
> [javac] this.fields.put("ARTIST", info[0]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 285. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 299)
> [javac] this.fields.put("ALBUM", (info.length > 1) ? info[1] : "");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 286. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 300)
> [javac] this.fields.put("TRACKNUMBER", new Integer(((String[]) this.fields
> [javac]
> [javac] .get("EXTT")).length));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 287. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 306)
> [javac] this.fields.put("CAT", genre);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 288. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 368)
> [javac] ArrayList trackOffsets = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 289. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadR
> [javac] esult.java (at line 368)
> [javac] ArrayList trackOffsets = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 290. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/freedb/FreedbReadResult.java (at line 379)
> [javac] trackOffsets.add(new Integer(curr));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 291. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/audioformats/DirectoryTest.java (at line 74)
> [javac] private ArrayList copies = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 292. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/audioformats
> [javac] /DirectoryTest.java (at line 74)
> [javac] private ArrayList copies = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 293. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/audioformats/DirectoryTest.java (at line 117)
> [javac] this.copies.add(copy);
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 294. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/audioformats
> [javac] /DirectoryTest.java (at line 135)
> [javac] Iterator iterator = copies.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 295. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslDirectTest.java (at line 27)
> [javac] import java.io.InputStream;
> [javac] ^^^^^^^^^^^^^^^^^^^
> [javac] The import java.io.InputStream is never used
> [javac] ----------
> [javac] 296. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslDirectTest.java (at line 28)
> [javac] import java.io.OutputStream;
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.io.OutputStream is never used
> [javac] ----------
> [javac] ----------
> [javac] 297. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite.java (at line 74)
> [javac] Collection coll = XslTransformer.getTransformTargets();
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 298. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite
> [javac] .java (at line 75)
> [javac] Iterator it = coll.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 299. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite.java (at line 76)
> [javac] ArrayList clis = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 300. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite
> [javac] .java (at line 76)
> [javac] ArrayList clis = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 301. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite.java (at line 77)
> [javac] ArrayList directs = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 302. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite
> [javac] .java (at line 77)
> [javac] ArrayList directs = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 303. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite.java (at line 80)
> [javac] clis.add(new XslCliTest(current, report));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 304. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/cli/XslSuite
> [javac] .java (at line 81)
> [javac] directs.add(new XslDirectTest(current,report));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 305. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/resource/Con
> [javac] figuration.java (at line 41)
> [javac] private final static HashMap buffer = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 306. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/resource/Configuration.java (at line 41)
> [javac] private final static HashMap buffer = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 307. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/resource/Con
> [javac] figuration.java (at line 103)
> [javac] buffer.put("charArray:" + name, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
> [javac] ype HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 308. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/tools/tracke
> [javac] numeration/RandomSelectionTest.java (at line 89)
> [javac] HashSet used = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 309. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/tools/trackenumeration/RandomSelectionTest.java (at line 89)
> [javac] HashSet used = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 310. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/junit/tools/tracke
> [javac] numeration/RandomSelectionTest.java (at line 98)
> [javac] used.add(new Integer(index));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 311. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/ListingProgressDialog.java (at line 54)
> [javac] public class ListingProgressDialog extends JDialog implements
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class ListingProgressDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 312. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 60)
> [javac] private final class NumberSorter implements Comparator {
> [javac]
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 313. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 121)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 314. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statis
> [javac] tic/CategoryPanelCreator.java (at line 121)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 315. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 123)
> [javac] result.add("<"
> [javac] + classes[0]
> [javac] + " ("
> [javac] +
> [javac] counts[0]
> [javac] + " "
> [javac] + LangageManager
> [javac] .getProperty("statistic.occurrencedescriptor")
> [javac] + ")");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 316. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 134)
> [javac] result.add(classes[i]
> [javac] + " ("
> [javac] + counts[i +
> [javac] 1]
> [javac] + " "
> [javac] + LangageManager
> [javac] .getProperty("statistic.occurrencedescriptor")
> [javac] + ")");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 317. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 144)
> [javac] result.add("<"
> [javac] + classes[classes.length - 1]
> [javac]
> [javac] + " ("
> [javac] + counts[counts.length - 1]
> [javac] + " "
> [javac] + LangageManager
> [javac] .getProperty("statistic.occurrencedescriptor")
> [javac] + ")");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 318. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 153)
> [javac] return (String[]) result.toArray(new String[0]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 319. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 169)
> [javac] Arrays.sort(records, NUMBER_SORTER);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
> [javac] ----------
> [javac] 320. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statis
> [javac] tic/CategoryPanelCreator.java (at line 169)
> [javac] Arrays.sort(records, NUMBER_SORTER);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The expression of type CategoryPanelCreator.NumberSorter needs unchecked conversion to
> [javac] conform to Comparator<? super T>
> [javac] ----------
> [javac] 321. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 193)
> [javac] Arrays.sort(recs, NUMBER_SORTER);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
> [javac] ----------
> [javac] 322. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/CategoryPanelCreator.java (at line 193)
> [javac] Arrays.sort(recs, NUMBER_SORTER);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The expression of type CategoryPanelCreator.NumberSorter needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] ----------
> [javac] 323. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/statistic/SummaryPanel.java (at line 37)
> [javac] public class SummaryPanel extends JPanel {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class SummaryPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 324. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] HelpReportPanel.java (at line 51)
> [javac] public class HelpReportPanel extends JPanel implements HyperlinkListener {
> [javac] ^^^^^^^^^^^^^^^
> [javac] The serializable class HelpReportPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 325. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/ReportConfig.java (at line 154)
> [javac] Collection transformTargets = XslTransformer
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 326. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] ReportConfig.java (at line 156)
> [javac] Iterator it = transformTargets.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 327. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/ReportPanel.java (at line 45)
> [javac] public class ReportPanel extends HelpReportPanel implements ActionListener {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class ReportPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 328. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] ReportTypeDestPanel.java (at line 48)
> [javac] public class ReportTypeDestPanel extends HelpReportPanel implements
> [javac] ^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class ReportTypeDestPanel does not declare a static final serialVersionUID field of
> [javac] type long
> [javac] ----------
> [javac] ----------
> [javac] 329. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 53)
> [javac] public class TransformPanel extends HelpReportPanel implements
> [javac]
> [javac] ^^^^^^^^^^^^^^
> [javac] The serializable class TransformPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 330. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 63)
> [javac] private final class LangTypeComp implements Comparator {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 331. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 88)
> [javac] private final class TreeRenderer extends DefaultTreeCellRenderer {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class TreeRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 332. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 152)
> [javac] HashMap lang2list = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 333. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 152)
> [javac] HashMap lang2list = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 334. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 153)
> [javac] TransformTarget[] available = (TransformTarget[]) XslTransformer
> [javac] .getTransformTargets().toArray(new TransformTarget[0]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic
> [javac] type Collection<E> should be parameterized
> [javac] ----------
> [javac] 335. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 155)
> [javac] Arrays.sort(available, new LangTypeComp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Compara
> [javac] tor<? super T>) of type Arrays
> [javac] ----------
> [javac] 336. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 155)
> [javac] Arrays.sort(available, new LangTypeComp());
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type TransformPanel.LangTypeComp needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 337. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 158)
> [javac] ArrayList list = (ArrayList) lang2list.get(lang);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 338. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 158)
> [javac] ArrayList list = (ArrayList) lang2list.get(lang);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 339. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 160)
> [javac] list = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 340. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 161)
> [javac] lang2list.put(lang, list);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 341. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/TransformPanel.java (at line 163)
> [javac] list.add(available[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 342. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 165)
> [javac] String[] languages = (String[]) lang2list.keySet().toArray(
> [javac] new String[0]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
> [javac] ----------
> [javac] 343. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 175)
> [javac] TransformTarget[] targets = (TransformTarget[]) ((ArrayList) lang2list
> [javac] .get(languages[i])).toArray(new TransformTarget[0]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic t
> [javac] ype ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 344. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/tasks/
> [javac] TransformPanel.java (at line 175)
> [javac] TransformTarget[] targets = (TransformTarget[]) ((ArrayList) lang2list
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 345. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/gui/wizard
> [javac] /WizardDialog.java (at line 44)
> [javac] public class WizardDialog extends JDialog implements ActionListener {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class WizardDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 346. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 41)
> [javac] public final class StringCountRecord implements Comparable {
> [javac]
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 347. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 162)
> [javac] private HashMap recordMaps = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 348. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics
> [javac] /Statistic.java (at line 162)
> [javac] private HashMap recordMaps = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 349. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 223)
> [javac] protected int addToStringCountRecord(HashMap recordMap, String toInse
> [javac] rt) {
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 350. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 228)
> [javac] recordMap.put(toInsert.toLowerCase(), record);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 351. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 243)
> [javac] private String createSummary(HashMap records, String description) {
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 352. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics
> [javac] /Statistic.java (at line 247)
> [javac] StringCountRecord[] entries = (StringCountRecord[]) records.values()
> [javac] .toArray(new StringCountRecord[records.size()]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 353. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 278)
> [javac] protected HashMap getRecordMap(String mapName) {
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 354. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics
> [javac] /Statistic.java (at line 279)
> [javac] HashMap result = (HashMap) recordMaps.get(mapName);
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 355. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 279)
> [javac] HashMap result = (HashMap) recordMaps.get(mapName);
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 356. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics
> [javac] /Statistic.java (at line 281)
> [javac] result = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 357. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 282)
> [javac] recordMaps.put(mapName, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 358. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 296)
> [javac] HashMap map = getRecordMap(category);
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 359. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics
> [javac] /Statistic.java (at line 298)
> [javac] result = (StringCountRecord[]) map.values().toArray(
> [javac] new StringCountRecord[map.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 360. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/statistics/Statistic.java (at line 393)
> [javac] Iterator it = recordMaps.keySet().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 361. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/xml/Transf
> [javac] ormTarget.java (at line 29)
> [javac] public class TransformTarget implements Comparable {
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 362. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/xml/util/XmlIndentHelper.java (at line 58)
> [javac] private ArrayList currentPath;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 363. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/xml/util/X
> [javac] mlIndentHelper.java (at line 84)
> [javac] this.currentPath = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 364. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/xml/util/XmlIndentHelper.java (at line 160)
> [javac] currentPath.add(tagName);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 365. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/listing/xml/util/X
> [javac] mlIndentHelper.java (at line 191)
> [javac] this.currentPath.add(tagName);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 366. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AboutDialog.java (at line 30)
> [javac] public class AboutDialog extends JDialog {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class AboutDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 367. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoComp
> [javac] leteComboBox.java (at line 36)
> [javac] public class AutoCompleteComboBox extends JComboBox implements KeyListener {
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class AutoCompleteComboBox does not declare a static final serialVersionUID field o
> [javac] f type long
> [javac] ----------
> [javac] 368. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoCompleteComboBox.java (at line 48)
> [javac] public AutoCompleteComboBox(Vector o) {
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 369. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoComp
> [javac] leteComboBox.java (at line 105)
> [javac] ArrayList values = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 370. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoCompleteComboBox.java (at line 105)
> [javac] ArrayList values = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 371. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoComp
> [javac] leteComboBox.java (at line 110)
> [javac] values.add(currentItem);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 372. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoCompleteComboBox.java (at line 141)
> [javac] ArrayList usedItems = new ArrayList ();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 373. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoComp
> [javac] leteComboBox.java (at line 141)
> [javac] ArrayList usedItems = new ArrayList ();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 374. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/AutoCompleteComboBox.java (at line 144)
> [javac] usedItems.add(getItemAt(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 375. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ControlPanel.java (at line 34)
> [javac] public class ControlPanel extends JTabbedPane {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class ControlPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 376. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/Director
> [javac] yChooser.java (at line 46)
> [javac] public class DirectoryChooser extends JComboBox implements NavigatorListener {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The serializable class DirectoryChooser does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 377. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/DirectoryChooser.java (at line 99)
> [javac] private final class Model extends DefaultComboBoxModel {
> [javac] ^^^^^
> [javac] The serializable class Model does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 378. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/Director
> [javac] yChooser.java (at line 287)
> [javac] ArrayList parents = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 379. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/DirectoryChooser.java (at line 287)
> [javac] ArrayList parents = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 380. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/Director
> [javac] yChooser.java (at line 290)
> [javac] parents.add(0, file.getAbsolutePath());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 381. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/DirectoryChooser.java (at line 293)
> [javac] return (String[]) parents.toArray(new String[parents.size()]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 382. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/DirectoryChooser.java (at line 344)
> [javac] ArrayList strings = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 383. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/Director
> [javac] yChooser.java (at line 344)
> [javac] ArrayList strings = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 384. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/DirectoryChooser.java (at line 348)
> [javac] strings.add(possibleDirs[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 385. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/Director
> [javac] yChooser.java (at line 352)
> [javac] strings.add(possibleDirs[i].getName());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 386. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/DirectoryChooser.java (at line 356)
> [javac] sorted = (String[]) strings.toArray(new String[strings.size()]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 387. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FileWarningDialog.java (at line 33)
> [javac] public class FileWarningDialog extends JDialog {
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] The serializable class FileWarningDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 388. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FileWarn
> [javac] ingDialog.java (at line 35)
> [javac] public FileWarningDialog( Frame parent, List files ) {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 389. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FileWarningDialog.java (at line 45)
> [javac] Iterator it = files.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 390. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbCh
> [javac] ooserPanel.java (at line 77)
> [javac] public class FreedbChooserPanel extends JDialog {
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The serializable class FreedbChooserPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 391. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbChooserPanel.java (at line 83)
> [javac] private final class AudioRenderer extends DefaultListCellRenderer {
> [javac] ^^^^^^^^^^^^^
> [javac] The serializable class AudioRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 392. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbCh
> [javac] ooserPanel.java (at line 111)
> [javac] private final class ControlAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^
> [javac] The serializable class ControlAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 393. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbChooserPanel.java (at line 142)
> [javac] private final class FreedbRenderer extends DefaultListCellRenderer {
> [javac] ^^^^^^^^^^^^^^
> [javac] The serializable class FreedbRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 394. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbCh
> [javac] ooserPanel.java (at line 189)
> [javac] private final class MoveAction extends AbstractAction {
> [javac] ^^^^^^^^^^
> [javac] The serializable class MoveAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 395. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbChooserPanel.java (at line 292)
> [javac] protected List audioFiles;
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 396. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbCh
> [javac] ooserPanel.java (at line 349)
> [javac] public FreedbChooserPanel(Frame parent, List files,
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 397. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbChooserPanel.java (at line 412)
> [javac] Iterator it = this.audioFiles.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 398. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 71)
> [javac] public class FreedbPanel extends JPanel {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class FreedbPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 399. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 145)
> [javac] Iterator it = new ArrayList(FreedbPanel.this.audioFiles
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 400. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 145)
> [javac] Iterator it = new ArrayList(FreedbPanel.this.audioFiles
> [javac] .getAudioFiles()).iterator();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 401. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 145)
> [javac] Iterator it = new ArrayList(FreedbPanel.this.audioFiles
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 402. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 192)
> [javac] protected void directoryAction(java.util.List files)
> [javac] ^^^^^^^^^^^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 403. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 199)
> [javac] Collections.sort(files, new Comparator() {
> [javac] public int compare(Object a,
> [javac] Object b) {
> [javac] File fa = (File) a;
> [javac] File fb = (File) b;
> [javac] return fa.getName().compareToIgnoreCase(fb.getName());
> [javac] }
> [javac] });
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections
> [javac] ----------
> [javac] 404. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 199)
> [javac] Collections.sort(files, new Comparator() {
> [javac] ^^^^^
> [javac] Type safety: The expression of type List needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] 405. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 199)
> [javac] Collections.sort(files, new Comparator() {
> [javac] public int compare(Object a,
> [javac] Object b) {
> [javac] File fa = (File) a;
> [javac] File fb = (File) b;
> [javac] return fa.getName().compareToIgnoreCase(fb.getName());
> [javac] }
> [javac] });
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type new Comparator(){} needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 406. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 199)
> [javac] Collections.sort(files, new Comparator() {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 407. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 209)
> [javac] Iterator it = files.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 408. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 525)
> [javac] Iterator it;
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 409. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 526)
> [javac] java.util.List l = new LinkedList();
> [javac] ^^^^^^^^^^^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 410. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 526)
> [javac] java.util.List l = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 411. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 548)
> [javac] Vector files = tagEditorFrame.getTagEditorTableModel().getFiles();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 412. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 552)
> [javac] l.add(file);
> [javac] ^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 413. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 555)
> [javac] it = new ArrayList(audioFiles.getAudioFiles()).iterator();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to
> [javac] generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 414. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPa
> [javac] nel.java (at line 555)
> [javac] it = new ArrayList(audioFiles.getAudioFiles()).iterator();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 415. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/FreedbPanel.java (at line 559)
> [javac] l.add(file);
> [javac] ^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 416. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ManualFr
> [javac] eedbPanel.java (at line 61)
> [javac] public class ManualFreedbPanel extends JPanel {
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] The serializable class ManualFreedbPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 417. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ManualFreedbPanel.java (at line 168)
> [javac] Iterator it = new ArrayList(ManualFreedbPanel.this.audioFiles
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 418. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ManualFr
> [javac] eedbPanel.java (at line 168)
> [javac] Iterator it = new ArrayList(ManualFreedbPanel.this.audioFiles
> [javac] .getAudioFiles()).iterator();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 419. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ManualFreedbPanel.java (at line 168)
> [javac] Iterator it = new ArrayList(ManualFreedbPanel.this.audioFiles
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 420. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ManualFr
> [javac] eedbPanel.java (at line 208)
> [javac] ManualFreedbPanel.this.tagEditorFrame, new ArrayList(
> [javac] ManualFreedbPanel.this.audioFiles.getAudioFiles()),
> [javac] ^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 421. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/ManualFreedbPanel.java (at line 208)
> [javac] ManualFreedbPanel.this.tagEditorFrame, new ArrayList(
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 422. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/Progress
> [javac] Dialog.java (at line 48)
> [javac] public class ProgressDialog extends JDialog {
> [javac] ^^^^^^^^^^^^^^
> [javac] The serializable class ProgressDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 423. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/RenamePanel.java (at line 49)
> [javac] public class RenamePanel extends AbstractControlPanel {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class RenamePanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 424. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/RenamePa
> [javac] nel.java (at line 56)
> [javac] final class RenameAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class RenameAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 425. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/RenamePanel.java (at line 95)
> [javac] (File[]) RenamePanel.this.audioFiles.getAudioFiles()
> [javac] .toArray(new Fil
> [javac] e[0]), dirPattern, filePattern,
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 426. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 30)
> [javac] import java.awt.SystemColor;
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.awt.SystemColor is never used
> [javac] ----------
> [javac] 427. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEdito
> [javac] rFrame.java (at line 37)
> [javac] import java.awt.event.MouseListener;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.awt.event.MouseListener is never used
> [javac] ----------
> [javac] 428. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 40)
> [javac] import java.sql.ResultSet;
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The import java.sql.ResultSet is never used
> [javac] ----------
> [javac] 429. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 54)
> [javac] import javax.swing.JScrollBar;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.JScrollBar is never used
> [javac] ----------
> [javac] 430. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 63)
> [javac] import javax.swing.border.Border;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.border.Border is never used
> [javac] ----------
> [javac] 431. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 65)
> [javac] import javax.swing.border.LineBorder;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.border.LineBorder is never used
> [javac] ----------
> [javac] 432. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEdito
> [javac] rFrame.java (at line 68)
> [javac] import javax.swing.table.AbstractTableModel;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.table.AbstractTableModel is never used
> [javac] ----------
> [javac] 433. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 80)
> [javac] import entagged.audioformats.AudioFile;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import entagged.audioformats.AudioFile is never used
> [javac] ----------
> [javac] 434. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEdito
> [javac] rFrame.java (at line 112)
> [javac] public class TagEditorFrame extends JFrame {
> [javac] ^^^^^^^^^^^^^^
> [javac] The serializable class TagEditorFrame does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 435. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorFrame.java (at line 1089)
> [javac] Vector v = Utils.getColumnsInModelOrder(table);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 436. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEdito
> [javac] rFrame.java (at line 1112)
> [javac] Vector v = Utils.getColumnsInModelOrder(table);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 437. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorMenuBar.java (at line 54)
> [javac] public class TagEditorMenuBar extends JMenuBar {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The serializable class TagEditorMenuBar does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 438. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEdito
> [javac] rMenuBar.java (at line 199)
> [javac] List fileList = audioFiles.getAudioFiles();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 439. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorMenuBar.java (at line 250)
> [javac] new StatisticsControl((File[]) f.getControlPanel().getAudioFiles().getA
> [javac] udioFiles().toArray(new File[0]), f).start();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 440. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagEditorToolBar.java (at line 36)
> [javac] public class TagEditorToolBar extends JToolBar {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The serializable class TagEditorToolBar does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 441. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagInfoP
> [javac] anel.java (at line 65)
> [javac] public class TagInfoPanel extends AbstractControlPanel {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class TagInfoPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 442. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TagPanel.java (at line 51)
> [javac] public class TagPanel extends AbstractControlPanel {
> [javac] ^^^^^^^^
> [javac] The serializable class TagPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 443. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/TrackEnu
> [javac] merationPanel.java (at line 45)
> [javac] public class TrackEnumerationPanel extends JPanel implements ActionListener {
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class TrackEnumerationPanel does not declare a static final serialVersionUID field
> [javac] of type long
> [javac] ----------
> [javac] ----------
> [javac] 444. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/WaitDialog.java (at line 31)
> [javac] public class WaitDialog extends JDialog {
> [javac] ^^^^^^^^^^
> [javac] The serializable class WaitDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 445. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/WarningD
> [javac] ialog.java (at line 38)
> [javac] public class WarningDialog extends JDialog {
> [javac] ^^^^^^^^^^^^^
> [javac] The serializable class WarningDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 446. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/BrowseBackwardAction.java (at line 35)
> [javac] public final class BrowseBackwardAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class BrowseBackwardAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 447. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/
> [javac] BrowseIntoAction.java (at line 45)
> [javac] public final class BrowseIntoAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The serializable class BrowseIntoAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 448. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/BrowseUpAction.java (at line 35)
> [javac] public final class BrowseUpAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^^
> [javac]
> [javac] The serializable class BrowseUpAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 449. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/
> [javac] CtrlTableSelectionAction.java (at line 44)
> [javac] public class CtrlTableSelectionAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class CtrlTableSelectionAction does not declare a static final serialVersionUID fie
> [javac] ld of type long
> [javac] ----------
> [javac] ----------
> [javac] 450. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/FocusRequestAction.java (at line 35)
> [javac] public class FocusRequestAction extends AbstractAction {
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The serializable class FocusRequestAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 451. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/ReloadAction.java (at line 36)
> [javac] public class ReloadAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class ReloadAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 452. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/
> [javac] TableEnterAction.java (at line 44)
> [javac] public class TableEnterAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The serializable class TableEnterAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 453. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/actions/TableEnterAction.java (at line 77)
> [javac] List list = this.controlPanel.getAudioFiles().getAudioFiles();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 454. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/exceptio
> [javac] ns/OperationException.java (at line 32)
> [javac] public class OperationException extends Exception {
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The serializable class OperationException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 455. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 96)
> [javac] protected void addException(List l, File f, Exceptio
> [javac] n e) {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 456. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 97)
> [javac] l.add(f);
> [javac] ^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 457. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 98)
> [javac] l.add(e);
> [javac] ^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 458. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 153)
> [javac] protected List recursiveAction(File f) {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 459. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 155)
> [javac] List errorFiles = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 460. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 155)
> [javac] List errorFiles = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 461. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 159)
> [javac] errorFiles.addAll(recursiveAction(files[i]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 462. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 174)
> [javac] errorFiles.addAll(recursiveAction(AudioFileIO.read(f)));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 463. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 192)
> [javac] ArrayList fileCopy = new ArrayList(this.audioFiles.getAudioFiles());
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 464. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 192)
> [javac] ArrayList fileCopy = new ArrayList(this.audioFiles.
> [javac] getAudioFiles());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 465. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 192)
> [javac] ArrayList fileCopy = new ArrayList(this.audioFiles.
> [javac] getAudioFiles());
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 466. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 193)
> [javac] Iterator it = fileCopy.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 467. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 223)
> [javac] List errorFiles = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 468. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/ControlPanelButtonListener.java (at line 223)
> [javac] List errorFiles = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 469. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/ControlPanelButtonListener.java (at line 225)
> [javac] errorFiles.addAll(recursiveAction((File) it.next()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 470. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/FreedbPanelButtonListener.java (at line 45)
> [javac] protected abstract void directoryAction(List files) t
> [javac] hrows OperationException;
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 471. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/FreedbPanelButtonListener.java (at line 64)
> [javac] protected List recursiveAction(File f) {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 472. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/FreedbPanelButtonListener.java (at line 65)
> [javac] List errorFiles = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 473. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/FreedbPanelButtonListener.java (at line 65)
> [javac] List errorFiles = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 474. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/FreedbPanelButtonListener.java (at line 68)
> [javac] List freedbAlbum = new LinkedList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 475. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/FreedbPanelButtonListener.java (at line 68)
> [javac] List freedbAlbum = new LinkedList();
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 476. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/FreedbPanelButtonListener.java (at line 73)
> [javac] errorFiles.addAll(recursiveAction(files[i]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type
> [javac] List<E> should be parameterized
> [javac] ----------
> [javac] 477. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/FreedbPanelButtonListener.java (at line 77)
> [javac] freedbAlbum.add( AudioFileIO.read(files[i]) );
> [javac] ^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 478. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/NavigatorUpdateListener.java (at line 44)
> [javac] public void update(Collection newFiles, Collection modifiedFiles,
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 479. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/NavigatorUpdateListener.java (at line 44)
> [javac] public void update(Collection newFiles, Collection modifiedFiles,
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 480. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/NavigatorUpdateListener.java (at line 45)
> [javac] Collection removedFiles);
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 481. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/TableReselector.java (at line 78)
> [javac] private final Hashtable positionTable;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 482. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listener
> [javac] s/TableReselector.java (at line 93)
> [javac] this.positionTable = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 483. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/listeners/TableReselector.java (at line 194)
> [javac] positionTable.put(currentFolder, new Integer(lastValue));
> [javac] ^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 484. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/FileTreeModel.java (at line 118)
> [javac] private static class FileTreeModelFile extends File {
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] The serializable class FileTreeModelFile does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 485. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 80)
> [javac] protected HashMap lastModifiedMap = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 486. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 80)
> [javac] protected HashMap lastModifiedMap = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 487. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 97)
> [javac] lastModifiedMap.put(contents[i].getAbsolutePath(), new Long(
> [javac] contents[i].lastModified()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 488. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 132)
> [javac] Hashtable actualTable = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 489. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 132)
> [javac] Hashtable actualTable = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 490. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 134)
> [javac] actualTable.put(actualListing[i].getAbsolutePath(),
> [javac] actualLis
> [javac] ting[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 491. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 137)
> [javac] Hashtable currContentTable = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 492. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 137)
> [javac] Hashtable currContentTable = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 493. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 139)
> [javac] currContentTable.put(currentContent[i]
> [javac] .getAbsolutePath(), cu
> [javac] rrentContent[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 494. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 142)
> [javac] ArrayList removed = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 495. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 142)
> [javac] ArrayList removed = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 496. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 143)
> [javac] ArrayList modified = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 497. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 143)
> [javac] ArrayList modified = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 498. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 144)
> [javac] ArrayList newFiles = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 499. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 144)
> [javac] ArrayList newFiles = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 500. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 146)
> [javac] Iterator currCIt = lastModifiedMap.keySet()
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 501. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 154)
> [javac] removed.add(toCheck);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 502. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 160)
> [javac] lastModifiedMap.put(toCheck, new Long(
> [javac] actual.lastModified
> [javac] ()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 503. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 165)
> [javac] modified.add(actual);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 504. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 166)
> [javac] lastModifiedMap.put(actual
> [javac] .getAbsolutePath(),
> [javac] new Long(actual
> [javac] .lastModified()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 505. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 174)
> [javac] newFiles.addAll(actualTable.values());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 506. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 178)
> [javac] lastModifiedMap.put(curr.getAbsolutePath(),
> [javac] new Long(curr.la
> [javac] stModified()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 507. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 181)
> [javac] currentContent = (File[]) currContentTable.values()
> [javac] .toArray(
> [javac] new File[currContentTable.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic
> [javac] type Collection<E> should be parameterized
> [javac] ----------
> [javac] 508. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 183)
> [javac] Arrays.sort(currentContent, FILE_COMPARATOR);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Compara
> [javac] tor<? super T>) of type Arrays
> [javac] ----------
> [javac] 509. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 183)
> [javac] Arrays.sort(currentContent, FILE_COMPARATOR);
> [javac]
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 510. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 187)
> [javac] Iterator it = updateListeners.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 511. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 203)
> [javac] protected final static Comparator FILE_COMPARATOR = new Comparator() {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 512. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 203)
> [javac] protected final static Comparator FILE_COMPARATOR = new Comparator() {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 513. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 231)
> [javac] private ArrayList history;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 514. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 238)
> [javac] private Vector listeners;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 515. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 252)
> [javac] protected Vector updateListeners;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 516. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 264)
> [javac] this.listeners = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 517. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 265)
> [javac] this.updateListeners = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 518. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 266)
> [javac] this.history = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 519. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 280)
> [javac] listeners.add(listener);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 520. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 296)
> [javac] updateListeners.add(listener);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 521. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 415)
> [javac] Iterator it = listeners.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 522. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 442)
> [javac] history.add(result);
> [javac] ^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 523. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 478)
> [javac] Arrays.sort(currentContent, FILE_COMPARATOR);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Compara
> [javac] tor<? super T>) of type Arrays
> [javac] ----------
> [javac] 524. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/Navigator.java (at line 478)
> [javac] Arrays.sort(currentContent, FILE_COMPARATOR);
> [javac]
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 525. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/N
> [javac] avigator.java (at line 570)
> [javac] history.add(directory);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 526. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 65)
> [javac] public class TableSorter extends AbstractTableModel {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class TableSorter does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 527. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 74)
> [javac] public static final Comparator COMPARABLE_COMAPRATOR = new Comparator() {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 528. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 74)
> [javac] public static final Comparator COMPARABLE_COMAPRATOR = new Comparator(
> [javac] ) {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 529. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 76)
> [javac] return ((Comparable) o1).compareTo(o2);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 530. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 76)
> [javac] return ((Comparable) o1).compareTo(o2);
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 531. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 79)
> [javac] public static final Comparator LEXICAL_COMPARATOR = new Comparator() {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 532. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 79)
> [javac] public static final Comparator LEXICAL_COMPARATOR = new Comparator() {
> [javac]
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 533. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 91)
> [javac] private Map columnComparators = new HashMap();
> [javac] ^^^
> [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
> [javac] ----------
> [javac] 534. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 91)
> [javac] private Map columnComparators = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 535. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 92)
> [javac] private List sortingColumns = new ArrayList();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 536. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 92)
> [javac] private List sortingColumns = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 537. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 184)
> [javac] sortingColumns.add(new Directive(column, status));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 538. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 202)
> [javac] public void setColumnComparator(Class type, Comparator comparator) {
> [javac] ^^^^^
> [javac] Class is a raw type. References to generic type Class<T> should be parameterized
> [javac] ----------
> [javac] 539. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 202)
> [javac] public void setColumnComparator(Class type, Comparator comparator) {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 540. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 206)
> [javac] columnComparators.put(type, comparator);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
> [javac] ----------
> [javac] 541. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 210)
> [javac] protected Comparator getComparator(int column) {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 542. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 211)
> [javac] Class columnType = tableModel.getColumnClass(column);
> [javac] ^^^^^
> [javac] Class is a raw type. References to generic type Class<T> should be parameterized
> [javac] ----------
> [javac] 543. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 212)
> [javac] Comparator comparator = (Comparator) columnComparators.get(columnType);
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 544. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 212)
> [javac] Comparator comparator = (Comparator) columnComparators.get(columnType);
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 545. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 266)
> [javac] public Class getColumnClass(int column) {
> [javac] ^^^^^
> [javac] Class is a raw type. References to generic type Class<T> should be parameterized
> [javac] ----------
> [javac] 546. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 266)
> [javac] public Class getColumnClass(int column) {
> [javac] ^^^^^
> [javac] Type safety: The return type Class for getColumnClass(int) from the type TableSorter needs unchecked conversion to conform to Class<?> from the type AbstractTableModel
> [javac] ----------
> [javac] 547. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 284)
> [javac] private class Row implements Comparable {
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 548. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] ableSorter.java (at line 295)
> [javac] for (Iterator it = sortingColumns.iterator(); it.hasNext();) {
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 549. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TableSorter.java (at line 310)
> [javac] comparison = getComparator(column).compare(o1, o2);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 550. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 43)
> [javac] public class TagEditorTableModel extends AbstractTableModel im
> [javac] plements NavigatorListener, NavigatorUpdateListener {
> [javac] ^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class TagEditorTableModel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 551. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 45)
> [javac] public static class CurrentFolder extends File {
> [javac] ^^^^^^^^^^^^^
> [javac] The serializable class CurrentFolder does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 552. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 59)
> [javac] public static class ParentFolder extends File {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class ParentFolder does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 553. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 90)
> [javac] private Vector fileNames;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 554. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 92)
> [javac] private Vector files;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 555. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 94)
> [javac] private Hashtable icons;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 556. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 103)
> [javac] this.files = new Vector(0);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 557. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 104)
> [javac] this.icons = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 558. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 114)
> [javac] icons.put("directory", ResourcesRepository.getImageIcon("directory-icon.png"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 559. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 115)
> [javac] icons.put("parent", ResourcesRepository.getImageIcon("directo
> [javac] ry-parent-icon.png"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 560. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 116)
> [javac] icons.put("current", ResourcesRepository.getImageIcon("directory-current-icon.png"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 561. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 138)
> [javac] icons.put(iconKey, defaultIcon);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 562. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 139)
> [javac] icons.put(iconKey + "-error", multi);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 563. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 150)
> [javac] this.files = new Vector(contents.length + 2);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 564. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 151)
> [javac] this.fileNames = new Vector(contents.length + 2);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 565. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 153)
> [javac] files.add(new CurrentFolder(newDirectory));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 566. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 154)
> [javac] fileNames.add(new CurrentFolder(newDirectory).getAbsolutePath());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 567. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 156)
> [javac] files.add(new ParentFolder(newDirectory.getParentFile()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 568. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 157)
> [javac] fileNames.add(new ParentFolder(newDirectory.getParentFile()).getAbsolutePath());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 569. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 160)
> [javac] files.add(contents[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 570. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 161)
> [javac] fileNames.add(contents[i].getAbsolutePath());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 571. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 176)
> [javac] public Class getColumnClass(int column) {
> [javac] ^^^^^
> [javac] Class is a raw type. References to generic type Class<T> should be parameterized
> [javac] ----------
> [javac] 572. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 176)
> [javac] public Class getColumnClass(int column) {
> [javac] ^^^^^
> [javac] Type safety: The return type Class for getColumnClass(int) from the type TagEditorTableModel needs unchecked conversion to conform to Class<?> from the type AbstractTableModel
> [javac] ----------
> [javac] 573. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 208)
> [javac] files.set(row, audioFile);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method set(int, Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 574. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 217)
> [javac] public Vector getFiles() {
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 575. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 299)
> [javac] public void update(Collection newFiles, Collection modifiedFi
> [javac] les, Collection removedFiles) {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 576. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 299)
> [javac] public void update(Collection newFiles, Collection modifiedFi
> [javac] les, Collection removedFiles) {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 577. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 299)
> [javac] public void update(Collection newFiles, Collection modifiedFi
> [javac] les, Collection removedFiles) {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 578. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 300)
> [javac] Vector oldFiles = new Vector(files);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 579. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 300)
> [javac] Vector oldFiles = new Vector(files);
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generi
> [javac] c type Vector<T> should be parameterized
> [javac] ----------
> [javac] 580. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 300)
> [javac] Vector oldFiles = new Vector(files);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 581. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 301)
> [javac] Vector oldNames = new Vector(fileNames);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 582. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 301)
> [javac] Vector oldNames = new Vector(fileNames);
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generi
> [javac] c type Vector<T> should be parameterized
> [javac] ----------
> [javac] 583. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/T
> [javac] agEditorTableModel.java (at line 301)
> [javac] Vector oldNames = new Vector(fileNames);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 584. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/models/TagEditorTableModel.java (at line 308)
> [javac] files.add(index, oldFiles.get(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(int, Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 585. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/FreedbOptionPanel.java (at line 41)
> [javac] public class FreedbOptionPanel extends JPanel implements O
> [javac] ptionPanelInterface {
> [javac] ^^^^^^^^^^^^^^^^^
> [javac] The serializable class FreedbOptionPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 586. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/FreedbOptionPanel.java (at line 78)
> [javac] Vector conns = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 587. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpa
> [javac] nels/FreedbOptionPanel.java (at line 78)
> [javac] Vector conns = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 588. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/FreedbOptionPanel.java (at line 79)
> [javac] conns.add(new inetConnection(1, LangageManager.getProperty
> [javac] ("freedboptionpanel.INETCONN1_DIRECT")));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vecto
> [javac] r<T> should be parameterized
> [javac] ----------
> [javac] 589. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/FreedbOptionPanel.java (at line 80)
> [javac] conns.add(new inetConnection(2, LangageManager.getProperty
> [javac] ("freedboptionpanel.INETCONN2_PROXY")));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vecto
> [javac] r<T> should be parameterized
> [javac] ----------
> [javac] 590. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/FreedbOptionPanel.java (at line 81)
> [javac] conns.add(new inetConnection(3, LangageManager.getProperty
> [javac] ("freedboptionpanel.INETCONN3_PROXY_WITH_AUTHENTICATION")));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 591. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/GeneralOptionPanel.java (at line 73)
> [javac] private Vector availableLAFs;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 592. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpa
> [javac] nels/GeneralOptionPanel.java (at line 102)
> [javac] availableLAFs = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 593. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/GeneralOptionPanel.java (at line 103)
> [javac] availableLAFs.add(new LookAndFeelAdapter("Java/Metal Loo
> [javac] k And Feel (builtin)","javax.swing.plaf.metal.MetalLookAndFeel"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 594. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpa
> [javac] nels/GeneralOptionPanel.java (at line 104)
> [javac] availableLAFs.add(new LookAndFeelAdapter("Motif/CDE Look And Feel (builtin)","com.sun.java.swing.plaf.motif.MotifLookAndFeel"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 595. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/GeneralOptionPanel.java (at line 105)
> [javac] availableLAFs.add(new LookAndFeelAdapter("Windows Look A
> [javac] nd Feel (builtin & needs windows)","com.sun.java.swing.plaf.windows.WindowsLookAndFeel"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 596. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpa
> [javac] nels/GeneralOptionPanel.java (at line 106)
> [javac] availableLAFs.add(new LookAndFeelAdapter("GTK Look And Feel (builtin & needs gtk)","com.sun.java.swing.plaf.gtk.GTKLookAndFeel"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 597. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/GeneralOptionPanel.java (at line 107)
> [javac] availableLAFs.add(new LookAndFeelAdapter("Squareness Loo
> [javac] k And Feel","net.beeger.squareness.SquarenessLookAndFeel"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 598. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpa
> [javac] nels/GeneralOptionPanel.java (at line 411)
> [javac] private int determineAvailability(Collection availableLAFs) {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] 599. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/GeneralOptionPanel.java (at line 414)
> [javac] Iterator it = availableLAFs.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 600. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpa
> [javac] nels/GeneralOptionPanel.java (at line 463)
> [javac] private final class LaFRenderer extends DefaultListCellRenderer {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class LaFRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 601. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/optionpanels/OptionDialog.java (at line 39)
> [javac] public class OptionDialog extends JDialog {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class OptionDialog does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 602. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/renderer
> [javac] s/TagEditorTableCellRenderer.java (at line 26)
> [javac] import java.awt.Font;
> [javac] ^^^^^^^^^^^^^
> [javac] The import java.awt.Font is never used
> [javac] ----------
> [javac] 603. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/renderer
> [javac] s/TagEditorTableCellRenderer.java (at line 45)
> [javac] public class TagEditorTableCellRenderer extends DefaultTableCellRenderer {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class TagEditorTableCellRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 604. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/PreferencesManager.java (at line 103)
> [javac] ArrayList parsedValues = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 605. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/PreferencesManager.java (at line 103)
> [javac] ArrayList parsedValues = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 606. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/PreferencesManager.java (at line 107)
> [javac] parsedValues.add(Integer.valueOf(splitted[i]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 607. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/SplashWindow.java (at line 39)
> [javac] public class SplashWindow extends JWindow implements InitializationMonitor{
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class SplashWindow does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 608. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 27)
> [javac] private static Hashtable ht = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 609. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 27)
> [javac] private static Hashtable ht = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 610. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 36)
> [javac] Enumeration e = ht.keys();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 611. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 45)
> [javac] Vector lines = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 612. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 45)
> [javac] Vector lines = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 613. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 50)
> [javac] lines.add(line);
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 614. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 59)
> [javac] ht.put(file,lines);
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 615. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 62)
> [javac] public static Vector getList(String id) {
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 616. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 63)
> [javac] return (Vector) ht.get(id);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 617. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 67)
> [javac] Vector entry =(Vector) ht.get(id);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 618. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 67)
> [javac] Vector entry =(Vector) ht.get(id);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 619. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 74)
> [javac] entry.add(0, s);
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(int, Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 620. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 77)
> [javac] entry.add(s);
> [javac] ^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 621. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 86)
> [javac] Vector entry =(Vector) ht.get(id);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 622. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 86)
> [javac] Vector entry =(Vector) ht.get(id);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 623. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resources/UserComboBoxStringsManager.java (at line 92)
> [javac] Vector lines = (Vector) ht.get(file);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 624. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/resource
> [javac] s/UserComboBoxStringsManager.java (at line 92)
> [javac] Vector lines = (Vector) ht.get(file);
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 625. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TagFromFilename.java (at line 137)
> [javac] Hashtable filenameHash = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 626. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Ta
> [javac] gFromFilename.java (at line 137)
> [javac] Hashtable filenameHash = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 627. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TagFromFilename.java (at line 138)
> [javac] Hashtable directoryHash = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 628. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Ta
> [javac] gFromFilename.java (at line 138)
> [javac] Hashtable directoryHash = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 629. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TagFromFilename.java (at line 161)
> [javac] filenameHash.put(new Integer(filei), new Integer(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 630. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TagFromFilename.java (at line 163)
> [javac] directoryHash.put(new Integer(diri), new Integer(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 631. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumerator.java (at line 57)
> [javac] private final class FileSorter implements Comparator {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 632. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Tr
> [javac] ackEnumerator.java (at line 319)
> [javac] Iterator iterator = getSettings().getSelection().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 633. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumerator.java (at line 374)
> [javac] Arrays.sort(content, this.sorter);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
> [javac] ----------
> [javac] 634. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Tr
> [javac] ackEnumerator.java (at line 374)
> [javac] Arrays.sort(content, this.sorter);
> [javac] ^^^^^^^^^^^
> [javac] Type safety: The expression of type TrackEnumerator.FileSorter needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 635. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumerator.java (at line 386)
> [javac] ArrayList directories = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 636. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Tr
> [javac] ackEnumerator.java (at line 386)
> [javac] ArrayList directories = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 637. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumerator.java (at line 392)
> [javac] directories.add(content[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 638. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Tr
> [javac] ackEnumerator.java (at line 405)
> [javac] Iterator it = directories.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 639. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumeratorSettings.java (at line 157)
> [javac] private ArrayList selection = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 640. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/Tr
> [javac] ackEnumeratorSettings.java (at line 157)
> [javac] private ArrayList selection = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 641. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumeratorSettings.java (at line 174)
> [javac] this.selection.addAll(Arrays.asList(files));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 642. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/TrackEnumeratorSettings.java (at line 203)
> [javac] public Collection getSelection() {
> [javac] ^^^^^^^^^^
> [javac] Collection is a raw type. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 643. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/gu
> [javac] i/MultiIcon.java (at line 107)
> [javac] private final ArrayList icons = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 644. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/gui/MultiIcon.java (at line 107)
> [javac] private final ArrayList icons = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 645. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/gu
> [javac] i/MultiIcon.java (at line 134)
> [javac] icons.add(new IconInfo(toAdd, location));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 646. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/gu
> [javac] i/TrackEnumSettingsPanel.java (at line 44)
> [javac] public class TrackEnumSettingsPanel extends JPanel {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class TrackEnumSettingsPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 647. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/AbstractFile.java (at line 39)
> [javac] public abstract class AbstractFile implements Comparable
> [javac] {
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] 648. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/AbstractFile.java (at line 206)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 649. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/AbstractFile.java (at line 206)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 650. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/AbstractFile.java (at line 209)
> [javac] result.add(0, current);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 651. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/AbstractFile.java (at line 212)
> [javac] return (AbstractFile[]) result.toArray(new AbstractFile
> [javac] [result.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 652. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryDescriptor.java (at line 39)
> [javac] private ArrayList children;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 653. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryDescriptor.java (at line 92)
> [javac] this.children = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 654. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryDescriptor.java (at line 105)
> [javac] this.children.add(file);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 655. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryDescriptor.java (at line 144)
> [javac] Collections.sort(this.children);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections
> [javac] ----------
> [javac] 656. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryDescriptor.java (at line 144)
> [javac] Collections.sort(this.children);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] 657. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryDescriptor.java (at line 145)
> [javac] result = (AbstractFile[]) children
> [javac] .toArray(new AbstractFile[children.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 658. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryDescriptor.java (at line 149)
> [javac] result = (AbstractFile[]) this.children
> [javac] .t
> [javac] oArray(new AbstractFile[children.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic t
> [javac] ype ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 659. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryDescriptor.java (at line 164)
> [javac] Arrays.sort(targetSortedChildren, TargetFileComparator.DEFAULT);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
> [javac] ----------
> [javac] 660. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryDescriptor.java (at line 164)
> [javac] Arrays.sort(targetSortedChildren, TargetFileComparator.DEFAULT);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type TargetFileComparator needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] ----------
> [javac] 661. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 50)
> [javac] private final class DeepLevelSorter implements Comparator {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] 662. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 71)
> [javac] private HashSet directories2prune;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 663. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 85)
> [javac] private HashSet excludedFromPrune;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 664. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 91)
> [javac] excludedFromPrune = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 665. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 92)
> [javac] directories2prune = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 666. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 105)
> [javac] directories2prune.add(directory);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type Hash
> [javac] Set<T> should be parameterized
> [javac] ----------
> [javac] 667. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 123)
> [javac] excludedFromPrune.add(directory);
> [javac] ^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 668. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 145)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 669. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 145)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 670. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 146)
> [javac] ArrayList directoryList = new ArrayList(directories2prune);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 671. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 146)
> [javac] ArrayList directoryList = new ArrayList(directories2prune);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 672. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 146)
> [javac] ArrayList directoryList = new ArrayList(dire
> [javac] ctories2prune);
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 673. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 147)
> [javac] Collections.sort(directoryList, new DeepLeve
> [javac] lSorter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections
> [javac] ----------
> [javac] 674. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 147)
> [javac] Collections.sort(directoryList, new DeepLevelSorter());
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] 675. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 147)
> [javac] Collections.sort(directoryList, new DeepLevelSorter());
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type DirectoryPruneStructure.DeepLevelSorter needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 676. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 148)
> [javac] Iterator it = directoryList.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 677. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/DirectoryPruneStructure.java (at line 161)
> [javac] result.add(currentDirectoryPath);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 678. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/DirectoryPruneStructure.java (at line 167)
> [javac] return (String[]) result.toArray(new String[
> [javac] result.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 679. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/FileDescriptor.java (at line 41)
> [javac] private final static HashMap EXTENSION_SET = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 680. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/FileDescriptor.java (at line 41)
> [javac] private final static HashMap EXTENSION_SET = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 681. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/FileDescriptor.java (at line 128)
> [javac] EXTENSION_SET.put(extension, extension);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
> [javac] ype HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 682. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 42)
> [javac] private final ArrayList fileSystemRoots;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 683. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/ProcessingResult.java (at line 48)
> [javac] fileSystemRoots = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 684. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 78)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 685. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/ProcessingResult.java (at line 78)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 686. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 84)
> [javac] ArrayList pathNames = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 687. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/ProcessingResult.java (at line 84)
> [javac] ArrayList pathNames = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 688. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 86)
> [javac] pathNames.add(0, file.getName());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic ty
> [javac] pe ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 689. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 93)
> [javac] Iterator it = fileSystemRoots.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 690. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/ProcessingResult.java (at line 98)
> [javac] result.add(curr);
> [javac] ^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 691. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 111)
> [javac] result.add(currentDescriptor);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 692. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/ProcessingResult.java (at line 118)
> [javac] return (DirectoryDescriptor[]) result
> [javac] .toArray
> [javac] (new DirectoryDescriptor[result.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic t
> [javac] ype ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 693. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/ProcessingResult.java (at line 131)
> [javac] return (DirectoryDescriptor[]) fileSystemRoots
> [javac] .toArray(new DirectoryDescriptor[fileSystemRoots.size()]);
> [javac] ^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 694. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/ProcessingResult.java (at line 144)
> [javac] this.fileSystemRoots.addAll(Arrays.asList(directori
> [javac] es));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 695. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/RenameConfiguration.java (at line 66)
> [javac] private final ArrayList listener;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 696. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/RenameConfiguration.java (at line 113)
> [javac] this.listener = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 697. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/RenameConfiguration.java (at line 129)
> [javac] this.listener.add(changeListener);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 698. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/RenameConfiguration.java (at line 139)
> [javac] Iterator it = this.listener.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 699. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/TargetFileComparator.java (at line 40)
> [javac] public class TargetFileComparator implements Com
> [javac] parator {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 700. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Prop.java (at line 46)
> [javac] private static WeakHashMap fileCache = new WeakHashMap();
> [javac] ^^^^^^^^^^^
> [javac] WeakHashMap is a raw type. References to generic type WeakHashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 701. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Prop.java (at line 46)
> [javac] private static WeakHashMap fileCache = new WeakHashMap();
> [javac] ^^^^^^^^^^^
> [javac] WeakHashMap is a raw type. References to generic type WeakHashMap<K,V> should be parameterized
> [javac]
> [javac] ----------
> [javac] 702. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Prop.java (at line 61)
> [javac] fileCache.put(absolutePath, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type WeakHashMap. References to generic type WeakHashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 703. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Prop.java (at line 72)
> [javac] public abstract List getCategories();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 704. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Statistic.java (at line 177)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 705. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 177)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 706. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Statistic.java (at line 181)
> [javac] result.add(propertyResolvers[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac]
> [javac] ----------
> [javac] 707. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 184)
> [javac] return (Prop[]) result.toArray(new Prop[result.size()
> [javac] ]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 708. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 226)
> [javac] final HashSet processed = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 709. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Statistic.java (at line 226)
> [javac] final HashSet processed = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 710. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 227)
> [javac] Iterator iterator = values.keySet().iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 711. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Statistic.java (at line 230)
> [javac] processed.add(currentProp);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 712. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 244)
> [javac] Hashtable determinedProps = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 713. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Statistic.java (at line 244)
> [javac] Hashtable determinedProps = new Hashtable();
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 714. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 246)
> [javac] determinedProps.put(propertyResolvers[i].getName(),
> [javac] propertyResolvers[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 715. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/Statistic.java (at line 252)
> [javac] determinedProps.put(stats.propertyResolvers[i].getName(),
> [javac] stats.propertyResolvers[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 716. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/Statistic.java (at line 256)
> [javac] return new Statistic(mergedProps, (Prop[]) determined
> [javac] Props.values()
> [javac] .toArray(new Prop[determinedProps.size()]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 717. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/CanNotWriteProperty.java
> [javac] (at line 44)
> [javac] private final static List CATEGORY_LIST = Arrays.asList(new Category[] {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 718. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/CanNotWriteProperty.java (at line 63)
> [javac] public List getCategories() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 719. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/properties/ContainsWarningsProperty.java (at line 54)
> [javac] private final static List CATEGORY_LIST = Arrays
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 720. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/ContainsWarningsProperty.java (at line 73)
> [javac] public List getCategories() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 721. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/properties/DestinationExistsProperty.java (at line 58)
> [javac] private final static List CATEGORY_LIST_DIRECTORY = new ArrayList(Arrays
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 722. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java
> [javac] (at line 58)
> [javac] private final static List CATEGORY_LIST_DIRECTORY = new ArrayList(Arrays
> [javac] .asList(new Category[] { Category.PROCESSING_INFO_CATEGORY }));
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 723. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java
> [javac] (at line 58)
> [javac] private final static List CATEGORY_LIST_DIRECTORY = new ArrayList(Arrays
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 724. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java
> [javac] (at line 65)
> [javac] private final static List CATEGORY_LIST_FILE = new ArrayList(Arrays
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 725. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java
> [javac] (at line 65)
> [javac] private final static List CATEGORY_LIST_FILE = new ArrayList(Arrays
> [javac] .asList(new Category[] { Category.PROCESSING_INFO_CATEGORY,
> [javac] Category.INFORMATIVE_CATEGORY, Category.ERROR_C
> [javac] ATEGORY }));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 726. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java
> [javac] (at line 65)
> [javac] private final static List CATEGORY_LIST_FILE = new ArrayList(Arrays
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 727. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java (at line 91)
> [javac] private final List categoryList;
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 728. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DestinationExistsProperty.java
> [javac] (at line 116)
> [javac] public List getCategories() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 729. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DuplicateErrorProperty.java
> [javac] (at line 45)
> [javac] private final static List CATEGORY_LIST = Arrays.asList(new Category[] {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 730. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DuplicateErrorProperty.java (at line 64)
> [javac] public List getCategories() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 731. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DuplicateErrorProperty.java
> [javac] (at line 155)
> [javac] int result = Arrays.binarySearch(children, file,
> [javac] TargetFileComparator.DEFAULT);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation binarySearch(Object[], Object, Comparator) of the generic method binarySearch(T[], T, Comparator<? super T>) of type Arrays
> [javac] ----------
> [javac] 732. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/DuplicateErrorProperty.java (at line 156)
> [javac] TargetFileComparator.DEFAULT);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type TargetFileComparator needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] ----------
> [javac] 733. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/properties/NoChangeProperty.java (at line 46)
> [javac] private final static List CATEGORY_LIST = Arrays.asList(new Category[] {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 734. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/NoChangeProperty.java (at line 65)
> [javac] public List getCategories() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 735. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/data/stat/properties/TagsMissingProperty.java (at line 45)
> [javac] private final static List CATEGORY_LIST = Arrays.asList(new Category[] {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 736. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/data/stat/properties/TagsMissingProperty.java (at line 64)
> [javac] public List getCategories() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 737. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/InspectionControl.java (at line 36)
> [javac] import javax.swing.JFrame;
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.JFrame is never used
> [javac] ----------
> [javac] 738. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/InspectionControl.java (at line 62)
> [javac] private final class AbortAction extends AbstractAction {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class AbortAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 739. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/InspectionControl.java (at line 87)
> [javac] private final class ConfirmAction extends AbstractAction {
> [javac] ^^^^^^^^^^^^^
> [javac] The serializable class ConfirmAction does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 740. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/InspectionControl.java (at line 267)
> [javac] Enumeration enumeration = tree.getExpandedDescendants(new TreePath(tree
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 741. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/InspectionControl.java (at line 269)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 742. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/InspectionControl.java (at line 269)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 743. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/InspectionControl.java (at line 271)
> [javac] result.add(enumeration.nextElement());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 744. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/InspectionControl.java (at line 273)
> [javac] return (TreePath[]) result.toArray(new TreePath[res
> [javac] ult.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 745. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/InspectionOptionPanel.java (at line 45)
> [javac] final class InspectionOptionPanel extends JPanel
> [javac] implements ActionListener {
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class InspectionOptionPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 746. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/InspectionPanel.java (at line 50)
> [javac] class InspectionPanel extends JPanel {
> [javac] ^^^^^^^^^^^^^^^
> [javac] The serializable class InspectionPanel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 747. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/RenameTreeCellRenderer.java (at line 35)
> [javac] import entagged.tageditor.tools.renaming.data.DirectoryDescriptor;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import entagged.tageditor.tools.renaming.data.DirectoryDescriptor is never used
> [javac] ----------
> [javac] 748. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/RenameTreeCellRenderer.java (at line 45)
> [javac] public class RenameTreeCellRenderer extends DefaultTreeCellRenderer {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class RenameTreeCellRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 749. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/RenameTreeCellRenderer.java (at line 50)
> [javac] private HashMap iconMap = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 750. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/gui/RenameTreeCellRenderer.java (at line 50)
> [javac] private HashMap iconMap = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 751. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/RenameTreeCellRenderer.java (at line 105)
> [javac] iconMap.put(iconName, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
> [javac] ype HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 752. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/SourceTreeCellRenderer.java (at line 39)
> [javac] public final class SourceTreeCellRenderer extends RenameTreeCellRenderer {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class SourceTreeCellRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 753. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/gui/TargetTreeCellRenderer.java (at line 37)
> [javac] public final class TargetTreeCellRenderer extends RenameTreeCellRenderer {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class TargetTreeCellRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 754. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 60)
> [javac] private final ArrayList listener = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 755. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 60)
> [javac] private final ArrayList listener = new ArrayList();
> [javac]
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 756. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 66)
> [javac] private final ArrayList topDirectories;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 757. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 80)
> [javac] private final HashSet rejectedPaths;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 758. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 85)
> [javac] private final HashSet acceptedPaths;
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 759. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 106)
> [javac] topDirectories = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 760. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 107)
> [javac] this.rejectedPaths = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 761. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 108)
> [javac] this.acceptedPaths = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 762. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 111)
> [javac] topDirectories.add(treeRoots[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 763. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 128)
> [javac] this.listener.add(l);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 764. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 168)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 765. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 168)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 766. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 180)
> [javac] result.add(dir);
> [javac] ^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 767. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 186)
> [javac] result.add(children[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 768. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 187)
> [javac] acceptedPaths.add(path);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 769. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 190)
> [javac] rejectedPaths.add(path);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 770. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 198)
> [javac] result.add(children[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 771. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 203)
> [javac] Collections.sort(result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections
> [javac] ----------
> [javac] 772. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 203)
> [javac] Collections.sort(result);
> [javac] ^^^^^^
> [javac] Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] 773. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/model/DefaultTreeModel.java (at line 204)
> [javac] AbstractFile[] files = (AbstractFile[]) result
> [javac] .toArray(new AbstractFile[result.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 774. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 218)
> [javac] children = (AbstractFile[]) this.topDirectories
> [javac]
> [javac] .toArray(new AbstractFile[topDirectories.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 775. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/model/DefaultTreeModel.java (at line 258)
> [javac] final Iterator it = this.listener.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 776. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 186)
> [javac] private ArrayList sections = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 777. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 186)
> [javac] private ArrayList sections = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 778. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 235)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 779. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 235)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 780. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 237)
> [javac] ArrayList missingTags = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 781. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 237)
> [javac] ArrayList missingTags = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 782. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 239)
> [javac] Iterator sectionIt = sections.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 783. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 248)
> [javac] result.add(splitted[i]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 784. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 288)
> [javac] missingTags.add(PLACEHOLDER[index]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 785. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 299)
> [javac] result.add(buffer.toString());
> [javac] ^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 786. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 303)
> [javac] throw new MissingValueException(audioFile, (Stri
> [javac] ng[]) missingTags
> [javac] .toArray(new String[missingTags.size()]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 787. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 306)
> [javac] return (String[]) result.toArray(new String[resu
> [javac] lt.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 788. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 331)
> [javac] sections.add(new Section());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 789. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 339)
> [javac] sections.add(new Section(pattern
> [javac] .substring(0, matcher.end() - 1)));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 790. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 343)
> [javac] sections.add(new Section());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 791. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 362)
> [javac] ArrayList sectionElements = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 792. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 362)
> [javac] ArrayList sectionElements = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 793. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 375)
> [javac] sectionElements.add(current.substring(0,
> [javac]
> [javac] smallestIndex));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 794. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 379)
> [javac] sectionElements.add(new Integer(index));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 795. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 386)
> [javac] sectionElements.add(current);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 796. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 390)
> [javac] sections.add(new Section(sectionElements.toArray
> [javac] ()));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 797. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 422)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 798. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 422)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 799. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 426)
> [javac] result.add(path.substring(0, index));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 800. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/DirectoryPattern.java (at line 431)
> [javac] result.add(path.toString());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 801. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/DirectoryPattern.java (at line 433)
> [javac] return (String[]) result.toArray(new String[resu
> [javac] lt.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 802. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/FilePattern.java (at line 89)
> [javac] ArrayList missingTags = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 803. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/FilePattern.java (at line 89)
> [javac] ArrayList missingTags = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 804. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/FilePattern.java (at line 124)
> [javac] missingTags.add(DirectoryPattern.PLACEHOLDER[index]);
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 805. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/FilePattern.java (at line 135)
> [javac] throw new MissingValueException(audioFile, (String[])
> [javac] missingTags
> [javac] .toArray(new String[missingTags.size()]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 806. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/FilePattern.java (at line 151)
> [javac] ArrayList sectionElements = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 807. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/FilePattern.java (at line 151)
> [javac] ArrayList sectionElements = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 808. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/FilePattern.java (at line 165)
> [javac] sectionElements.add(filePattern.substring(0,
> [javac]
> [javac] smallestIndex));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 809. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/FilePattern.java (at line 169)
> [javac] sectionElements.add(new Integer(index));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 810. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/pattern/FilePattern.java (at line 174)
> [javac] sectionElements.add(filePattern);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac]
> [javac] ----------
> [javac] ----------
> [javac] 811. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/pattern/MissingValueException.java (at line 34)
> [javac] public class MissingValueException extends E
> [javac] xception {
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class MissingValueException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 812. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/processing/FileProcessor.java (at line 145)
> [javac] private HashMap filesysroots;
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 813. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/processing/FileProcessor.java (at line 151)
> [javac] private HashMap path2file;
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 814. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/processing/FileProcessor.java (at line 177)
> [javac] this.path2file = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 815. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/processing/FileProcessor.java (at line 181)
> [javac] this.filesysroots = new HashMap();
> [javac] ^^^^^^^
> [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 816. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/processing/FileProcessor.java (at line 326)
> [javac] filesysroots.put(rootName, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 817. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/processing/FileProcessor.java (at line 331)
> [javac] path2file.put(absolutePath, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 818. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/processing/FileProcessor.java (at line 340)
> [javac] path2file.put(absolutePath, result);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> [javac] ----------
> [javac] 819. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/processing/FileProcessor.java (at line 352)
> [javac] .setFileSystemRoots((DirectoryDescriptor[]) file
> [javac] sysroots
> [javac] .values().toArray(
> [javac] new DirectoryDescriptor[filesysroots.size()]));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 820. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/util/FileSystemUtil.java (at line 90)
> [javac] HashSet fileNames = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 821. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/re
> [javac] naming/util/FileSystemUtil.java (at line 90)
> [javac] HashSet fileNames = new HashSet();
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 822. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/renaming/util/FileSystemUtil.java (at line 92)
> [javac] fileNames.add(files[j].getName());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 823. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/IncompatibleOperationException.java (at line 34)
> [javac] public class IncompatibleOperationEx
> [javac] ception extends Exception {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class IncompatibleOperationException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 824. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformOperation.java (at line 33)
> [javac] public abstract class TransformOperation impleme
> [javac] nts Comparable {
> [javac] ^^^^^^^^^^
> [javac] Comparable is a raw type. References to generic type Comparable<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 825. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformSet.java (at line 77)
> [javac] ArrayList tmp = new ArrayList(Arrays.asList(transformations));
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 826. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformSet.java (at line 77)
> [javac] ArrayList tmp = new ArrayList(Arrays.asList(transformations));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 827. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformSet.java (at line 77)
> [javac] ArrayList tmp = new ArrayList(Arrays.asList(transformations));
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 828. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformSet.java (at line 78)
> [javac] this.operations = (TransformOperation[]) tmp
> [javac] .toArray(new TransformOperation[tmp.size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 829. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 53)
> [javac] public final class TransformationList extends JList {
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The serializable class TransformationList does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 830. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 62)
> [javac] private final class ToggleSelectionModel extends DefaultListSelectionModel {
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class ToggleSelectionModel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 831. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 119)
> [javac] protected Vector transformationList;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 832. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 128)
> [javac] this.transformationList = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 833. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 129)
> [javac] transformationList.add(new CapitalizeOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vecto
> [javac] r<T> should be parameterized
> [javac] ----------
> [javac] 834. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 130)
> [javac] transformationList.add(new CapitalizeFirstOp())
> [javac] ;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 835. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 131)
> [javac] transformationList.add(new EmptyOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 836. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 132)
> [javac] transformationList.add(new LowerCaseOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vecto
> [javac] r<T> should be parameterized
> [javac] ----------
> [javac] 837. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 133)
> [javac] transformationList.add(new RomanLettersOp());
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 838. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 134)
> [javac] transformationList.add(new SlashToDashOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 839. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 135)
> [javac] transformationList.add(new SpacesToUnderscoreOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 840. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 136)
> [javac] transformationList.add(new StripNonUsASCIIOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 841. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 137)
> [javac] transformationList.add(new TrimOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vecto
> [javac] r<T> should be parameterized
> [javac] ----------
> [javac] 842. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 138)
> [javac] transformationList.add(new UnderscoreToSpaceOp(
> [javac] ));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 843. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 139)
> [javac] transformationList.add(new UpperCaseOp());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 844. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/st
> [javac] ringtransform/TransformationList.java (at line 140)
> [javac] Collections.sort(transformationList);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections
> [javac] ----------
> [javac] 845. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/tools/stringtransform/TransformationList.java (at line 140)
> [javac] Collections.sort(transformationList);
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type Vector needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] ----------
> [javac] 846. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 38)
> [javac] private Hashtable ht;
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 847. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 40)
> [javac] private ArrayList orderedSelection = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 848. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 40)
> [javac] private ArrayList orderedSelection = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 849. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 43)
> [javac] ht = new Hashtable(10);
> [javac] ^^^^^^^^^
> [javac] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 850. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 44)
> [javac] ht.put("files", new LinkedList());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic
> [javac] type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 851. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 44)
> [javac] ht.put("files", new LinkedList());
> [javac] ^^^^^^^^^^
> [javac] LinkedList is a raw type. References to generic type LinkedList<T> should be parameterized
> [javac] ----------
> [javac] 852. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 73)
> [javac] ((List) ht.get("files")).add(f);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 853. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 73)
> [javac] ((List) ht.get("files")).add(f);
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 854. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 75)
> [javac] orderedSelection.add(f);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 855. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 79)
> [javac] List l = (List) ht.get("files");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 856. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 79)
> [javac] List l = (List) ht.get("files");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 857. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 82)
> [javac] this.ht.put("files", l);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] 858. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 97)
> [javac] public List getAudioFiles() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 859. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 98)
> [javac] return (List) ht.get("files");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 860. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 116)
> [javac] return (File[]) orderedSelection.toArray(new File[ordere
> [javac] dSelection
> [javac] .size()]);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic t
> [javac] ype ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 861. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 154)
> [javac] Iterator it = orderedSelection.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 862. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 155)
> [javac] List list = (List) ht.get("files");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 863. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 155)
> [javac] List list = (List) ht.get("files");
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 864. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 162)
> [javac] ArrayList increment = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 865. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 162)
> [javac] ArrayList increment = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 866. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Mul
> [javac] tipleFieldsMergingTable.java (at line 166)
> [javac] increment.add(current);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 867. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 169)
> [javac] orderedSelection.addAll(increment);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 868. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/MultipleFieldsMergingTable.java (at line 173)
> [javac] ht.put(key, content);
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 869. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/SelectionRecord.java (at line 76)
> [javac] private Vector selectedFiles = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 870. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Sel
> [javac] ectionRecord.java (at line 76)
> [javac] private Vector selectedFiles = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 871. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/SelectionRecord.java (at line 115)
> [javac] selectedFiles.add(tableModel.getFileAt(sorter
> [javac] .modelIndex(se
> [javac] lectedRows[i])));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 872. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/SelectionRecord.java (at line 167)
> [javac] HashSet fileSet = new HashSet(selectedFiles);
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 873. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Sel
> [javac] ectionRecord.java (at line 167)
> [javac] HashSet fileSet = new HashSet(selectedFiles);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to gene
> [javac] ric type HashSet<T> should be parameterized
> [javac] ----------
> [javac] 874. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Sel
> [javac] ectionRecord.java (at line 167)
> [javac] HashSet fileSet = new HashSet(selectedFiles);
> [javac] ^^^^^^^
> [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 875. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Utils.java (at line 34)
> [javac] public static Vector getColumnsInModelOrder(JTable table) {
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 876. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Uti
> [javac] ls.java (at line 35)
> [javac] Vector result = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 877. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Utils.java (at line 35)
> [javac] Vector result = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 878. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Uti
> [javac] ls.java (at line 36)
> [javac] Enumeration myEnum = table.getColumnModel().getColumns();
> [javac] ^^^^^^^^^^^
> [javac] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
> [javac] ----------
> [javac] 879. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Utils.java (at line 38)
> [javac] result.add(myEnum.nextElement());
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 880. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Uti
> [javac] ls.java (at line 41)
> [javac] Collections.sort(result, new Comparator() {
> [javac] public int compare(Object a, Object b) {
> [javac] TableColumn c1 = (TableColumn) a;
> [javac] TableColumn
> [javac] c2 = (TableColumn) b;
> [javac] if (c1.getModelIndex() < c2.getModelIndex())
> [javac] return -1;
> [javac] else if (c1.getModelIndex() == c2.getModelIndex())
> [javac]
> [javac] return 0;
> [javac] else
> [javac] return 1;
> [javac] }
> [javac] });
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections
> [javac] ----------
> [javac] 881. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Uti
> [javac] ls.java (at line 41)
> [javac] Collections.sort(result, new Comparator() {
> [javac] ^^^^^^
> [javac] Type safety: The expression of type Vector needs unchecked conversion to conform to List<T>
> [javac] ----------
> [javac] 882. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Utils.java (at line 41)
> [javac] Collections.sort(result, new Comparator() {
> [javac] public int compare(Ob
> [javac] ject a, Object b) {
> [javac] TableColumn c1 = (TableColumn) a;
> [javac] TableColumn c2 = (TableColumn) b;
> [javac] if (c1.getModelIndex() < c2.getModelIndex())
> [javac]
> [javac] return -1;
> [javac] else if (c1.getModelIndex() == c2.getModelIndex())
> [javac] return 0;
> [javac] else
> [javac] return 1;
> [javac] }
> [javac] });
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The expression of type new Comparator(){} needs unchecked conversion to conform to Comparator<? super T>
> [javac] ----------
> [javac] 883. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/Utils.java (at line 41)
> [javac] Collections.sort(result, new Comparator() {
> [javac] ^^^^^^^^^^
> [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 884. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 65)
> [javac] private Vector listeners = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 885. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 65)
> [javac] private Vector listeners = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 886. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 73)
> [javac] listeners.add(l);
> [javac] ^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 887. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 82)
> [javac] Iterator it = listeners.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 888. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 96)
> [javac] List matches = getMatches();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 889. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 128)
> [javac] protected Vector descriptions = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 890. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 128)
> [javac] protected Vector descriptions = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 891. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 146)
> [javac] protected Vector values = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 892. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 146)
> [javac] protected Vector values = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 893. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 190)
> [javac] this.values.add(value);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 894. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 191)
> [javac] this.descriptions.add(description);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 895. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 300)
> [javac] protected List getMatches() {
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] 896. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 301)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 897. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 301)
> [javac] ArrayList result = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 898. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 305)
> [javac] result.add(new Integer(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 899. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpFieldExtender.java (at line 359)
> [javac] Iterator iterator = values.iterator();
> [javac] ^^^^^^^^
> [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
> [javac] ----------
> [javac] 900. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/QuickHelpFieldExtender.java (at line 464)
> [javac] List matches = getMatches();
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 901. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/QuickHelpSelectionWindow.java (at line 40)
> [javac] public class QuickHelpSelectionWindow extends Window {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class QuickHelpSelectionWindow does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 902. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swi
> [javac] ng/SimpleFocusPolicy.java (at line 30)
> [javac] import javax.swing.JComponent;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.JComponent is never used
> [javac] ----------
> [javac] 903. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged/tageditor/util/swing/SimpleFocusPolicy.java (at line 44)
> [javac] private List components;
> [javac] ^^^^
> [javac] List is a raw type. References to generic type List<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 904. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 5)
> [javac] import java.sql.ResultSet;
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The import java.sql.ResultSet is never used
> [javac] ----------
> [javac] 905. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 34)
> [javac] private Vector hierarchieDossier;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 906. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 37)
> [javac] hierarchieDossier = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 907. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 39)
> [javac] hierarchieDossier.add(dossier);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 908. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 49)
> [javac] public boolean isChild(Vector listeDossiers) {
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 909. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 102)
> [javac] private static ArrayList fichiers;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 910. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 109)
> [javac] public static void rechercherFichierSansSousDossiers(String element, ArrayList type)
> [javac] {
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 911. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 127)
> [javac] fichiers.add(af);
> [javac] ^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 912. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 142)
> [javac] public static void rechercheFichierRecursive(String element, ArrayList type) {
> [javac]
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 913. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 161)
> [javac] fichiers.add(af);
> [javac] ^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 914. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 177)
> [javac] public static ArrayList rechercheFichier(String racine) {
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 915. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 178)
> [javac] ArrayList type = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 916. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 178)
> [javac] ArrayList type = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 917. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 179)
> [javac] type.add(MP3);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 918. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 180)
> [javac] type.add(WMA);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 919. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 181)
> [javac] type.add(OGG);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 920. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 182)
> [javac] type.add(FLAC);
> [javac] ^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 921. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 183)
> [javac] type.add(MPC);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 922. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 184)
> [javac] type.add(APE);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 923. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 185)
> [javac] fichiers = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 924. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 195)
> [javac] public static ArrayList rechercheFichierPasSousDossier(String racine) {
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 925. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 196)
> [javac] ArrayList type = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 926. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 196)
> [javac] ArrayList type = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 927. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 197)
> [javac] type.add(MP3);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 928. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 198)
> [javac] type.add(WMA);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 929. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 199)
> [javac] type.add(OGG);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 930. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 200)
> [javac] type.add(FLAC);
> [javac] ^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 931. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java
> [javac] (at line 201)
> [javac] type.add(MPC);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 932. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 202)
> [javac] type.add(APE);
> [javac] ^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type Ar
> [javac] rayList<E> should be parameterized
> [javac] ----------
> [javac] 933. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 203)
> [javac] fichiers = new ArrayList();
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 934. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 216)
> [javac] ArrayList liste;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 935. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 229)
> [javac] ArrayList liste;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 936. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 270)
> [javac] ArrayList liste;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] 937. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ListeFichiers.java (at line 276)
> [javac] ArrayList ListeIndex;
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 938. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JButton_Playlist.
> [javac] java (at line 12)
> [javac] public class JButton_Playlist extends JButton {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The serializable class JButton_Playlist does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 939. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JDialog_PlayList.java (at line 155)
> [javac] Vector v;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 940. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JDialog_PlayList.java (at line 158)
> [javac] v = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 941. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JDialog_PlayList.java (at line 159)
> [javac] v.add(playlist.get(i));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 942. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossier.java (at line 189)
> [javac] Vector v;
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 943. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossier.java (at line 191)
> [javac] v = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 944. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossier.java (at line 192)
> [javac] v.add(st.nextToken());
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 945. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossi
> [javac] er.java (at line 272)
> [javac] Vector existantFolders = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 946. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossier.java (at line 272)
> [javac] Vector existantFolders = new Vector();
> [javac] ^^^^^^
> [javac] Vector is a raw type. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 947. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossi
> [javac] er.java (at line 276)
> [javac] existantFolders.add(folder);
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<T> should be parameterized
> [javac] ----------
> [javac] 948. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JPanel_AjoutDossier.java (at line 322)
> [javac] class MyTableModel extends DefaultTableModel implements TableModel {
> [javac] ^^^^^^^^^^^^
> [javac] The serializable class MyTableModel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 949. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JTextField_Recher
> [javac] che.java (at line 20)
> [javac] public class JTextField_Recherche extends JTextField {
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class JTextField_Recherche does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 950. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/ihm/JTextField_Recherche.java (at line 23)
> [javac] private DirectoryChooser dossierCourant;
> [javac] ^^^^^^^^^^^^^^
> [javac] The field JTextField_Recherche.dossierCourant is never read locally
> [javac] ----------
> [javac] ----------
> [javac] 951. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow
> [javac] .java (at line 5)
> [javac] import entagged.tageditor.listeners.NavigatorListener;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import entagged.tageditor.listeners.NavigatorListener is never used
> [javac] ----------
> [javac] 952. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 11)
> [javac] import java.awt.Color;
> [javac] ^^^^^^^^^^^^^^
> [javac] The import java.awt.Color is never used
> [javac] ----------
> [javac] 953. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 12)
> [javac] import java.awt.ComponentOrientation;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.awt.ComponentOrientation is never used
> [javac] ----------
> [javac] 954. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow
> [javac] .java (at line 17)
> [javac] import java.awt.color.ColorSpace;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.awt.color.ColorSpace is never used
> [javac] ----------
> [javac] 955. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 19)
> [javac] import javax.swing.Box;
> [javac] ^^^^^^^^^^^^^^^
> [javac] The import javax.swing.Box is never used
> [javac] ----------
> [javac] 956. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 20)
> [javac] import javax.swing.ImageIcon;
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.ImageIcon is never used
> [javac] ----------
> [javac] 957. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 22)
> [javac] import javax.swing.JComboBox;
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.JComboBox is never used
> [javac] ----------
> [javac] 958. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 23)
> [javac] import javax.swing.JFrame;
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.JFrame is never used
> [javac] ----------
> [javac] 959. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MainWindow.java (at line 30)
> [javac] import javax.swing.tree.DefaultTreeCellRenderer;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.tree.DefaultTreeCellRenderer is never used
> [javac] ----------
> [javac] ----------
> [javac] 960. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MyFile.jav
> [javac] a (at line 17)
> [javac] public class MyFile extends File {
> [javac] ^^^^^^
> [javac] The serializable class MyFile does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 961. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MyTreeModel.java (at line 11)
> [javac] import javax.swing.ImageIcon;
> [javac] ^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.ImageIcon is never used
> [javac] ----------
> [javac] 962. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MyTreeModel.java (at line 13)
> [javac] import javax.swing.tree.DefaultTreeCellRenderer;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.tree.DefaultTreeCellRenderer is never used
> [javac] ----------
> [javac] 963. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/MyTreeMode
> [javac] l.java (at line 22)
> [javac] public class MyTreeModel extends DefaultTreeModel {
> [javac] ^^^^^^^^^^^
> [javac] The serializable class MyTreeModel does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 964. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/PersonnalTreeCellRenderer.java (at line 7)
> [javac] import javax.swing.Icon;
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.Icon is never used
> [javac] ----------
> [javac] 965. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/PersonnalTreeCellRenderer.java (at line 17)
> [javac] public class PersonnalTreeCellRenderer extends DefaultTreeCellRenderer {
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class PersonnalTreeCellRenderer does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 966. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/TreeUtil.j
> [javac] ava (at line 16)
> [javac] import entagged.tageditor.ProgressDialog;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import entagged.tageditor.ProgressDialog is never used
> [javac] ----------
> [javac] 967. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/TreeUtil.java (at line 17)
> [javac] import entagged.tageditor.TagEditorFrame;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import entagged.tageditor.TagEditorFrame is never used
> [javac] ----------
> [javac] ----------
> [javac] 968. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/myTreeSele
> [javac] ctionListener.java (at line 9)
> [javac] import java.awt.Component;
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The import java.awt.Component is never used
> [javac] ----------
> [javac] 969. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/myTreeSele
> [javac] ctionListener.java (at line 23)
> [javac] import java.awt.Component;
> [javac] ^^^^^^^^^^^^^^^^^^
> [javac] The import java.awt.Component is never used
> [javac] ----------
> [javac] 970. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/myTreeSele
> [javac] ctionListener.java (at line 24)
> [javac] import java.io.File;
> [javac] ^^^^^^^^^^^^
> [javac] The import java.io.File is never used
> [javac] ----------
> [javac] 971. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/myTreeSele
> [javac] ctionListener.java (at line 26)
> [javac] import javax.swing.event.TreeSelectionEvent;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.event.TreeSelectionEvent is never used
> [javac] ----------
> [javac] 972. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/myTreeSelectionListener.java (at line 27)
> [javac] import javax.swing.event.TreeSelectionListener;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.event.TreeSelectionListener is never used
> [javac] ----------
> [javac] 973. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/jtreeindex/myTreeSele
> [javac] ctionListener.java (at line 28)
> [javac] import javax.swing.tree.DefaultMutableTreeNode;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import javax.swing.tree.DefaultMutableTreeNode is never used
> [javac] ----------
> [javac] ----------
> [javac] 974. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/sgbd/DataProvider.java (at line 33)
> [javac] public static void insererFichiers(ArrayList fichiers) {
> [javac] ^^^^^^^^^
> [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
> [javac] ----------
> [javac] ----------
> [javac] 975. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/sgbd/SqlProvider.java
> [javac] (at line 8)
> [javac] import java.util.LinkedList;
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.util.LinkedList is never used
> [javac] ----------
> [javac] 976. WARNING in /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/miage/sgbd/SqlProvider.java
> [javac] (at line 121)
> [javac] private static void createAllIndex() {
> [javac] ^^^^^^^^^^^^^^^^
> [javac] The method createAllIndex() from the type SqlProvider is never used locally
> [javac] ----------
> [javac] 976 problems (976 warnings)
> [echo]
> [echo] Entagged Tag editor is now fully compiled.
> [echo] You can use either:
> [echo]
> [echo] entagged.bat (windows)
> [echo] or
> [echo] entagged.sh (linux)
> [echo]
> [echo] to launch entagged from sources you just compiled !
> [echo] (Linux : Remember to set correct permissions (executable))
>
> build:
> [jar] Building jar: /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/entagged-tageditor-0.31.jar
>
> build-dir:
> [mkdir] Created dir: /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/build/entagged
> [copy] Copying 15 files to /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/build/entagged/docs
> [move] Moving 1 file to /build/user-entagged_0.35-1-amd64-eyYhfW/entagged-0.35-1/build/entagged
> E: Caught signal 'Terminated': terminating immediately
> /bin/sh: line 1: 10016 Terminated /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/hsqldb.jar:/usr/lib/jvm/java-gcj/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true build-dir
> make: *** [debian/stamp-ant-build] Error 143
The full build log is available from:
http://newpeople.debian.org/~lucas/logs/2008/09/03
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| lucas at lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr GPG: 1024D/023B3F4F |
More information about the pkg-java-maintainers
mailing list