EJB mess to Normal Inspections
commit2bea4d10968c541f04cefab5bc96c8ab9c8e8e31
authorgreg <Gregory.Shrago@jetbrains.com>
Mon, 16 Feb 2009 12:42:22 +0000 (16 15:42 +0300)
committergreg <Gregory.Shrago@jetbrains.com>
Mon, 16 Feb 2009 12:42:22 +0000 (16 15:42 +0300)
tree6a2c0248b336a58ca92f75f1aa3ef6dc7de7c1dc
parent096d11731583430926b8401e676f488102e9862f
EJB mess to Normal Inspections
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/AddMethodFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/ImplementMethodsFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/MakeClassInterfaceFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/MethodReturnFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/MethodThrowsFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/ModifierFix.java
codeInsight/tests/com/intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java
lang-api/src/com/intellij/codeInspection/IntentionQuickFix.java [new file with mode: 0644]
lang-api/src/com/intellij/codeInspection/ProblemHighlightType.java
lang-api/src/com/intellij/codeInspection/ProblemsHolder.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/LocalInspectionsPass.java