Issue 95 in json-simple: Patch for /trunk/src/main/java/org/json/simple/parser/ContainerFactory.java

4 views
Skip to first unread message

json-...@googlecode.com

unread,
Jul 2, 2014, 10:25:46 AM7/2/14
to json-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Patch

New issue 95 by ntroj...@gmail.com: Patch for
/trunk/src/main/java/org/json/simple/parser/ContainerFactory.java
http://code.google.com/p/json-simple/issues/detail?id=95

Added second e in create to createArrayContainer

Attachments:
ContainerFactory.java.patch 346 bytes

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

json-...@googlecode.com

unread,
Jul 14, 2014, 11:12:24 PM7/14/14
to json-...@googlegroups.com
Updates:
Status: WontFix

Comment #1 on issue 95 by fangyid...@gmail.com: Patch for
/trunk/src/main/java/org/json/simple/parser/ContainerFactory.java
http://code.google.com/p/json-simple/issues/detail?id=95

It's awkward that there is a typo in the method name, but since it's
already published, let's keep it unchanged and let all of users remember my
carelessness. :-)

json-...@googlecode.com

unread,
Jul 15, 2014, 8:59:58 AM7/15/14
to json-...@googlegroups.com

Comment #2 on issue 95 by karl.wet...@kodapan.se: Patch for
/trunk/src/main/java/org/json/simple/parser/ContainerFactory.java
http://code.google.com/p/json-simple/issues/detail?id=95

In pretty much all projects out there this is handled using deprecation and
major versioning;

v 1.1:
public void misspellet() {

v1.2:
@Deprecated
public void misspellet() {
misspelled();
}
public void misspelled() {

v2.0:
public void misspelled() {
Reply all
Reply to author
Forward
0 new messages