| remove mainClass var from library [Maven] |
|
More...
|
over 11 years ago
|
| add basic package comments [nlc] |
|
More...
|
over 11 years ago
|
| CheckStyle: allow only TAB indents on non-comment lines [nlc] |
|
More...
|
over 11 years ago
|
| CheckStyle: activate 3 more checks [nlc] |
|
More...
|
over 11 years ago
|
| replace two `RuntimeException`'s with more specific types |
|
More...
|
over 11 years ago
|
| make two methods have a single `return` only [nlc] |
|
More...
|
over 11 years ago
|
| compare dates with `equals()`, not with `==` [fix] |
|
More...
|
over 11 years ago
|
| move member to start of class declaration [nlc] |
|
More...
|
over 11 years ago
|
| annotate OSCPortIn#run() with `@Override` [nlc] |
|
More...
|
over 11 years ago
|
| remove unused method OSCPacket#init() [nlc] |
|
More...
|
over 11 years ago
|
| mark OSCPacket#computeByteArray() as `protected` [nlc] |
|
More...
|
over 11 years ago
|
| mark lots of variables as `final` [nlc] |
|
More...
|
over 11 years ago
|
| Also specify the CheckStyle plugin for non-site use [Maven] |
|
More...
|
over 11 years ago
|
| CheckStyle: allow methods up to 200 lines [nlc] |
|
More...
|
over 11 years ago
|
| always terminate message type chars with a zero (thanks to pcross616) [fix] |
|
More...
|
over 11 years ago
|
| obvious code reuse [nlc] |
|
More...
|
over 11 years ago
|
| do not break short statement onto two lines [minor] |
|
More...
|
over 11 years ago
|
| less 1 char variables [nlc] |
|
More...
|
over 11 years ago
|
| remove commented-out & deprecated code in write(String) [minor] |
|
More...
|
over 11 years ago
|
| rename appendNullCharToAlignStream() to alignStream() [nlc] |
|
More...
|
over 11 years ago
|
| make appendNullCharToAlignStream() private |
|
More...
|
over 11 years ago
|
| slightly enhance appendNullCharToAlignStream doc [minor] |
|
More...
|
over 11 years ago
|
| check correct padding if stream is already aligned (thanks to pcross616) [test] |
|
More...
|
over 11 years ago
|
| simplify and speed-up string argument writing |
|
More...
|
over 11 years ago
|
| testCreateSynth(): need at least one 0 byte after the types |
|
More...
|
over 11 years ago
|
| simpler, cleaner and faster parsing of argument types |
|
More...
|
over 11 years ago
|
| more diagnostic output on encoding failure [test] |
|
More...
|
over 11 years ago
|
| replace shade with assembly for the stand-alone jar [Maven] |
|
More...
|
over 11 years ago
|
| copy SCM info into parent for site generation [Maven] [fix] |
|
More...
|
over 11 years ago
|
| move plugin versions (and some config) to parent [Maven] |
|
More...
|
over 11 years ago
|