Page 1 of 1

JCommons Java 1.5 compatibility

Posted: Sat Jun 12, 2004 2:24 pm
by helmut
Please make JCommon Java 1.5 compatible. There are some enum's which is a reserved word in Java 1.5.

Thanks

Posted: Tue Jun 22, 2004 10:24 am
by mhilpert
yep, that would be quite important and is just an easy fix in the code.

Posted: Thu Jul 29, 2004 9:18 am
by david.gilbert
This is done now for the following classes:

Code: Select all

org.jfree.util.HashNMap
org.jfree.xml.factory.objects.ClassFactoryCollector
org.jfree.xml.factory.objects.ClassFactoryImpl
org.jfree.base.config.HierarchicalConfiguration
Hopefully I didn't miss any (I haven't downloaded 1.5 yet, but when I do I'll compile everything to double-check).