<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="AutoImportSettings"> <option name="autoReloadType" value="SELECTIVE" /> </component> <component name="ChangeListManager"> <list default="true" id="ce56effb-683b-43e9-9335-7e3aa5d26c29" name="Changes" comment="Added modification option for courses of study"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/java/de/thdeg/grademanager/gui/StudentDetailsController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/de/thdeg/grademanager/gui/StudentDetailsController.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/de/thdeg/grademanager/gui/student-details.fxml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/de/thdeg/grademanager/gui/student-details.fxml" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="Git.Settings"> <option name="RECENT_BRANCH_BY_REPOSITORY"> <map> <entry key="$PROJECT_DIR$" value="main" /> </map> </option> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> <component name="MavenImportPreferences"> <option name="generalSettings"> <MavenGeneralSettings> <option name="mavenHome" value="Use Maven wrapper" /> <option name="useMavenConfig" value="true" /> </MavenGeneralSettings> </option> </component> <component name="ProjectId" id="2AfKZ704Q0BkUfspGiC1j0fbYBt" /> <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent">{ "keyToString": { "Git.Branch.Popup.ShowAllRemotes": "true", "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "last_opened_file_path": "C:/Users/kevin/Documents/8. Semester/Java FWP/PStA/notenmanager/lib/charm-glisten-6.0.2.jar", "project.structure.last.edited": "Libraries", "project.structure.proportion": "0.0", "project.structure.side.proportion": "0.5280589" } }</component> <component name="RunManager"> <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> <option name="MAIN_CLASS_NAME" value="de.thdeg.grademanager.gui.Main" /> <module name="notenmanager" /> <extension name="coverage"> <pattern> <option name="PATTERN" value="de.thdeg.grademanager.gui.*" /> <option name="ENABLED" value="true" /> </pattern> </extension> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> <recent_temporary> <list> <item itemvalue="Application.Main" /> </list> </recent_temporary> </component> <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="ce56effb-683b-43e9-9335-7e3aa5d26c29" name="Changes" comment="" /> <created>1655395252138</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1655395252138</updated> </task> <task id="LOCAL-00001" summary="fix db-table-names + fix db-column-names + fix module error"> <created>1655399588913</created> <option name="number" value="00001" /> <option name="presentableId" value="LOCAL-00001" /> <option name="project" value="LOCAL" /> <updated>1655399588913</updated> </task> <task id="LOCAL-00002" summary="big update: -add toString() for Course, Student and CoursesOfStudy -fix null-pointer-exception in detailControllers + SwitchWindowHelper -add CoursesOfStudy Column in Student -add find-Methods to JpaService -connect Gui to DB"> <created>1655458541861</created> <option name="number" value="00002" /> <option name="presentableId" value="LOCAL-00002" /> <option name="project" value="LOCAL" /> <updated>1655458541861</updated> </task> <task id="LOCAL-00003" summary="Added modification option for courses of study"> <created>1655475470355</created> <option name="number" value="00003" /> <option name="presentableId" value="LOCAL-00003" /> <option name="project" value="LOCAL" /> <updated>1655475470355</updated> </task> <option name="localTasksCounter" value="4" /> <servers /> </component> <component name="Vcs.Log.Tabs.Properties"> <option name="TAB_STATES"> <map> <entry key="MAIN"> <value> <State> <option name="FILTERS"> <map> <entry key="branch"> <value> <list> <option value="origin/grademanager_v1.0" /> </list> </value> </entry> </map> </option> </State> </value> </entry> </map> </option> </component> <component name="VcsManagerConfiguration"> <MESSAGE value="fix db-table-names + fix db-column-names + fix module error" /> <MESSAGE value="big update: -add toString() for Course, Student and CoursesOfStudy -fix null-pointer-exception in detailControllers + SwitchWindowHelper -add CoursesOfStudy Column in Student -add find-Methods to JpaService -connect Gui to DB" /> <MESSAGE value="Added modification option for courses of study" /> <option name="LAST_COMMIT_MESSAGE" value="Added modification option for courses of study" /> </component> </project>