Hey everyone.
I got another patch for PyDev to compile with Java 5. This time, the offending class was org.python.parser.PythonGrammar. Some variables are given the name 'enum', which is a keyword in Java 5 because it has enumerations (not just an Enumeration class).
Solution? Just use iterators, as the Javadocs recommend anyway.
[Pydev-code] another Java 5 patch--PythonGrammar.java
Karol Pietrzak (RIT Student) Mon, 18 Jul 2005 14:37:53 -0700
Title: another Java 5 patch--PythonGrammar.java
