Skip to content
Snippets Groups Projects

Availability Endpoint

16 files
+ 1337
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 18
0
@@ -12,4 +12,22 @@
<Method name="queryForList" />
<Bug pattern="SQL_INJECTION_SPRING_JDBC" />
</Match>
<!-- This check is disabled because these representations can be known -->
<Match>
<Class name="nl.tudelft.ewi.tam.beans.Dateslot" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Class name="nl.tudelft.ewi.tam.beans.Dateslot" />
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
<Match>
<Class name="nl.tudelft.ewi.tam.beans.Timeslot" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Class name="nl.tudelft.ewi.tam.beans.Timeslot" />
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
</FindBugsFilter>
\ No newline at end of file
Loading