eclipse-platform/eclipse.platform.text

AnnotationModel uses both fAnnotations and getAnnotationMap()

iloveeclipse opened this issue · 0 comments

AnnotationModel.fAnnotations is deprecated and getAnnotationMap() should be used instead.
However I still see the code that uses AnnotationModel.fAnnotations inside AnnotationModel, even together with the getAnnotationMap(). This should be fixed as precondition to fix of inefficient map iterations inside same class.