updated java version to 17 so I can use switched (Introduced in 14
This commit is contained in:
parent
dbb2a7f78b
commit
1e439db43d
14 changed files with 83 additions and 54 deletions
4
.idea/misc.xml
Normal file
4
.idea/misc.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="temurin-17" project-jdk-type="JavaSDK" />
|
||||
</project>
|
||||
|
|
@ -4,8 +4,20 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="updated junk files">
|
||||
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="updated junk java files">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/java_practice.iml" beforeDir="false" afterPath="$PROJECT_DIR$/java_practice.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/Main.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/TempConverter.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/compoundInterest.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/ifStatements.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/madLibs.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/printF.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/randomNums.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/shoppingCart.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/substrings.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/trueFalse.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/out/production/java_practice/weightConverter.class" beforeDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -22,18 +34,18 @@
|
|||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="GitHubPullRequestSearchHistory"><![CDATA[{
|
||||
"lastFilter": {
|
||||
"state": "OPEN",
|
||||
"assignee": "CameronCSS"
|
||||
<component name="GitHubPullRequestSearchHistory">{
|
||||
"lastFilter": {
|
||||
"state": "OPEN",
|
||||
"assignee": "CameronCSS"
|
||||
}
|
||||
}]]></component>
|
||||
<component name="GithubPullRequestsUISettings"><![CDATA[{
|
||||
"selectedUrlAndAccountId": {
|
||||
"url": "https://github.com/CameronCSS/Java_practice.git",
|
||||
"accountId": "1865e200-c7ac-4f58-baed-f72f06b5746c"
|
||||
}</component>
|
||||
<component name="GithubPullRequestsUISettings">{
|
||||
"selectedUrlAndAccountId": {
|
||||
"url": "https://github.com/CameronCSS/Java_practice.git",
|
||||
"accountId": "1865e200-c7ac-4f58-baed-f72f06b5746c"
|
||||
}
|
||||
}]]></component>
|
||||
}</component>
|
||||
<component name="McpProjectServerCommands">
|
||||
<commands />
|
||||
<urls />
|
||||
|
|
@ -52,44 +64,44 @@
|
|||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"Application.Calculator.executor": "Run",
|
||||
"Application.Main.executor": "Run",
|
||||
"Application.TempConverter.executor": "Run",
|
||||
"Application.compountInterest.executor": "Run",
|
||||
"Application.ifStatements.executor": "Run",
|
||||
"Application.madLibs.executor": "Run",
|
||||
"Application.printF.executor": "Run",
|
||||
"Application.randomNums.executor": "Run",
|
||||
"Application.shoppingCart.executor": "Run",
|
||||
"Application.substrings.executor": "Run",
|
||||
"Application.tempConverter.executor": "Run",
|
||||
"Application.trueFalse.executor": "Run",
|
||||
"Application.weightConverter.executor": "Run",
|
||||
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
||||
"RunOnceActivity.MCP Project settings loaded": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
||||
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"junie.onboarding.icon.badge.shown": "true",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"project.structure.last.edited": "Modules",
|
||||
"project.structure.proportion": "0.15",
|
||||
"project.structure.side.proportion": "0.2",
|
||||
"settings.editor.selected.configurable": "vcs.Git",
|
||||
"to.speed.mode.migration.done": "true",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"Application.Calculator.executor": "Run",
|
||||
"Application.Main.executor": "Run",
|
||||
"Application.TempConverter.executor": "Run",
|
||||
"Application.compountInterest.executor": "Run",
|
||||
"Application.ifStatements.executor": "Run",
|
||||
"Application.madLibs.executor": "Run",
|
||||
"Application.printF.executor": "Run",
|
||||
"Application.randomNums.executor": "Run",
|
||||
"Application.shoppingCart.executor": "Run",
|
||||
"Application.substrings.executor": "Run",
|
||||
"Application.tempConverter.executor": "Run",
|
||||
"Application.trueFalse.executor": "Run",
|
||||
"Application.weightConverter.executor": "Run",
|
||||
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
||||
"RunOnceActivity.MCP Project settings loaded": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
||||
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"junie.onboarding.icon.badge.shown": "true",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"project.structure.last.edited": "SDKs",
|
||||
"project.structure.proportion": "0.15",
|
||||
"project.structure.side.proportion": "0.2",
|
||||
"settings.editor.selected.configurable": "configurable.group.language",
|
||||
"to.speed.mode.migration.done": "true",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}]]></component>
|
||||
}</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
|
||||
<recent name="" />
|
||||
|
|
@ -111,7 +123,9 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1767557089317</updated>
|
||||
<workItem from="1767557093354" duration="14440000" />
|
||||
<workItem from="1767678323979" duration="14930000" />
|
||||
<workItem from="1767678323979" duration="16130000" />
|
||||
<workItem from="1767837943314" duration="237000" />
|
||||
<workItem from="1767838192168" duration="55000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="updated module output folders">
|
||||
<option name="closed" value="true" />
|
||||
|
|
@ -233,7 +247,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1767823658794</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="16" />
|
||||
<task id="LOCAL-00016" summary="updated junk java files">
|
||||
<option name="closed" value="true" />
|
||||
<created>1767824260007</created>
|
||||
<option name="number" value="00016" />
|
||||
<option name="presentableId" value="LOCAL-00016" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1767824260007</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="17" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -254,6 +276,11 @@
|
|||
<MESSAGE value="Crated a temperature converter" />
|
||||
<MESSAGE value="Refactored classes / File names to use Pascal case" />
|
||||
<MESSAGE value="updated junk files" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="updated junk files" />
|
||||
<MESSAGE value="updated junk java files" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="updated junk java files" />
|
||||
</component>
|
||||
<component name="XSLT-Support.FileAssociations.UIState">
|
||||
<expand />
|
||||
<select />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -5,11 +5,9 @@
|
|||
<output-test url="file://$MODULE_DIR$/out/test/java_practice" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/calculator/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/madLibs/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/practice_projects/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="jbr_dcevm-11" jdkType="JavaSDK" />
|
||||
<orderEntry type="jdk" jdkName="temurin-17" jdkType="JavaSDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue