Bug: NPE after class replacement

andrei.eremeev andrei.eremeev at oracle.com
Wed Feb 25 16:56:03 UTC 2015


Hi REPL team,

NPE after replacing a class on which another class depends.

-> class A {}
|  Added class A

-> class B extends A {}
|  Added class B

-> interface A {}
|  Replaced interface A
Exception in thread "main" java.lang.NullPointerException
     at tool.Repl.handleUpdates(Repl.java:668)
     at tool.Repl.processSource(Repl.java:651)
     at tool.Repl.run(Repl.java:271)
     at tool.Repl.start(Repl.java:201)
     at tool.Repl.start(Repl.java:168)
     at tool.Repl.main(Repl.java:163)


Andrei Eremeev


More information about the kulla-dev mailing list