72 Commits (f109d2f31d06357211e03e7343adb788bed3d50e)

Author SHA1 Message Date
  twogee f109d2f31d HTML5-compliant javadoc 6 years ago
  Gintas Grigelionis 790e27474f Revert "Check spelling" 7 years ago
  Gintas Grigelionis 54b6df2f44 Check spelling 7 years ago
  Gintas Grigelionis 070c3bc86f Deprecate CollectionUtils and Enumerations; 7 years ago
  Gintas Grigelionis 95495d57aa Remove extraneous casts and (un)boxing, tersify logic 7 years ago
  Gintas Grigelionis 1c80d507f4 Use foreach loops 7 years ago
  Gintas Grigelionis b4243b9300 Shorten fully qualified names and other small fixes 7 years ago
  Stefan Bodewig 8425ca927b Merge branch '1.9.x' 7 years ago
  Stefan Bodewig e50fdd719c java 11's javac whines if @Deprecated Annotation is missing 7 years ago
  Gintas Grigelionis 6656db28bb Let’s use doclint 8 years ago
  Gintas Grigelionis 67f29ce0c2 Let’s use doclint 8 years ago
  Stefan Bodewig 5f70336124 Merge branch '1.9.x' closes #46 8 years ago
  Stefan Bodewig 20fe0ffaf6 properly handle factory configuration exception 8 years ago
  Matt Benson b7d1e9bde4 java 5-8 8 years ago
  Stefan Bodewig af74d1f6b8 reduce GC pressure by replacing File(In|Out)putStream 8 years ago
  Stefan Bodewig 7aeadd7b0d Merge branch '1.9.x' 9 years ago
  Stefan Bodewig 121043fe59 false positives 9 years ago
  Stefan Bodewig 3c930b9323 more obsolete Java version checks 9 years ago
  Jan Matèrne bf6026a147 organize imports 11 years ago
  Matthew Jason Benson 3d706ab818 java 5 updates 13 years ago
  Jesse N. Glick ec8453fec5 FindBugs. 14 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago
  Stefan Bodewig 9f59925bbd detect Apache Harmony 15 years ago
  Stefan Bodewig 9fec95e95e print whether Kaffe/gcj have been detected in -diagnostics 15 years ago
  Stefan Bodewig af5b94e9d9 drop version check now that ant-nodeps.jar has been removed 15 years ago
  Stefan Bodewig d7cd65aa7f untabify 15 years ago
  Antoine Levy-Lambert 4d7bc0e158 fix getClassLocation method in Diagnostics class. Bug 48782. Reported by Torsten Werner. Patch by Ludovic Claude. 15 years ago
  Stefan Bodewig b0eca5e4bb print where core and optional classes have been found. PR 47574. Make check for optional classes work again after the test task has been removed. 16 years ago
  Stefan Bodewig 499deaa377 Include information about the XSLT processor found (if any) in -diagnostics. PR 46612. 17 years ago
  Stefan Bodewig 6cc29239b3 make diagnostics check the file it has just written in order to detect full filesystems. PR 32676. 17 years ago
  Stefan Bodewig 94da71c764 change command line parser so that version is only printed once - and version as well as diagnostics methods know the current loglevel. The former is PR 45695, the later useful for 45692. 17 years ago
  Peter Reilly 7679c154cf checkstyle 18 years ago
  Matthew Jason Benson 3be2b26d81 fmt/refac 18 years ago
  Peter Reilly 0aa2b2528f some checkstyle changes 19 years ago
  Steve Loughran 44f1058c6d handle security checks on property get gracefully 19 years ago
  Steve Loughran ff5195fa54 move other java1.5+ check down to the other java1.5 proxy tests. 19 years ago
  Peter Reilly a6e993b7aa fix for diagnostics using java 1.4 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Jacobus Martinus Kruithof 1e6540e597 Adding property storing the ant core library. 19 years ago
  Jacobus Martinus Kruithof b73a6c6b82 Improved use of MagicNames for ant internal properties 19 years ago
  Steve Loughran 3043b48186 extra proxy diagnostics, in a java1.5-only package. By abusing the toString() operation, we dont need any extra interfaces for this. 20 years ago
  Steve Loughran 75b9942dba xml nameserver check 20 years ago
  Jacobus Martinus Kruithof 954f6058d7 Layout, extracted methods / named constants 20 years ago
  Steve Loughran bcb846c805 Little something to make IDE debugging easier; <diagnostics/> prints the diagnostics out as per -diagnostics. 20 years ago
  Jacobus Martinus Kruithof b32f4587da PR: 35246 20 years ago
  Jacobus Martinus Kruithof 1511487597 Avoiding to catch unspecified Error. The context indicates we want to continue even when loading a class is unsuccessful. The only Error we expect and want to continue on would in that case be LinkageError (and not e.g ThreadDeath / VirtualMachineError). 20 years ago
  Jacobus Martinus Kruithof faba017869 Made compilable on 1.2 / 1.3 20 years ago
  Steve Loughran c68814d655 ok, sometimes drift is -ve. 20 years ago
  Steve Loughran b5e043025f looking@why my junit reports are apparently an hour old. No fix, but -diagnostics now prints some clock info, and examines diffs between temp dir and local clock and complains if they are too different. (>10s, purely arbitrary) 20 years ago
  Peter Reilly 0641431ea7 spacing 20 years ago