<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java, branch OTP-17.5.6.7</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>fix warning: Socket's InputStream not closed</title>
<updated>2014-09-11T19:24:29+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T10:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fd0b19efafcd146f96aa98fbb2c996b6e2ca9e98'/>
<id>fd0b19efafcd146f96aa98fbb2c996b6e2ca9e98</id>
<content type='text'>
The warning is issued if we assign the stream to a variable. The stream
is getting closed together with the socket.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The warning is issued if we assign the stream to a variable. The stream
is getting closed together with the socket.
</pre>
</div>
</content>
</entry>
<entry>
<title>silence 'potential resource leak' warnings</title>
<updated>2014-09-11T19:24:28+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T09:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4390e435584d57b5fb41309f80043cb954c241cd'/>
<id>4390e435584d57b5fb41309f80043cb954c241cd</id>
<content type='text'>
OtpInputStream and OtoOutputStream don't need closing (they are
ByteArray*Streams)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OtpInputStream and OtoOutputStream don't need closing (they are
ByteArray*Streams)
</pre>
</div>
</content>
</entry>
<entry>
<title>keep all method parameters final</title>
<updated>2014-09-11T19:24:25+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T09:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d0a1059d551c86d41ecbb36a1f23516eb71679c6'/>
<id>d0a1059d551c86d41ecbb36a1f23516eb71679c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed method parameters hiding fields</title>
<updated>2014-09-11T19:24:24+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T09:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4725d4cc06ded1c9ee2712330e233aa865df3ebd'/>
<id>4725d4cc06ded1c9ee2712330e233aa865df3ebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename field 'self' to 'localNode'</title>
<updated>2014-09-11T19:24:19+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T08:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=98bdec3eb067d0feccd23cac61316d42bf1e915e'/>
<id>98bdec3eb067d0feccd23cac61316d42bf1e915e</id>
<content type='text'>
field 'OtpLocalNode self' was colliding with 'OtpSelf self' in
OtpConnection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
field 'OtpLocalNode self' was colliding with 'OtpSelf self' in
OtpConnection
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unnecessary semicolons, imports, labels</title>
<updated>2014-09-11T19:24:10+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T07:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=95f0e8399320d010dfaf88ec3a987d6bc833f440'/>
<id>95f0e8399320d010dfaf88ec3a987d6bc833f440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the cause when raising a new IOException</title>
<updated>2014-07-16T19:10:32+00:00</updated>
<author>
<name>Garret Smith</name>
<email>garret.smith@gmail.com</email>
</author>
<published>2014-07-16T17:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=974725842d5cb5cc6a7ead3069978d05d04070f2'/>
<id>974725842d5cb5cc6a7ead3069978d05d04070f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few javadoc errors</title>
<updated>2014-06-08T10:37:56+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2014-06-08T10:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4a5bbca115693f222cdeb7ebc040dba354e0ad8'/>
<id>b4a5bbca115693f222cdeb7ebc040dba354e0ad8</id>
<content type='text'>
Reported-by: Boris Mühmer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Boris Mühmer
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ancient distribution message DOP_NODE_LINK from all code</title>
<updated>2010-12-15T11:28:52+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2010-12-15T11:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=36cb935fadde690f923bb5ae5a729f8ca6212046'/>
<id>36cb935fadde690f923bb5ae5a729f8ca6212046</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The R13B03 release.</title>
<updated>2009-11-20T14:54:40+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2009-11-20T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=84adefa331c4159d432d22840663c38f155cd4c1'/>
<id>84adefa331c4159d432d22840663c38f155cd4c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
