|
38 | 38 | <Method name="setAdditionalProperty" />
|
39 | 39 | <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
|
40 | 40 | </Match>
|
| 41 | + <Match> |
| 42 | + <Class name="software.amazon.cloudformation.AbstractWrapper" /> |
| 43 | + <Bug pattern="MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR" /> |
| 44 | + </Match> |
| 45 | + <Match> |
| 46 | + <Class name="software.amazon.cloudformation.HookAbstractWrapper" /> |
| 47 | + <Bug pattern="MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR" /> |
| 48 | + </Match> |
| 49 | + |
| 50 | + |
| 51 | + <Match> |
| 52 | + <Package name="software.amazon.cloudformation.scheduler.*"/> |
| 53 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 54 | + </Match> |
| 55 | + <Match> |
| 56 | + <Class name="software.amazon.cloudformation.encryption.KMSCipher"/> |
| 57 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 58 | + </Match> |
| 59 | + <Match> |
| 60 | + <Package name="software.amazon.cloudformation.*"/> |
| 61 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 62 | + </Match> |
| 63 | + <Match> |
| 64 | + <Package name="software.amazon.cloudformation.loggers.*"/> |
| 65 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 66 | + </Match> |
| 67 | + <Match> |
| 68 | + <Package name="software.amazon.cloudformation.proxy.*"/> |
| 69 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 70 | + </Match> |
| 71 | + <Match> |
| 72 | + <Package name="software.amazon.cloudformation.proxy.hook.*"/> |
| 73 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 74 | + </Match> |
| 75 | + <Match> |
| 76 | + <Package name="software.amazon.cloudformation.proxy.hook.targetmodel.*"/> |
| 77 | + <Bug pattern="EI_EXPOSE_REP2"/> |
| 78 | + </Match> |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + <Match> |
| 83 | + <Package name="software.amazon.cloudformation.scheduler.*"/> |
| 84 | + <Bug pattern="EI_EXPOSE_REP"/> |
| 85 | + </Match> |
| 86 | + <Match> |
| 87 | + <Package name="software.amazon.cloudformation.*"/> |
| 88 | + <Bug pattern="EI_EXPOSE_REP"/> |
| 89 | + </Match> |
| 90 | + <Match> |
| 91 | + <Package name="software.amazon.cloudformation.loggers.*"/> |
| 92 | + <Bug pattern="EI_EXPOSE_REP"/> |
| 93 | + </Match> |
| 94 | + <Match> |
| 95 | + <Package name="software.amazon.cloudformation.proxy.*"/> |
| 96 | + <Bug pattern="EI_EXPOSE_REP"/> |
| 97 | + </Match> |
| 98 | + <Match> |
| 99 | + <Package name="software.amazon.cloudformation.proxy.hook.*"/> |
| 100 | + <Bug pattern="EI_EXPOSE_REP"/> |
| 101 | + </Match> |
| 102 | + <Match> |
| 103 | + <Package name="software.amazon.cloudformation.proxy.hook.targetmodel.*"/> |
| 104 | + <Bug pattern="EI_EXPOSE_REP"/> |
| 105 | + </Match> |
41 | 106 | </FindBugsFilter>
|
42 | 107 |
|
43 | 108 | </FindBugsFilter>
|
0 commit comments