[rfc][icedtea-web] TinyHttpdImpl refactor
Andrew Azores
aazores at redhat.com
Fri Jul 26 08:34:52 PDT 2013
Changelog:
* tests/test-extensions/net/sourceforge/jnlp/TinyHttpdImpl.java
(TinyHttpdImpl): BufferedReader and DataOutputStream become member
variables rather than local to run. More informative/mnemonic variable names
(writeErrorToPipe): new private method.
(writeToPipe): new private method.
(run): refactored to use writeToPipe and writeErrorToPipe, and ensuring
that streams are closed when no longer in use. More informative/mnemonic
variable names
The patch looks big (relative to the size of the file) but it's really
almost entirely variable renaming and method extractions. :)
Andrew A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TinyHttpdImpl_refactor.patch
Type: text/x-patch
Size: 13175 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130726/85c401de/TinyHttpdImpl_refactor.patch
More information about the distro-pkg-dev
mailing list