unneccessary backport-concurrent references in shindig code
-----------------------------------------------------------
Key: SHINDIG-772
URL: https://issues.apache.org/jira/browse/SHINDIG-772
Project: Shindig
Issue Type: Bug
Components: Gadget Rendering Server (Java)
Affects Versions: 1.0.x-incubating
Reporter: Henning Schmiedehausen
Fix For: 1.0.0-rc1
% find . -name \*java | xargs grep edu.emory
./java/gadgets/src/main/java/org/apache/shindig/gadgets/spec/View.java:import
edu.emory.mathcs.backport.java.util.Collections;
./java/gadgets/src/test/java/org/apache/shindig/gadgets/GadgetFeatureRegistryTest.java:import
edu.emory.mathcs.backport.java.util.Collections;
All functionality in here is provided by java.util.Collections and pulling
these in creates an unneccessary dependency which only works by chance (because
backport-concurrent is referenced by ehcache). Please be more careful when
using Ctrl-Shift-O in Eclipse. :-)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.