aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/serialVersionUID/Util.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve 2 tests do delete temporary filesAlexander Kriegisch2021-04-091-8/+13
| | | | | | | | | There were some problems in file handling: One file in was not deleted in case an exception was thrown during the test. Another case was a JarFile which was not closed before deletion, which might work on Linux, but not on Windows where the open file is still locked after usage. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* make tests tidy up after themselvesV1_8_3Andy Clement2014-10-231-1/+1
|
* make tests tidy up after themselvesAndy Clement2014-10-211-0/+1
|
* Fix for Bugzilla Bug 41181 aclement2004-03-161-0/+74
Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)