rpau / javalang-compiler

Java compiler elements (symbol and type tables) to perform code semantic analysis
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Could not resolve Arrays method for byte[][] #17

Closed rpau closed 8 years ago

rpau commented 8 years ago

Caused by: org.walkmod.javalang.exceptions.NoSuchExpressionTypeException: java.lang.Exception: Ops! The method call java.util.Arrays.equals(this.files, other.getFiles()) is not resolved. The scope is [java.util.Arrays] , and the args are : [ byte[][], byte[][]]

https://github.com/rpau/javalang/issues/17

rpau commented 8 years ago

Solved! :+1: