aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java
AgeCommit message (Collapse)Author
2014-11-25[jinterface] cleanup code according to new styleVlad Dumitrescu
2014-09-11fix warning: Socket's InputStream not closedVlad Dumitrescu
The warning is issued if we assign the stream to a variable. The stream is getting closed together with the socket.
2014-09-11silence 'potential resource leak' warningsVlad Dumitrescu
OtpInputStream and OtoOutputStream don't need closing (they are ByteArray*Streams)
2014-09-11keep all method parameters finalVlad Dumitrescu
2014-09-11renamed method parameters hiding fieldsVlad Dumitrescu
2014-09-11rename field 'self' to 'localNode'Vlad Dumitrescu
field 'OtpLocalNode self' was colliding with 'OtpSelf self' in OtpConnection
2014-09-11removed unnecessary semicolons, imports, labelsVlad Dumitrescu
2014-07-16Include the cause when raising a new IOExceptionGarret Smith
2014-06-08Fix a few javadoc errorsAnthony Ramine
Reported-by: Boris Mühmer
2010-12-15Remove ancient distribution message DOP_NODE_LINK from all codePatrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP