Skip to main content

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

The photo demo wasn't working for me when I first looked at it (unrelated to JSONObject). I fixed several bugs so it can now open photos and show Exif data. So overall it is now working much better, but you now need org.json from Orbit as a new dependency.

John




From:        Lars Vogel <lars.vogel@xxxxxxxxx>
To:        E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>,
Date:        03/06/2013 12:06 PM
Subject:        Re: [e4-dev] Removing provisional JSONObject
Sent by:        e4-dev-bounces@xxxxxxxxxxx




Hi John,

is the demo still working? I tried it a while ago, I failed to open an photo.

Best regards, Lars

2013/3/5 John Arthorne <John_Arthorne@xxxxxxxxxx>
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

_______________________________________________
e4-dev mailing list

e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev

_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top