Преглед на файлове

318397: clear cache

tags/V1_6_9
aclement преди 14 години
родител
ревизия
fe049eacaf
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3
    1
      org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java

+ 3
- 1
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java Целия файл

@@ -593,7 +593,9 @@ public class EclipseSourceType extends AbstractReferenceTypeDelegate {
* ResolvedType representations. This does not deeply resolve the annotations, it only does the type names.
*/
private void ensureAnnotationTypesResolved() {
if (!annotationTypesAreResolved) {
// may need to re-resolve if new annotations have been added
int declarationAnnoCount = (declaration.annotations == null ? 0 : declaration.annotations.length);
if (!annotationTypesAreResolved || declarationAnnoCount != annotationTypes.length) {
Annotation[] as = declaration.annotations;
if (as == null) {
annotationTypes = ResolvedType.NONE;

Loading…
Отказ
Запис