| Hi guys, I have just doubled checked and that is the correct behavior according to the JavaBeans specification. getFooBar => fooBar getX = > x getURL => URL getBAr => BAr Essentially, the rule is that if the first two letters are uppercase, then the string is left unmodified. I'll be closing this issue. |