Sebb created COMPRESS-300:
-----------------------------
Summary: LZWInputStream has mutable protected fields; these should
be accessed via getter/setter and made private
Key: COMPRESS-300
URL: https://issues.apache.org/jira/browse/COMPRESS-300
Project: Commons Compress
Issue Type: Bug
Reporter: Sebb
As per the discussion on the dev list, the class LZWInputStream has some
non-private mutable fields.
These should be accessed via getters/setters only (data encapsulation).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)