sdcuike / jannocessor

Automatically exported from code.google.com/p/jannocessor
Other
2 stars 0 forks source link

Name.getUncapitalized() returns incorrect value in some cases #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The function Name.getUncapitalized() returns incorrect value when the first 
part of the capitalized name contains more than one upper case letters (e.g. 
IPAddress).

Examples:

IPAddress => iPAddress (incorrect, should be ipAddress)
SOMEName => sOMEName (incorrect, should be someName)

OtherName => otherNAme (correct)

Original issue reported on code.google.com by nikolce.mihajlovski on 5 Dec 2011 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by nikolce.mihajlovski on 5 Dec 2011 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by nikolce.mihajlovski on 5 Dec 2011 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by nikolce.mihajlovski on 6 Dec 2011 at 6:24

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 715cd45e96c3.

Original comment by nikolce.mihajlovski on 6 Dec 2011 at 6:55