Srg2Source icon indicating copy to clipboard operation
Srg2Source copied to clipboard

Null method binding exception on processing my code

Open leijurv opened this issue 6 years ago • 0 comments

https://pastebin.com/TCwf14RT

Steps to reproduce: clone https://github.com/cabaletta/baritone ./gradlew setupDecompWorkspace ./gradlew build

The two functions in question are here https://github.com/cabaletta/baritone/blob/master/src/main/java/baritone/cache/WaypointCollection.java#L63

and here https://github.com/cabaletta/baritone/blob/master/src/main/java/baritone/cache/WaypointCollection.java#L93

The exception is created here at net.minecraftforge.srg2source.ast.SymbolRangeEmitter.getMethodSignature(SymbolRangeEmitter.java:235)

leijurv avatar Jan 28 '19 19:01 leijurv