0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
split boolean argument testing into separate functions [test]
Robin Vobruba
as hoijui
More... over 11 years ago
add tests for invalid unsigned argument values [test]
Robin Vobruba
as hoijui
More... over 11 years ago
split big unsigned test into many small ones [test]
Robin Vobruba
as hoijui
More... over 11 years ago
replace outdated test comment and add a new one [minor]
Robin Vobruba
as hoijui
More... over 11 years ago
support writing unsigned ints (OSC 1.0 required type!)
Robin Vobruba
as hoijui
More... over 11 years ago
verify parsing of unsigned 32bit integers (type 'u') [test]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCSerializer: document (java-doc) a thrown exception [minor]
Robin Vobruba
as hoijui
More... over 11 years ago
replace OSCInput with NIO ByteBuffer [fix]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCSerializer: clarify syntax a bit [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
add more Blob reparse tests [test]
Robin Vobruba
as hoijui
More... over 11 years ago
add more and document String reparse tests [test]
Robin Vobruba
as hoijui
More... over 11 years ago
generify OSCReparserTest#reparseSingleArgument() [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCBundle: improve the class java-doc a bit [minor]
Robin Vobruba
as hoijui
More... over 11 years ago
time-stamp refactor for more precision [major]
Robin Vobruba
as hoijui
More... over 11 years ago
move inner class OSCParser#Input to outer class OSCInput
Robin Vobruba
as hoijui
More... over 11 years ago
make OSCParserTest#testReadBundle() more modular [test]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCMessageTest: rename answer -> expected [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCReparserTest: add `testArgumentDate()` [test]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCReparserTest: more verbose assertion message when reparsing fails [test]
Robin Vobruba
as hoijui
More... over 11 years ago
document authors and contributors thoroughly, in a single location [minor]
Robin Vobruba
as hoijui
More... over 11 years ago
PMD: update the rules-set
Robin Vobruba
as hoijui
More... over 11 years ago
add `OSCBundleTest#testSendMultiLevelBundle()` [test]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCBundleTest: use `OSCReparserTest.reparse()` [test]
Robin Vobruba
as hoijui
More... over 11 years ago
add OSCReparserTest [test]
Robin Vobruba
as hoijui
More... over 11 years ago
add `Assert.assertFalse(OSCMessage.isValidAddress(""))` [test]
Robin Vobruba
as hoijui
More... over 11 years ago
OSCParser: move inner class `Input` after the ctor [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
PMD: Avoid `if (x != y) ..; else ..;` [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
PMD: mark some parameters as `final` [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
PMD: OSCSerializer: do not assign value to parameter [nlc]
Robin Vobruba
as hoijui
More... over 11 years ago
PMD: OSCSerializer: better documentation [minor]
Robin Vobruba
as hoijui
More... over 11 years ago