fred icon indicating copy to clipboard operation
fred copied to clipboard

Update code to Java 5 Code Level

Open hernic opened this issue 1 year ago • 0 comments
trafficstars

  • Use parameterized instead of raw types
  • Use StringBuilder instead of StringBuffer when thread-safe is not needed
  • Replace for loops with enhanced for loops
  • Boxing/unboxing
  • ..

hernic avatar May 05 '24 13:05 hernic