]> source.dussan.org Git - javassist.git/commit
Fix NullPointerException in ControlFlow constructor. 98/head
authorPeter Feichtinger <peter.feichtinger@jku.at>
Thu, 11 Aug 2016 10:52:29 +0000 (12:52 +0200)
committerPeter Feichtinger <peter.feichtinger@jku.at>
Thu, 11 Aug 2016 10:52:29 +0000 (12:52 +0200)
commit2e48e54c0d260b903da3b88a9d3747d9f0df19c8
treee61ba853828069f05b0249dec7e56d737d402460
parentc0b62eeabad1f96da80f26339f6cd1986330174f
Fix NullPointerException in ControlFlow constructor.

An NPE would be thrown by the constructor when called with a method
without code.
Also clarify the documentation of a few methods.
src/main/javassist/bytecode/analysis/ControlFlow.java