dotwilbert

Results 2 comments of dotwilbert

Looks like the file composes an incorrect command line. plugin_tooling/src/com/googlecode/goclipse/tooling/oracle/GuruDescribeOperation.java: ``` ArrayList2 commandLine = ArrayList2.create( guruPath, "-json", "describe", fileLoc.toPathString() + ":#" + offset + ",#" + offset ); ``` maybe...