http://sourceforge.net/tracker/index.php?func=detail&aid=3008828&group_id=44253&atid=438935
Fixed in DynamicJava:
As per Java Language Specification (JLS):
http://java.sun.com/docs/books/jls/third_edition/html/statements.html#14.18
"If evaluation of the Expression completes normally, producing a null
value, then an instance V of class NullPointerException is created and
thrown instead of null."
M dynamicjava/src/edu/rice/cs/dynamicjava/interpreter/StatementEvaluator.java
M drjava/lib/dynamicjava-base.jar
M drjava/src/edu/rice/cs/drjava/model/repl/JavaInterpreterTest.java