Lovelyxredxpanda / json-simple

Automatically exported from code.google.com/p/json-simple
Apache License 2.0
0 stars 0 forks source link

Spelling Miss in method name #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

In "ContainerFactory.java" , the following method has a spelling miss in its 
name:
public abstract java.util.List creatArrayContainer();
(create missing ending "e")

What is the expected output? What do you see instead?

I would expect "createArrayContainer"

What version of the product are you using? On what operating system?

v1.1.1 Windows

Original issue reported on code.google.com by walt...@gmail.com on 5 Apr 2013 at 4:18

GoogleCodeExporter commented 9 years ago
+1, but this suggestion has been turned down before for backwards compatibility.

I still state this is what we have version numbers for. @deprecate the old 
method and move it out in next major release. It seems like the best you can do 
is to cross your fingers or change to a lib that is not so static when it comes 
to accepting changes.

Original comment by karl.wet...@gmail.com on 5 Apr 2013 at 6:05

GoogleCodeExporter commented 9 years ago
This misspelling had been fix in json-smart (a json-simple fork)

Original comment by uriel.chemouni on 30 Aug 2013 at 2:03