File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8
8
<Class name =" ~.*\.dto\..*" />
9
9
<Bug pattern =" EI_EXPOSE_REP,EI_EXPOSE_REP2" />
10
10
</Match >
11
+ <Match >
12
+ <Class name =" ru.mystamps.web.feature.account.AddUserDbDto" />
13
+ <Or >
14
+ <Method name =" getActivatedAt" />
15
+ <Method name =" setActivatedAt" />
16
+ <Method name =" getRegisteredAt" />
17
+ <Method name =" setRegisteredAt" />
18
+ </Or >
19
+ <Bug pattern =" EI_EXPOSE_REP,EI_EXPOSE_REP2" />
20
+ </Match >
21
+ <Match >
22
+ <Class name =" ru.mystamps.web.feature.account.AddUsersActivationDbDto" />
23
+ <Or >
24
+ <Method name =" getCreatedAt" />
25
+ <Method name =" setCreatedAt" />
26
+ </Or >
27
+ <Bug pattern =" EI_EXPOSE_REP,EI_EXPOSE_REP2" />
28
+ </Match >
11
29
<Match >
12
30
<Class name =" ru.mystamps.web.feature.image.AddImageDataDbDto" />
13
31
<Or >
You can’t perform that action at this time.
0 commit comments