Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Removing provisional JSONObject

I have this old API bug assigned to me about cleaning up our use of JSONObject:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=303183

 At one point we had four copies of this class, From what I can tell we only have one copy left in org.eclipse.e4.core.services.util. The only user of the class is the e4 photo demo. Since we now have the standard org.json object in Orbit, I have switched the demo over to use that. With no more consumers, I plan to delete this class before the API freeze. Please speak up if you know if any consumers of this class, but we really should be standardizing around the package in Orbit instead of this hand-rolled parser.

John

Back to the top