|
93 | 93 | </Match> |
94 | 94 |
|
95 | 95 | <Match> |
96 | | - <Class name="~org\.apache\.tez\.runtime\.library\.shuffle\.impl\.ShuffleUserPayloads\$.*Proto"/> |
97 | | - <Field name="PARSER"/> |
98 | | - <Bug pattern="MS_SHOULD_BE_FINAL"/> |
| 96 | + <Class name="~org\.apache\.tez\.runtime\.library\.shuffle\.impl\.ShuffleUserPayloads.*"/> |
99 | 97 | </Match> |
100 | 98 |
|
101 | 99 | <Match> |
102 | | - <Class name="~org\.apache\.tez\.runtime\.library\.shuffle\.impl\.ShuffleUserPayloads\$.*Proto"/> |
103 | | - <Field name="unknownFields"/> |
104 | | - <Bug pattern="SE_BAD_FIELD"/> |
| 100 | + <Class name="~org\.apache\.tez\.runtime\.library\.cartesianproduct\.CartesianProductUserPayload.*"/> |
105 | 101 | </Match> |
106 | 102 |
|
107 | 103 | <Match> |
108 | | - <Class name="~org\.apache\.tez\.runtime\.library\.shuffle\.impl\.ShuffleUserPayloads\$.*Proto\$Builder"/> |
109 | | - <Method name="maybeForceBuilderInitialization"/> |
110 | | - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> |
| 104 | + <Class name="~org\.apache\.tez\.dag\.library\.vertexmanager\.FairShuffleUserPayloads.*"/> |
111 | 105 | </Match> |
112 | 106 |
|
113 | 107 | <Match> |
|
122 | 116 | <Bug pattern="DC_PARTIALLY_CONSTRUCTED"/> |
123 | 117 | </Match> |
124 | 118 |
|
125 | | - <Match> |
126 | | - <Class name="org.apache.tez.runtime.library.cartesianproduct.CartesianProductUserPayload$CartesianProductConfigProto"/> |
127 | | - <Field name="unknownFields"/> |
128 | | - <Bug pattern="SE_BAD_FIELD"/> |
129 | | - </Match> |
130 | | - |
131 | | - <Match> |
132 | | - <Class name="org.apache.tez.runtime.library.cartesianproduct.CartesianProductUserPayload$CartesianProductConfigProto"/> |
133 | | - <Field name="PARSER"/> |
134 | | - <Bug pattern="MS_SHOULD_BE_FINAL"/> |
135 | | - </Match> |
136 | | - |
137 | | - <Match> |
138 | | - <Class name="org.apache.tez.runtime.library.cartesianproduct.CartesianProductUserPayload$CartesianProductConfigProto$Builder"/> |
139 | | - <Method name="maybeForceBuilderInitialization"/> |
140 | | - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> |
141 | | - </Match> |
142 | | - |
143 | 119 | <Match> |
144 | 120 | <Bug pattern="EI_EXPOSE_REP"/> |
145 | 121 | <Or> |
|
160 | 136 | <Bug pattern="IS2_INCONSISTENT_SYNC"/> |
161 | 137 | </Match> |
162 | 138 |
|
163 | | - <Match> |
164 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$FairShuffleEdgeManagerConfigPayloadProto"/> |
165 | | - <Field name="unknownFields"/> |
166 | | - <Bug pattern="SE_BAD_FIELD"/> |
167 | | - </Match> |
168 | | - |
169 | | - <Match> |
170 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$FairShuffleEdgeManagerDestinationTaskPropProto"/> |
171 | | - <Field name="unknownFields"/> |
172 | | - <Bug pattern="SE_BAD_FIELD"/> |
173 | | - </Match> |
174 | | - |
175 | | - <Match> |
176 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$RangeProto"/> |
177 | | - <Field name="unknownFields"/> |
178 | | - <Bug pattern="SE_BAD_FIELD"/> |
179 | | - </Match> |
180 | | - |
181 | | - <Match> |
182 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$FairShuffleEdgeManagerConfigPayloadProto"/> |
183 | | - <Field name="PARSER"/> |
184 | | - <Bug pattern="MS_SHOULD_BE_FINAL"/> |
185 | | - </Match> |
186 | | - |
187 | | - <Match> |
188 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$FairShuffleEdgeManagerDestinationTaskPropProto"/> |
189 | | - <Field name="PARSER"/> |
190 | | - <Bug pattern="MS_SHOULD_BE_FINAL"/> |
191 | | - </Match> |
192 | | - |
193 | | - <Match> |
194 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$RangeProto"/> |
195 | | - <Field name="PARSER"/> |
196 | | - <Bug pattern="MS_SHOULD_BE_FINAL"/> |
197 | | - </Match> |
198 | | - |
199 | | - <Match> |
200 | | - <Class name="org.apache.tez.dag.library.vertexmanager.FairShuffleUserPayloads$RangeProto$Builder"/> |
201 | | - <Method name="maybeForceBuilderInitialization"/> |
202 | | - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> |
203 | | - </Match> |
204 | | - |
205 | 139 | <Match> |
206 | 140 | <Class name="org.apache.tez.runtime.library.common.sort.impl.IFile$Reader"/> |
207 | 141 | <Field name="MAX_BUFFER_SIZE"/> |
|
0 commit comments