Hi All,
I am getting across a very strange error. I have written a
java file, it is getting compiled in Eclips without any error. Now I am compiling the whole package through an
ANT script which is showing the below error for the code snippet while compiling
\com\holset\matrix\utils\QueryString.java - Classed method have been conflicted between two classes.
Error Prompted :-
com\holset\matrix\utils\QueryString.java:102: reference to putAll is ambiguous, both method putAll(java.util.Map<? extends K,? extends V>) in .AbstractMap<java.lang.String,capture#832 of ?> and method putAll(java.util.Map<? extends K,? extends V>) in java.util.HashMap<java.lang.String,capture#832 of ?> match
map.putAll((Map) requestMap.get("requestMap"));
can any buddy help me out to resolve this. Because this is a show stopper for me cause I am not able to create a jar because of this only.
Thanks in advance
Ravin Kacha