java-tutorials/.idea/workspace.xml

145 lines
6.6 KiB
XML
Raw Normal View History

2021-04-12 17:30:43 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
2021-09-23 15:00:31 -04:00
<list default="true" id="2a855b03-5ee0-4324-b916-110994784a14" name="Changes" comment="Update change to different folder and set to rebuild">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
2021-09-23 15:00:31 -04:00
<change beforePath="$PROJECT_DIR$/parent-java/java-numbers-2/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/parent-java/java-numbers-2/README.md" afterDir="false" />
2021-04-15 11:05:54 -04:00
</list>
2021-04-12 17:30:43 -04:00
<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_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="1yXq0B5lme8eyBDkbRBUHlwFMj2" />
2021-04-12 17:30:43 -04:00
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
2021-09-23 15:00:31 -04:00
<property name="TF_FMT" value="false" />
2021-04-12 17:30:43 -04:00
<property name="WebServerToolWindowFactoryState" value="false" />
2021-08-12 18:45:40 -04:00
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
</component>
2021-09-23 15:00:31 -04:00
<component name="RunManager" selected="Application.NaNExample">
<configuration name="NaNExample" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.ossez.nan.NaNExample" />
<module name="java-numbers-2" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.ossez.nan.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="PrimeCheckerUnitTest.whenCheckIsPrime_thenTrue" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="java-numbers-2" />
2021-08-12 18:45:40 -04:00
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.ossez.algorithms.primechecker.*" />
2021-08-12 18:45:40 -04:00
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="com.ossez.algorithms.primechecker" />
<option name="MAIN_CLASS_NAME" value="com.ossez.algorithms.primechecker.PrimeCheckerUnitTest" />
<option name="METHOD_NAME" value="whenCheckIsPrime_thenTrue" />
<option name="TEST_OBJECT" value="method" />
2021-08-12 18:45:40 -04:00
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="PrimeCheckerUnitTest.whenCheckIsPrime_thenTrue" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="java-numbers-2" />
2021-08-12 18:45:40 -04:00
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.ossez.algorithms.primechecker.*" />
2021-08-12 18:45:40 -04:00
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="com.ossez.algorithms.primechecker" />
<option name="MAIN_CLASS_NAME" value="com.ossez.algorithms.primechecker.PrimeCheckerUnitTest" />
<option name="METHOD_NAME" value="whenCheckIsPrime_thenTrue" />
2021-08-12 18:45:40 -04:00
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="JetRunConfigurationType">
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
<option name="filePath" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
2021-08-12 18:45:40 -04:00
<recent_temporary>
<list>
2021-09-23 15:00:31 -04:00
<item itemvalue="Application.NaNExample" />
<item itemvalue="JUnit.PrimeCheckerUnitTest.whenCheckIsPrime_thenTrue" />
2021-08-12 18:45:40 -04:00
</list>
</recent_temporary>
</component>
2021-04-12 17:30:43 -04:00
<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="2a855b03-5ee0-4324-b916-110994784a14" name="Changes" comment="" />
<created>1632408056518</created>
2021-04-12 17:30:43 -04:00
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1632408056518</updated>
<workItem from="1632408057926" duration="1144000" />
2021-09-23 15:00:31 -04:00
<workItem from="1632417263821" duration="2908000" />
</task>
<task id="LOCAL-00001" summary="修改项目到不同的路径">
<created>1632420206392</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1632420206392</updated>
</task>
2021-09-23 15:00:31 -04:00
<task id="LOCAL-00002" summary="Update change to different folder and set to rebuild">
<created>1632420268850</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1632420268850</updated>
</task>
<option name="localTasksCounter" value="3" />
2021-04-12 17:30:43 -04:00
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
2021-09-23 15:00:31 -04:00
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="修改项目到不同的路径" />
<MESSAGE value="Update change to different folder and set to rebuild" />
<option name="LAST_COMMIT_MESSAGE" value="Update change to different folder and set to rebuild" />
</component>
2021-04-12 17:30:43 -04:00
</project>