Commit Graph

8 Commits

Author SHA1 Message Date
T. Joseph Carter
292afd24c9 Remove -Xlint:unchecked warnings
Fixed all instances of warnings OpenJDK finds with -Xlint:unchecked.
Merging this will at least result in a dependency on JDK 1.5 or later
that I'm pretty sure of.  But since the only JDKs that are really safe
to use these days are versions 1.8 and 9, that's probably okay.

No promises that this will make modern SWT work or anything, but it's
probably at least a beginnig toward that as well.
2017-11-09 13:03:03 -08:00
John B. Matthews
c4ef209792 Bug fix: DosFormatDisk.createFile() must iterate sectors (not tracks); in ac.putFile() call setFileData() _then_ setAddress(). 2008-05-18 06:15:02 +00:00
Robert Greene
591924ce53 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-11 15:07:56 +00:00
Robert Greene
b3176b8e08 Changed logic around the file address (binary) to make the API
not require a specific order.
2004-06-22 22:18:57 +00:00
Robert Greene
8d45503f9a Implemented setAddress. 2004-06-22 03:07:13 +00:00
Robert Greene
6151356de6 Author tag fix (removed colon) and fixed some 'yellow' warnings. 2004-06-18 05:15:33 +00:00
Robert Greene
163dd10769 Added detection of Merlin assembly files. 2004-06-10 02:52:28 +00:00
Robert Greene
45737b9a55 Repackaged code and organized imports. 2004-06-09 03:58:00 +00:00