http://codereview.appspot.com/8706/diff/44649/44654 File tests/com/google/caja/tools/jsdoc/JsdocMainTest.java (right): http://codereview.appspot.com/8706/diff/44649/44654#newcode1 Line 1: // Copyright (C) 2008 Google Inc. On 2009/09/11 18:06:07, jasvir wrote:
2009
Not when I wrote it. http://codereview.appspot.com/8706/diff/53720/53726 File tests/com/google/caja/tools/jsdoc/UpdocParserTest.java (right): http://codereview.appspot.com/8706/diff/53720/53726#newcode29 Line 29: + "$ Math.abs(-5)\n" On 2009/09/11 18:06:07, jasvir wrote:
What in the rhino setup prevents js-java bridge from being used to
access and
modify the local filesystem?
Nothing yet. This is actually using the JS math builtin. The java version would be accessed via java.lang.Math.abs. http://codereview.appspot.com/8706
