rt/vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeToJavaScript.java
changeset 1906 48053538940a
parent 1902 c3dee54ecc15
child 1923 4185cdeeee7e
     1.1 --- a/rt/vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeToJavaScript.java	Sun Mar 20 15:26:19 2016 +0100
     1.2 +++ b/rt/vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeToJavaScript.java	Tue Mar 22 02:51:04 2016 +0100
     1.3 @@ -180,6 +180,7 @@
     1.4      }
     1.5  
     1.6      private String compileImpl(final String cn) throws IOException {
     1.7 +        this.numbers.reset();
     1.8          this.callbacks = cn.endsWith("/$JsCallbacks$");
     1.9          if (jc.getMajor_version() < 50 && !cn.endsWith("/package-info")) {
    1.10              throw new IOException("Can't compile " + cn + ". Class file version " + jc.getMajor_version() + "."