Menu

Commit [r4566]  Maximize  Restore  History

DynamicJava: Fixed bug in for-each iteration. Needed to relax accessibility checks on the iterator() reflective method invocation because otherwise methods declared in private classes are inaccessible. (Don't just use the Iterable.iterator() method, because the class Iterable is not guaranteed to exist, as in Java 1.4.)

dlsmith 2008-07-10

changed /trunk/dynamicjava/src/edu/rice/cs/dynamicjava/interpreter/StatementEvaluator.java
/trunk/dynamicjava/src/edu/rice/cs/dynamicjava/interpreter/StatementEvaluator.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB