0
I Use This!
Very Low Activity

Commits : Listings

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