0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleanup bundle time-stamp handling: no more `null` values allowed
Robin Vobruba
as hoijui
More... about 11 years ago
add `OSCImpulse#toString()` -> "I"
Robin Vobruba
as hoijui
More... about 11 years ago
improve two class doc comments [minor]
Robin Vobruba
as hoijui
More... about 11 years ago
replace `OSCPortIn.addListener` -> `OSCPortIn#getDispatcher().addListener`
Robin Vobruba
as hoijui
More... about 11 years ago
improve some class comments [minor]
Robin Vobruba
as hoijui
More... about 11 years ago
remove deprecated method `OSCParser#convert(byte[] bytes, int bytesLength)`
Robin Vobruba
as hoijui
More... about 11 years ago
mark `OSCSerializer#write(Object)` as `private`
Robin Vobruba
as hoijui
More... about 11 years ago
OSCSerializerTest: remove unused private method [nlc] [test]
Robin Vobruba
as hoijui
More... about 11 years ago
wrap input as read-only ByteBuffer for parsing
Robin Vobruba
as hoijui
More... about 11 years ago
OSCSerializer#writeType(Object): fix documentation and other comments
Robin Vobruba
as hoijui
More... about 11 years ago
PMD: do not check for maximum number of methods
Robin Vobruba
as hoijui
More... about 11 years ago
replace '[' and ']' literals with two constants
Robin Vobruba
as hoijui
More... about 11 years ago
OSCParser: introduce the TYPES_VALUES_SEPARATOR constant
Robin Vobruba
as hoijui
More... about 11 years ago
serializer: use OSCParser.TYPES_VALUES_SEPARATOR instead of literal ','
Robin Vobruba
as hoijui
More... about 11 years ago
serializer: remove obsolete comment [minor]
Robin Vobruba
as hoijui
More... about 11 years ago
serializer: make class doc a bit more precise [minor]
Robin Vobruba
as hoijui
More... about 11 years ago
OSCMessageTest: simplify a bit [test]
Robin Vobruba
as hoijui
More... about 11 years ago
use a single parser per received bundle
Robin Vobruba
as hoijui
More... about 11 years ago
parser: use charset getter instead of field, internally
Robin Vobruba
as hoijui
More... about 11 years ago
OSCParserTest: split unsigned integer tests into separate functions [test]
Robin Vobruba
as hoijui
More... about 11 years ago
reformat to obey max line-length 80 [test] [minor]
Robin Vobruba
as hoijui
More... about 11 years ago
refactor serializer tests [test]
Robin Vobruba
as hoijui
More... about 11 years ago
split Date argument testing into separate functions and activate fail-testing [test]
Robin Vobruba
as hoijui
More... about 11 years ago
fix spelling and visibility of OSCReparserTest#reparseSingleBlobArgument() [test]
Robin Vobruba
as hoijui
More... about 11 years ago
split Blob argument testing into separate functions [test]
Robin Vobruba
as hoijui
More... about 11 years ago
refactor OSCReparserTest#testArgumentBlob() for more modularity [test]
Robin Vobruba
as hoijui
More... about 11 years ago
split Double argument testing into separate functions [test]
Robin Vobruba
as hoijui
More... about 11 years ago
split Float argument testing into separate functions [test]
Robin Vobruba
as hoijui
More... about 11 years ago
split Integer argument testing into separate functions [test]
Robin Vobruba
as hoijui
More... about 11 years ago
split Long argument testing into separate functions [test]
Robin Vobruba
as hoijui
More... about 11 years ago