Skip to content

Commit bc51cd1

Browse files
authored
Initial (#156)
1 parent 74df6a1 commit bc51cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipeline/sdk_specific_pmd_rules.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<property name="xpath">
132132
<value>
133133
<![CDATA[
134-
//MethodDeclaration[@EffectiveVisibility='public' and @Void=false() and ClassType and not(
134+
//MethodDeclaration[(@EffectiveVisibility='public' or @EffectiveVisibility='protected') and @Void=false() and ClassType and not(
135135
./ModifierList/Annotation[@SimpleName='Nullable'] or
136136
./ModifierList/Annotation[@SimpleName='Nonnull']
137137
)]
@@ -185,7 +185,7 @@
185185
<value>
186186
<![CDATA[
187187
//ClassBody
188-
/*[@EffectiveVisibility='public']
188+
/*[(@EffectiveVisibility='public' or @EffectiveVisibility='protected')]
189189
/FormalParameters
190190
/FormalParameter[
191191
ClassType and

0 commit comments

Comments
 (0)