|
@@ -4,23 +4,24 @@
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
- <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="">
|
|
|
|
- <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/Main.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/StaticInterview.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestCollection.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestMath.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestString.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestStringIntern.java" afterDir="false" />
|
|
|
|
|
|
+ <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="0403 javaSE">
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/Main.java" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/StaticInterview.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/StaticInterview.java" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestCollection.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestCollection.java" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestMath.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestMath.java" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestString.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestString.java" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestStringIntern.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestStringIntern.java" afterDir="false" />
|
|
</list>
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
</component>
|
|
|
|
+ <component name="ChangesViewManager">
|
|
|
|
+ <option name="groupingKeys">
|
|
|
|
+ <option value="directory" />
|
|
|
|
+ </option>
|
|
|
|
+ </component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<list>
|
|
@@ -31,9 +32,9 @@
|
|
<component name="Git.Settings">
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
</component>
|
|
</component>
|
|
- <component name="ProjectColorInfo"><![CDATA[{
|
|
|
|
- "associatedIndex": 1
|
|
|
|
-}]]></component>
|
|
|
|
|
|
+ <component name="ProjectColorInfo">{
|
|
|
|
+ "associatedIndex": 1
|
|
|
|
+}</component>
|
|
<component name="ProjectId" id="2eZtY2aHbAlH73NNbcsXZlSA5aT" />
|
|
<component name="ProjectId" id="2eZtY2aHbAlH73NNbcsXZlSA5aT" />
|
|
<component name="ProjectLevelVcsManager">
|
|
<component name="ProjectLevelVcsManager">
|
|
<ConfirmationsSetting value="2" id="Add" />
|
|
<ConfirmationsSetting value="2" id="Add" />
|
|
@@ -41,29 +42,30 @@
|
|
<component name="ProjectViewState">
|
|
<component name="ProjectViewState">
|
|
<option name="showLibraryContents" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
</component>
|
|
- <component name="PropertiesComponent"><![CDATA[{
|
|
|
|
- "keyToString": {
|
|
|
|
- "Application.Main.executor": "Run",
|
|
|
|
- "Application.StaticInterview.executor": "Run",
|
|
|
|
- "Application.TestCollection (1).executor": "Run",
|
|
|
|
- "Application.TestCollection.executor": "Run",
|
|
|
|
- "Application.TestMath.executor": "Run",
|
|
|
|
- "Application.TestStringIntern.executor": "Run",
|
|
|
|
- "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
|
|
|
|
- "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
- "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
- "git-widget-placeholder": "master",
|
|
|
|
- "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",
|
|
|
|
- "settings.editor.selected.configurable": "MavenSettings",
|
|
|
|
- "vue.rearranger.settings.migration": "true"
|
|
|
|
|
|
+ <component name="PropertiesComponent">{
|
|
|
|
+ "keyToString": {
|
|
|
|
+ "Application.Main.executor": "Run",
|
|
|
|
+ "Application.StaticInterview.executor": "Run",
|
|
|
|
+ "Application.TestCollection (1).executor": "Run",
|
|
|
|
+ "Application.TestCollection (2).executor": "Run",
|
|
|
|
+ "Application.TestCollection.executor": "Run",
|
|
|
|
+ "Application.TestMath.executor": "Run",
|
|
|
|
+ "Application.TestStringIntern.executor": "Run",
|
|
|
|
+ "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
|
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
+ "git-widget-placeholder": "master",
|
|
|
|
+ "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",
|
|
|
|
+ "settings.editor.selected.configurable": "MavenSettings",
|
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
}
|
|
}
|
|
-}]]></component>
|
|
|
|
- <component name="RunManager" selected="Application.TestCollection (2)">
|
|
|
|
|
|
+}</component>
|
|
|
|
+ <component name="RunManager" selected="Application.TestCollection">
|
|
<configuration name="TestCollection (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="TestCollection (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
|
|
<option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
@@ -77,12 +79,12 @@
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="TestCollection (2)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
|
|
|
|
|
|
+ <configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestCollection" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.javase.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
@@ -91,11 +93,24 @@
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
<configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
|
|
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestCollection" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.javase.*" />
|
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
|
+ </pattern>
|
|
|
|
+ </extension>
|
|
|
|
+ <method v="2">
|
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
|
+ </method>
|
|
|
|
+ </configuration>
|
|
|
|
+ <configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestCollection" />
|
|
|
|
+ <module name="spring-demo" />
|
|
|
|
+ <extension name="coverage">
|
|
|
|
+ <pattern>
|
|
|
|
+ <option name="PATTERN" value="com.sf.javase.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
@@ -104,11 +119,11 @@
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
<configuration name="TestMath" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="TestMath" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.TestMath" />
|
|
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestMath" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.javase.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
@@ -117,11 +132,11 @@
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
<configuration name="TestStringIntern" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="TestStringIntern" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.TestStringIntern" />
|
|
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestStringIntern" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.javase.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
@@ -131,7 +146,6 @@
|
|
</configuration>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
- <item itemvalue="Application.TestCollection (2)" />
|
|
|
|
<item itemvalue="Application.TestCollection (1)" />
|
|
<item itemvalue="Application.TestCollection (1)" />
|
|
<item itemvalue="Application.TestCollection" />
|
|
<item itemvalue="Application.TestCollection" />
|
|
<item itemvalue="Application.TestMath" />
|
|
<item itemvalue="Application.TestMath" />
|
|
@@ -147,11 +161,24 @@
|
|
<option name="number" value="Default" />
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1712123972326</updated>
|
|
<updated>1712123972326</updated>
|
|
- <workItem from="1712123973520" duration="6752000" />
|
|
|
|
|
|
+ <workItem from="1712123973520" duration="8552000" />
|
|
</task>
|
|
</task>
|
|
|
|
+ <task id="LOCAL-00001" summary="0403 javaSE">
|
|
|
|
+ <option name="closed" value="true" />
|
|
|
|
+ <created>1712134844743</created>
|
|
|
|
+ <option name="number" value="00001" />
|
|
|
|
+ <option name="presentableId" value="LOCAL-00001" />
|
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
|
+ <updated>1712134844743</updated>
|
|
|
|
+ </task>
|
|
|
|
+ <option name="localTasksCounter" value="2" />
|
|
<servers />
|
|
<servers />
|
|
</component>
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
<option name="version" value="3" />
|
|
</component>
|
|
</component>
|
|
|
|
+ <component name="VcsManagerConfiguration">
|
|
|
|
+ <MESSAGE value="0403 javaSE" />
|
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="0403 javaSE" />
|
|
|
|
+ </component>
|
|
</project>
|
|
</project>
|