X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=blobdiff_plain;f=plugins%2FInspectionGadgets%2Fsrc%2FinspectionDescriptions%2FBeforeOrAfterIsPublicVoidNoArg.html;h=b3c19acf5d29c1226ebbedd0fc830bc29dc73904;hp=114d465101a0a790f212db9584dd88c7a308a2e8;hb=f3f188e33bbbf7b1f7f440bdf16cf10c3c52e86a;hpb=5015b4603e6e006cdfb1ee7a89ab09c2f8ac4098 diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/BeforeOrAfterIsPublicVoidNoArg.html b/plugins/InspectionGadgets/src/inspectionDescriptions/BeforeOrAfterIsPublicVoidNoArg.html index 114d465101a0..b3c19acf5d29 100644 --- a/plugins/InspectionGadgets/src/inspectionDescriptions/BeforeOrAfterIsPublicVoidNoArg.html +++ b/plugins/InspectionGadgets/src/inspectionDescriptions/BeforeOrAfterIsPublicVoidNoArg.html @@ -1,9 +1,9 @@
-Reports JUnit 4.0 @Before or @After method -is not declared -public, does not return void, or takes arguments. -Such methods are easy to create inadvertently, and will not be executed by JUnit tests runners. +Reports JUnit 4.0 @Before or @After methods +which are not declared +public, do not return void, or take arguments. +Such methods are easy to create inadvertently, but will not be executed by JUnit tests runners.