We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74df6a1 commit bc51cd1Copy full SHA for bc51cd1
.pipeline/sdk_specific_pmd_rules.xml
@@ -131,7 +131,7 @@
131
<property name="xpath">
132
<value>
133
<![CDATA[
134
- //MethodDeclaration[@EffectiveVisibility='public' and @Void=false() and ClassType and not(
+ //MethodDeclaration[(@EffectiveVisibility='public' or @EffectiveVisibility='protected') and @Void=false() and ClassType and not(
135
./ModifierList/Annotation[@SimpleName='Nullable'] or
136
./ModifierList/Annotation[@SimpleName='Nonnull']
137
)]
@@ -185,7 +185,7 @@
185
186
187
//ClassBody
188
- /*[@EffectiveVisibility='public']
+ /*[(@EffectiveVisibility='public' or @EffectiveVisibility='protected')]
189
/FormalParameters
190
/FormalParameter[
191
ClassType and
0 commit comments