summaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorJonas Kvarnström <jonas.kvarnstrom@liu.se>2021-01-14 17:28:57 +0100
committerJonas Kvarnström <jonas.kvarnstrom@liu.se>2021-01-14 17:28:57 +0100
commitc0ea8adda505be4fa2b514eb8978a541ecc6f210 (patch)
treed35148c54befdd0da04edd81400368c10df9bdd5 /.idea
parentbf2ffe60a90b3b0e896f87803cd97183cd15e010 (diff)
downloadtdde30-c0ea8adda505be4fa2b514eb8978a541ecc6f210.tar.gz
Added the tddd78-annotations library, which may or may not be used in this year's course.
Diffstat (limited to '.idea')
-rw-r--r--.idea/inspectionProfiles/JavaOO_2021.xml13
-rw-r--r--.idea/libraries/tddd78_annotations.xml9
-rw-r--r--.idea/modules.xml2
3 files changed, 22 insertions, 2 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
diff --git a/.idea/libraries/tddd78_annotations.xml b/.idea/libraries/tddd78_annotations.xml
new file mode 100644
index 0000000..f7fb2c1
--- /dev/null
+++ b/.idea/libraries/tddd78_annotations.xml
@@ -0,0 +1,9 @@
+<component name="libraryTable">
+ <library name="tddd78-annotations">
+ <CLASSES>
+ <root url="jar://$PROJECT_DIR$/libs/tddd78-annotations/tddd78-annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+</component> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 2ccb424..5213271 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
- <module fileurl="file://$PROJECT_DIR$/Javalabbar.iml" filepath="$PROJECT_DIR$/Javalabbar.iml" />
+ <module fileurl="file://$PROJECT_DIR$/JavaOO.iml" filepath="$PROJECT_DIR$/JavaOO.iml" />
</modules>
</component>
</project> \ No newline at end of file