forked from eclipse-platform/eclipse.platform.text
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AnnotationModel uses both fAnnotations and getAnnotationMap()
(Fixes eclipse-platform#19) 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. eclipse-platform#19
- Loading branch information
1 parent
119d01a
commit 3e6937a
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters