inspections about concurrency:annotated with @GuardedBy; @Immutable
commite31b3fcca4098de09e6a705bafb34b8a6d3c4c91
authoranna <anna.kozlova@jetbrains.com>
Mon, 9 Nov 2009 13:24:18 +0000 (9 16:24 +0300)
committeranna <anna.kozlova@jetbrains.com>
Tue, 10 Nov 2009 09:18:55 +0000 (10 12:18 +0300)
tree0a7d5b9040ac553590521e454673264f5805b0cc
parente292ecd3384a48ad01cc88338f9ac9c6d88d9691
inspections about concurrency:annotated with @GuardedBy; @Immutable
19 files changed:
java/java-impl/java-impl.iml
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/FieldAccessNotGuardedInspection.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/InstanceGuardedByStaticInspection.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/JCiPOrderEntryFix.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/JCiPUtil.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/NonFinalFieldInImmutableInspection.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/NonFinalGuardInspection.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/StaticGuardedByInstanceInspection.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/concurrencyAnnotations/UnknownGuardInspection.java [new file with mode: 0644]
java/java-impl/src/com/intellij/codeInspection/ex/StandardInspectionToolsProvider.java
java/openapi/src/com/intellij/codeInsight/daemon/GroupNames.java
lib/jcip-annotations.jar [new file with mode: 0644]
resources-en/src/inspectionDescriptions/FieldAccessNotGuarded.html [new file with mode: 0644]
resources-en/src/inspectionDescriptions/InstanceGuardedByStatic.html [new file with mode: 0644]
resources-en/src/inspectionDescriptions/NonFinalFieldInImmutable.html [new file with mode: 0644]
resources-en/src/inspectionDescriptions/NonFinalGuard.html [new file with mode: 0644]
resources-en/src/inspectionDescriptions/StaticGuardedByInstance.html [new file with mode: 0644]
resources-en/src/inspectionDescriptions/UnknownGuard.html [new file with mode: 0644]
resources/src/META-INF/IdeaPlugin.xml