1 Reply Latest reply on Jan 30, 2008 11:20 AM by dmlloyd

    A compilation error in AbstractTypeMap, R3

    trustin

      I don't get a compilation error when I build R3 with Ant, but Eclipse always shows a compilation error in AbstractTypeMap. It's 50th line:

      public Set<Entry<? extends B>> entrySet() {
       return entrySet;
       }


      saying that 'the return tpe is incompatible with TypeMap.entrySet().'

      Any clue? I am using JDK 6 both in Eclipse and Ant (i.e. command line).