I have fixed #2 that was raised. But can't reproduce #1 (although I've now added tests for it).
Howard, can you detail the problem more fully? I haven't closed the bugzilla report yet. Stephen ----- Original Message ----- From: "Henri Yandell" <[EMAIL PROTECTED]> > Howard Lewis Ship has a bugzilla report pointing out that Enum has a > couple of quirks. > > 1) You can pass null as the name of an Enum. > 2) You can define two different Enums with the same name (and class). > > The first seems like a bad thing to me. Does the second matter? > Class obviously should be allowed to be the same, should name be unique? > > Hen > > > -- > To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
