strange Error 1006: %function_name% is not a function
问题 I encounter the following error: Error 1006: %function_name% is not a function We have 2 util classes in out project named as ArrayUtils . All functions in them are public static . Another developer added function %function_name% to one of ArrayUtils . I use this method in my code. I recompiled whole application. It compiles OK and IDE (IntelliJ IDEA) detects this method normally (imports are correct). But at runtime I got mentioned above error. The most strange thing is that this code works