<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpInputStream.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>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>remove warnings: @Override, switch fall-through</title>
<updated>2014-09-11T19:24:14+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T08:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=04f08eba8083cd58b77f7487ffa8d305405fc3a9'/>
<id>04f08eba8083cd58b77f7487ffa8d305405fc3a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused variables</title>
<updated>2014-09-11T19:24:11+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-09-10T07:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9a534810d69d6f38eb3e1b0466900057265a30f0'/>
<id>9a534810d69d6f38eb3e1b0466900057265a30f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>jinterface: OtpInputStream exceptions show useless value</title>
<updated>2014-06-02T12:47:21+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-06-02T12:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dde150ead634973595d16a40dca7bfe86abae4f2'/>
<id>dde150ead634973595d16a40dca7bfe86abae4f2</id>
<content type='text'>
Arrays have no meaningful toString method, but one must use
Arrays.toString instead. The meaningless value would look for example
like "[C@16f0472", instead of "[2,4]".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Arrays have no meaningful toString method, but one must use
Arrays.toString instead. The meaningless value would look for example
like "[C@16f0472", instead of "[2,4]".
</pre>
</div>
</content>
</entry>
<entry>
<title>jinterface: implement support for maps</title>
<updated>2014-02-11T18:48:53+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-02-11T13:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b4582d2154b157092fc05c387655e5426ed7d8e'/>
<id>2b4582d2154b157092fc05c387655e5426ed7d8e</id>
<content type='text'>
The API and implementation are simplistic, like for lists and tuples,
using arrays and without any connection to java.util.Map.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The API and implementation are simplistic, like for lists and tuples,
using arrays and without any connection to java.util.Map.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2013-01-25T16:58:15+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-01-25T16:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3fb4def74a64a63fbb2b28aef6c5920d7db3ad6e'/>
<id>3fb4def74a64a63fbb2b28aef6c5920d7db3ad6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement UTF-8 atom support for jinterface</title>
<updated>2013-01-16T16:14:22+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2013-01-05T02:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5d79f55ca441727578d34b78ee0d6d8aa80976ee'/>
<id>5d79f55ca441727578d34b78ee0d6d8aa80976ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
