diff options
| author | Jonas Kvarnström <jonas.kvarnstrom@liu.se> | 2021-01-14 17:28:57 +0100 |
|---|---|---|
| committer | Jonas Kvarnström <jonas.kvarnstrom@liu.se> | 2021-01-14 17:28:57 +0100 |
| commit | c0ea8adda505be4fa2b514eb8978a541ecc6f210 (patch) | |
| tree | d35148c54befdd0da04edd81400368c10df9bdd5 /.idea/inspectionProfiles/JavaOO_2021.xml | |
| parent | bf2ffe60a90b3b0e896f87803cd97183cd15e010 (diff) | |
| download | tdde30-c0ea8adda505be4fa2b514eb8978a541ecc6f210.tar.gz | |
Added the tddd78-annotations library, which may or may not be used in this year's course.
Diffstat (limited to '.idea/inspectionProfiles/JavaOO_2021.xml')
| -rw-r--r-- | .idea/inspectionProfiles/JavaOO_2021.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.idea/inspectionProfiles/JavaOO_2021.xml b/.idea/inspectionProfiles/JavaOO_2021.xml index 1718de9..d15f4c5 100644 --- a/.idea/inspectionProfiles/JavaOO_2021.xml +++ b/.idea/inspectionProfiles/JavaOO_2021.xml @@ -3981,6 +3981,17 @@ </option> </inspection_tool> <inspection_tool class="gwtRawAsyncCallback" enabled="false" level="WARNING" enabled_by_default="false" /> - <inspection_tool class="unused" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="unused" enabled="false" level="WARNING" enabled_by_default="false"> + <option name="LOCAL_VARIABLE" value="true" /> + <option name="FIELD" value="true" /> + <option name="METHOD" value="true" /> + <option name="CLASS" value="true" /> + <option name="PARAMETER" value="true" /> + <option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" /> + <option name="ADD_MAINS_TO_ENTRIES" value="true" /> + <option name="ADD_APPLET_TO_ENTRIES" value="true" /> + <option name="ADD_SERVLET_TO_ENTRIES" value="true" /> + <option name="ADD_NONJAVA_TO_ENTRIES" value="true" /> + </inspection_tool> </profile> </component>
\ No newline at end of file |
