Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. updated project files to reference antlr-3.2.jar. (details)
  2. fixed emitted code for buffer-array mixing. (details)
  3. fixed off-by-one bug in put and get. (details)
Commit 266ab5707d5f6b9e1cf935e6258badd6ba9f2639 by Michael Bien
updated project files to reference antlr-3.2.jar.
Commit b138169c1f85a7914304ae793efb9cabfbfd5da2 by Michael Bien
fixed emitted code for buffer-array mixing.
removed workaround in BufferFactory since it is no longer needed.
small code cleanup (generator java 5 migration).
Commit f65d7a7987ae4b30ef38069b3dffefa4441403f8 by Michael Bien
fixed off-by-one bug in put and get.
implemented method chaining pattern.
added position(int pos) method.