wip authored by Frédéric Bapst's avatar Frédéric Bapst
...@@ -576,7 +576,7 @@ The sniffer part of COJAC is rather stable. Here are some limitations: ...@@ -576,7 +576,7 @@ The sniffer part of COJAC is rather stable. Here are some limitations:
don't complain that a "hello world" use case like don't complain that a "hello world" use case like
`System.out.println(3*Integer.MAX_VALUE);` does not log the overflow! `System.out.println(3*Integer.MAX_VALUE);` does not log the overflow!
* The tool targets the JVM only. We focus on Java, but it might be interesting * The tool targets the JVM only. We focus on Java, but it might be interesting
to try it on other JVM-equiped languages (Scala, jython...). By the way, if to try it on other JVM-equiped languages (Scala, jython...). By the way, if
you dream of a numerical sniffer not limited to the Java world, have a look at you dream of a numerical sniffer not limited to the Java world, have a look at
[cojac-grind](http://code.google.com/p/cojac-grind/)... [cojac-grind](http://code.google.com/p/cojac-grind/)...
... ...
......