steve_l
Jun 23rd, 2009, 09:22 AM
I'm currently using Roo 1.0.0.M1 and I was curious about how clever the pluralization add-on was, so I've been playing around with names for which I thought it might get the plural form wrong. :)
Anyway, two of the names I tried created errors when I tried to create the new persistent class:
roo> new persistent class jpa -name Tooth
Created SRC_MAIN_JAVA\com\hello\Tooth.java
String index out of range: -1
roo>
The other one was Goose.
Obviously this isn't urgent as I don't currently need either name in anything I'm working on at the moment, but I thought I'd mention it as there seems to be a problem there somewhere.
Anyway, two of the names I tried created errors when I tried to create the new persistent class:
roo> new persistent class jpa -name Tooth
Created SRC_MAIN_JAVA\com\hello\Tooth.java
String index out of range: -1
roo>
The other one was Goose.
Obviously this isn't urgent as I don't currently need either name in anything I'm working on at the moment, but I thought I'd mention it as there seems to be a problem there somewhere.