jdk
8225763: Inflater and Deflater should implement AutoCloseable
#19675
Open

Commits
  • 8225763: Inflater and Deflater should implement AutoCloseable
    jaikiran committed 196 days ago
  • fix whitespace
    jaikiran committed 196 days ago
  • convert the tests to junit
    jaikiran committed 195 days ago
  • Chen's suggestion - improve code comment
    jaikiran committed 192 days ago
  • merge latest from master branch
    jaikiran committed 66 days ago
  • merge latest from master branch
    jaikiran committed 48 days ago
  • Stuart's review - improve class level javadoc
    jaikiran committed 48 days ago
  • Stuart's review - update the close() and end() expectations
    jaikiran committed 48 days ago
  • update tests to match the new specification
    jaikiran committed 48 days ago
  • merge latest from master branch
    jaikiran committed 41 days ago
  • Roger's suggestion - Make Inflater.close() and Deflater.close() final, also update the new tests to match this change
    jaikiran committed 40 days ago
  • Lance's review - specify methods that throw IllegalStateException if the Inflater/Deflater is closed
    jaikiran committed 40 days ago
  • missed a few methods for specifying IllegalStateException
    jaikiran committed 40 days ago
  • merge latest from master branch
    jaikiran committed 33 days ago
  • Stuart's review - improve end() API doc
    jaikiran committed 33 days ago
  • improve Deflater class level doc
    jaikiran committed 33 days ago
  • merge latest from master branch
    jaikiran committed 29 days ago
  • update the class level documentation of Inflater to match the updates in Deflater
    jaikiran committed 29 days ago
  • update end() to remove mention of other methods throwing IllegalStateException
    jaikiran committed 29 days ago
  • merge latest from master branch
    jaikiran committed 23 days ago
  • Revert "Roger's suggestion - Make Inflater.close() and Deflater.close() final, also update the new tests to match this change"
    jaikiran committed 23 days ago
  • provide guidance to subclasses on which method to override for cleaning up resources
    jaikiran committed 23 days ago
Loading