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

Fix for 445968: caching

tags/V1_8_3
Andy Clement преди 9 години
родител
ревизия
170b1cef3f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      weaver/src/org/aspectj/weaver/tools/cache/AbstractIndexedFileCacheBacking.java

+ 1
- 1
weaver/src/org/aspectj/weaver/tools/cache/AbstractIndexedFileCacheBacking.java Целия файл

@@ -186,8 +186,8 @@ public abstract class AbstractIndexedFileCacheBacking extends AbstractFileCacheB
indexEntry.key = classEntry.getKey();
indexEntry.generated = classEntry.isGenerated();
indexEntry.ignored = classEntry.isIgnored();
indexEntry.crcClass = crc(originalBytes);
if (!classEntry.isIgnored()) {
indexEntry.crcClass = crc(originalBytes);
indexEntry.crcWeaved = crc(classEntry.getBytes());
}


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