java-tutorials/.idea/workspace.xml

260 lines
13 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-10-04 14:46:11 -04:00
<list default="true" id="2a855b03-5ee0-4324-b916-110994784a14" name="Changes" comment="Add docs for xml process">
<change afterPath="$PROJECT_DIR$/parent-java/jmh/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/BenchMark.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/BenchmarkRunner.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/bitset/Plotter.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/bitset/Sizing.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/bitset/VectorOfBitsBenchmark.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/falsesharing/FalseSharing.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/falsesharing/LongAdder.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/java/com/ossez/falsesharing/Striped64.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/resources/META-INF/BenchmarkList" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/resources/bitset/cardinal.csv" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/resources/bitset/get.csv" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/resources/bitset/set.csv" afterDir="false" />
<change afterPath="$PROJECT_DIR$/parent-java/jmh/src/main/resources/logback.xml" afterDir="false" />
2021-09-29 13:46:08 -04:00
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
2021-10-04 14:46:11 -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" />
<change beforePath="$PROJECT_DIR$/parent-java/java-numbers/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/parent-java/java-numbers/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/parent-java/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/parent-java/pom.xml" 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>
2021-09-29 13:46:08 -04:00
<component name="GitSEFilterConfiguration">
<file-type-list>
<filtered-out-file-type name="LOCAL_BRANCH" />
<filtered-out-file-type name="REMOTE_BRANCH" />
<filtered-out-file-type name="TAG" />
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
</file-type-list>
</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-10-04 14:46:11 -04:00
<property name="last_opened_file_path" value="$PROJECT_DIR$/parent-java" />
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)" />
2021-10-04 14:46:11 -04:00
<property name="project.structure.last.edited" value="Problems" />
2021-09-29 13:46:08 -04:00
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.24043715" />
2021-10-04 14:46:11 -04:00
<property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
2021-08-12 18:45:40 -04:00
</component>
2021-09-29 13:46:08 -04:00
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
2021-10-04 14:46:11 -04:00
<recent name="D:\WorkDir\Repository\GitHub\cwiki-us-docs\java-tutorials\parent-java" />
2021-09-29 13:46:08 -04:00
<recent name="D:\WorkDir\Repository\GitHub\cwiki-us-docs\java-tutorials\xml\src\test\resources" />
<recent name="D:\WorkDir\Repository\GitHub\cwiki-us-docs\java-tutorials" />
</key>
</component>
2021-10-04 14:46:11 -04:00
<component name="RunManager" selected="Application.BenchmarkRunner">
<configuration name="BenchmarkRunner" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.ossez.BenchmarkRunner" />
<module name="jmh" />
2021-08-12 18:45:40 -04:00
<extension name="coverage">
<pattern>
2021-10-04 14:46:11 -04:00
<option name="PATTERN" value="com.ossez.*" />
2021-08-12 18:45:40 -04:00
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
2021-09-29 13:46:08 -04:00
<configuration name="Dom4JParserUnitTest.generateNewDocumentTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="xml" />
2021-08-12 18:45:40 -04:00
<extension name="coverage">
<pattern>
2021-09-29 13:46:08 -04:00
<option name="PATTERN" value="com.ossez.xml.*" />
2021-08-12 18:45:40 -04:00
<option name="ENABLED" value="true" />
</pattern>
</extension>
2021-09-29 13:46:08 -04:00
<option name="PACKAGE_NAME" value="com.ossez.xml" />
<option name="MAIN_CLASS_NAME" value="com.ossez.xml.Dom4JParserUnitTest" />
<option name="METHOD_NAME" value="generateNewDocumentTest" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Dom4JParserUnitTest.testCreateXML" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="xml" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.ossez.xml.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="com.ossez.xml" />
<option name="MAIN_CLASS_NAME" value="com.ossez.xml.Dom4JParserUnitTest" />
<option name="METHOD_NAME" value="testCreateXML" />
2021-08-12 18:45:40 -04:00
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
2021-09-29 13:46:08 -04:00
<configuration name="Dom4JParserUnitTest.testCreateXMLFromSystemProperties" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="xml" />
2021-09-23 15:49:02 -04:00
<extension name="coverage">
<pattern>
2021-09-29 13:46:08 -04:00
<option name="PATTERN" value="com.ossez.xml.*" />
2021-09-23 15:49:02 -04:00
<option name="ENABLED" value="true" />
</pattern>
</extension>
2021-09-29 13:46:08 -04:00
<option name="PACKAGE_NAME" value="com.ossez.xml" />
<option name="MAIN_CLASS_NAME" value="com.ossez.xml.Dom4JParserUnitTest" />
<option name="METHOD_NAME" value="testCreateXMLFromSystemProperties" />
2021-09-23 15:49:02 -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-10-04 14:46:11 -04:00
<list>
<item itemvalue="JUnit.Dom4JParserUnitTest.generateNewDocumentTest" />
<item itemvalue="JUnit.Dom4JParserUnitTest.testCreateXML" />
<item itemvalue="JUnit.Dom4JParserUnitTest.testCreateXMLFromSystemProperties" />
<item itemvalue="Application.BenchmarkRunner" />
</list>
2021-08-12 18:45:40 -04:00
<recent_temporary>
<list>
2021-10-04 14:46:11 -04:00
<item itemvalue="Application.BenchmarkRunner" />
2021-09-29 13:46:08 -04:00
<item itemvalue="JUnit.Dom4JParserUnitTest.testCreateXMLFromSystemProperties" />
<item itemvalue="JUnit.Dom4JParserUnitTest.testCreateXML" />
<item itemvalue="JUnit.Dom4JParserUnitTest.generateNewDocumentTest" />
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-29 13:46:08 -04:00
<workItem from="1632417263821" duration="6344000" />
<workItem from="1632505123573" duration="254000" />
<workItem from="1632767316507" duration="2832000" />
<workItem from="1632843147814" duration="70000" />
2021-10-04 14:46:11 -04:00
<workItem from="1632921802745" duration="10467000" />
<workItem from="1633367518405" duration="4551000" />
2021-09-23 15:00:31 -04:00
</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>
2021-09-23 15:49:02 -04:00
<task id="LOCAL-00003" summary="Java number related and examples">
<created>1632423632011</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1632423632011</updated>
</task>
<task id="LOCAL-00004" summary="Init commit all code">
<created>1632423824690</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1632423824690</updated>
</task>
<task id="LOCAL-00005" summary="Init commit all code">
<created>1632423847987</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1632423847987</updated>
</task>
2021-09-29 13:46:08 -04:00
<task id="LOCAL-00006" summary="Check Prime numbers">
<created>1632426542726</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1632426542726</updated>
</task>
2021-10-04 14:46:11 -04:00
<task id="LOCAL-00007" summary="Add docs for xml process">
<created>1632937568332</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1632937568332</updated>
</task>
<task id="LOCAL-00008" summary="Add docs for xml process">
<created>1632937611560</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1632937611560</updated>
</task>
<option name="localTasksCounter" value="9" />
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>
2021-09-29 13:46:08 -04:00
<option name="oldMeFiltersMigrated" value="true" />
2021-09-23 15:00:31 -04:00
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="修改项目到不同的路径" />
<MESSAGE value="Update change to different folder and set to rebuild" />
2021-09-23 15:49:02 -04:00
<MESSAGE value="Java number related and examples" />
<MESSAGE value="Init commit all code" />
2021-09-29 13:46:08 -04:00
<MESSAGE value="Check Prime numbers" />
2021-10-04 14:46:11 -04:00
<MESSAGE value="Add docs for xml process" />
<option name="LAST_COMMIT_MESSAGE" value="Add docs for xml process" />
2021-09-23 15:00:31 -04:00
</component>
2021-04-12 17:30:43 -04:00
</project>