- 14 May, 2014 2 commits
-
-
Lubomir Bulej authored
-
Lubomir Bulej authored
-
- 20 Feb, 2014 1 commit
-
-
Lubomir Bulej authored
Files: removed, as it actually only served for string utilities. Duration: added await() and awaitUninterruptibly() methods. Duration: softSleep() -> sleepUninterruptibly() for consistency. Duration: timedWait(), timedJoin() -> wait(), join() since the time is implicit. Duration: moved to the ch.usi.dag.util package in src-util. Job: remove duplicated __streamToString() and use Strings.drainStream() instead. Job: use the generic awaitUninterruptibly() in waitFor(). src-test: reflect the above method and class movement.
-
- 11 Feb, 2014 1 commit
-
-
Lubomir Bulej authored
src-test: moved various methods into classes in src-util and updated the test util classes accordingly. build.xml, build.properties, .classpath: added support fo the src-util directory.
-