workspace.xml 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" afterDir="false" />
  8. </list>
  9. <ignored path="$PROJECT_DIR$/out/" />
  10. <ignored path="$PROJECT_DIR$/target/" />
  11. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FUSProjectUsageTrigger">
  18. <session id="-863643514">
  19. <usages-collector id="statistics.lifecycle.project">
  20. <counts>
  21. <entry key="project.closed" value="4" />
  22. <entry key="project.open.time.2" value="2" />
  23. <entry key="project.open.time.4" value="1" />
  24. <entry key="project.open.time.5" value="1" />
  25. <entry key="project.open.time.8" value="1" />
  26. <entry key="project.opened" value="5" />
  27. </counts>
  28. </usages-collector>
  29. <usages-collector id="statistics.file.extensions.edit">
  30. <counts>
  31. <entry key="java" value="6494" />
  32. <entry key="xml" value="10" />
  33. </counts>
  34. </usages-collector>
  35. <usages-collector id="statistics.file.types.edit">
  36. <counts>
  37. <entry key="JAVA" value="6494" />
  38. <entry key="XML" value="10" />
  39. </counts>
  40. </usages-collector>
  41. <usages-collector id="statistics.file.extensions.open">
  42. <counts>
  43. <entry key="class" value="1" />
  44. <entry key="java" value="8" />
  45. <entry key="xml" value="1" />
  46. </counts>
  47. </usages-collector>
  48. <usages-collector id="statistics.file.types.open">
  49. <counts>
  50. <entry key="CLASS" value="1" />
  51. <entry key="JAVA" value="8" />
  52. <entry key="XML" value="1" />
  53. </counts>
  54. </usages-collector>
  55. </session>
  56. </component>
  57. <component name="FileEditorManager">
  58. <splitter split-orientation="horizontal" split-proportion="0.49839228">
  59. <split-first>
  60. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  61. <file pinned="false" current-in-tab="false">
  62. <entry file="file://$PROJECT_DIR$/README.md">
  63. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  64. <state split_layout="SPLIT">
  65. <first_editor />
  66. <second_editor />
  67. </state>
  68. </provider>
  69. </entry>
  70. </file>
  71. <file pinned="false" current-in-tab="true">
  72. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  73. <provider selected="true" editor-type-id="text-editor">
  74. <state relative-caret-position="840">
  75. <caret line="60" column="41" lean-forward="true" selection-start-line="60" selection-start-column="41" selection-end-line="60" selection-end-column="41" />
  76. </state>
  77. </provider>
  78. </entry>
  79. </file>
  80. </leaf>
  81. </split-first>
  82. <split-second>
  83. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  84. <file pinned="false" current-in-tab="false">
  85. <entry file="file://$PROJECT_DIR$/pom.xml">
  86. <provider selected="true" editor-type-id="text-editor">
  87. <state relative-caret-position="270">
  88. <caret line="18" column="4" selection-start-line="18" selection-start-column="4" selection-end-line="18" selection-end-column="4" />
  89. </state>
  90. </provider>
  91. </entry>
  92. </file>
  93. <file pinned="false" current-in-tab="false">
  94. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  95. <provider selected="true" editor-type-id="text-editor">
  96. <state relative-caret-position="300">
  97. <caret line="20" column="75" selection-start-line="20" selection-start-column="75" selection-end-line="20" selection-end-column="75" />
  98. </state>
  99. </provider>
  100. </entry>
  101. </file>
  102. <file pinned="false" current-in-tab="true">
  103. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  104. <provider selected="true" editor-type-id="text-editor">
  105. <state relative-caret-position="193">
  106. <caret line="74" column="23" selection-start-line="74" selection-start-column="23" selection-end-line="74" selection-end-column="23" />
  107. <folding>
  108. <element signature="imports" expanded="true" />
  109. </folding>
  110. </state>
  111. </provider>
  112. </entry>
  113. </file>
  114. </leaf>
  115. </split-second>
  116. </splitter>
  117. </component>
  118. <component name="FileTemplateManagerImpl">
  119. <option name="RECENT_TEMPLATES">
  120. <list>
  121. <option value="Class" />
  122. </list>
  123. </option>
  124. </component>
  125. <component name="Git.Settings">
  126. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  127. </component>
  128. <component name="IdeDocumentHistory">
  129. <option name="CHANGED_PATHS">
  130. <list>
  131. <option value="$PROJECT_DIR$/.gitignore" />
  132. <option value="$PROJECT_DIR$/pom.xml" />
  133. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/Node.java" />
  134. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java" />
  135. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" />
  136. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" />
  137. </list>
  138. </option>
  139. </component>
  140. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  141. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  142. <component name="JsGulpfileManager">
  143. <detection-done>true</detection-done>
  144. <sorting>DEFINITION_ORDER</sorting>
  145. </component>
  146. <component name="MavenImportPreferences">
  147. <option name="importingSettings">
  148. <MavenImportingSettings>
  149. <option name="importAutomatically" value="true" />
  150. </MavenImportingSettings>
  151. </option>
  152. </component>
  153. <component name="ProjectFrameBounds">
  154. <option name="x" value="-345" />
  155. <option name="y" value="-1038" />
  156. <option name="width" value="1670" />
  157. <option name="height" value="1038" />
  158. </component>
  159. <component name="ProjectView">
  160. <navigator proportions="" version="1">
  161. <foldersAlwaysOnTop value="true" />
  162. </navigator>
  163. <panes>
  164. <pane id="PackagesPane" />
  165. <pane id="Scope" />
  166. <pane id="ProjectPane">
  167. <subPane>
  168. <expand>
  169. <path>
  170. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  171. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  172. </path>
  173. <path>
  174. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  175. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  176. <item name="src" type="462c0819:PsiDirectoryNode" />
  177. </path>
  178. <path>
  179. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  180. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  181. <item name="src" type="462c0819:PsiDirectoryNode" />
  182. <item name="main" type="462c0819:PsiDirectoryNode" />
  183. </path>
  184. <path>
  185. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  186. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  187. <item name="src" type="462c0819:PsiDirectoryNode" />
  188. <item name="main" type="462c0819:PsiDirectoryNode" />
  189. <item name="java" type="462c0819:PsiDirectoryNode" />
  190. </path>
  191. <path>
  192. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  193. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  194. <item name="src" type="462c0819:PsiDirectoryNode" />
  195. <item name="main" type="462c0819:PsiDirectoryNode" />
  196. <item name="java" type="462c0819:PsiDirectoryNode" />
  197. <item name="singlylinkedlist" type="462c0819:PsiDirectoryNode" />
  198. </path>
  199. <path>
  200. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  201. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  202. <item name="src" type="462c0819:PsiDirectoryNode" />
  203. <item name="test" type="462c0819:PsiDirectoryNode" />
  204. </path>
  205. <path>
  206. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  207. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  208. <item name="src" type="462c0819:PsiDirectoryNode" />
  209. <item name="test" type="462c0819:PsiDirectoryNode" />
  210. <item name="java" type="462c0819:PsiDirectoryNode" />
  211. </path>
  212. <path>
  213. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  214. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  215. <item name="src" type="462c0819:PsiDirectoryNode" />
  216. <item name="test" type="462c0819:PsiDirectoryNode" />
  217. <item name="java" type="462c0819:PsiDirectoryNode" />
  218. <item name="singlylinkedlist" type="462c0819:PsiDirectoryNode" />
  219. </path>
  220. </expand>
  221. <select />
  222. </subPane>
  223. </pane>
  224. </panes>
  225. </component>
  226. <component name="PropertiesComponent">
  227. <property name="WebServerToolWindowFactoryState" value="false" />
  228. <property name="aspect.path.notification.shown" value="true" />
  229. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1541466176208" />
  230. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  231. <property name="project.structure.last.edited" value="Project" />
  232. <property name="project.structure.proportion" value="0.0" />
  233. <property name="project.structure.side.proportion" value="0.2" />
  234. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  235. </component>
  236. <component name="RunDashboard">
  237. <option name="ruleStates">
  238. <list>
  239. <RuleState>
  240. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  241. </RuleState>
  242. <RuleState>
  243. <option name="name" value="StatusDashboardGroupingRule" />
  244. </RuleState>
  245. </list>
  246. </option>
  247. </component>
  248. <component name="RunManager" selected="JUnit.SinglyLinkedListTest.removeNode">
  249. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  250. <module name="" />
  251. <option name="TESTING_TYPE" value="0" />
  252. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  253. <option name="METHOD_NAME" value="" />
  254. <option name="CLASS_NAME" value="" />
  255. <option name="PACKAGE_NAME" value="" />
  256. <option name="EXTRA_OPTIONS" value="" />
  257. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  258. <option name="PREFERRED_AVD" value="" />
  259. <option name="CLEAR_LOGCAT" value="false" />
  260. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  261. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  262. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  263. <option name="DEBUGGER_TYPE" value="Java" />
  264. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  265. <option name="PREFERRED_AVD" value="" />
  266. <Java />
  267. <Profilers>
  268. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  269. <option name="GAPID_ENABLED" value="false" />
  270. <option name="GAPID_DISABLE_PCS" value="false" />
  271. <option name="SUPPORT_LIB_ENABLED" value="true" />
  272. <option name="INSTRUMENTATION_ENABLED" value="true" />
  273. </Profilers>
  274. <method />
  275. </configuration>
  276. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  277. <setting name="environment" value="" />
  278. <setting name="specsToExecute" value="" />
  279. <setting name="tags" value="" />
  280. <setting name="parallelNodes" value="" />
  281. <setting name="execInParallel" value="false" />
  282. <setting name="programParameters" value="" />
  283. <setting name="workingDirectory" value="" />
  284. <setting name="moduleName" value="" />
  285. <envMap />
  286. <setting name="rowsRange" value="" />
  287. <method />
  288. </configuration>
  289. <configuration default="true" type="Applet" factoryName="Applet">
  290. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  291. <method v="2">
  292. <option name="Make" enabled="true" />
  293. </method>
  294. </configuration>
  295. <configuration name="MainApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  296. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.MainApplication" />
  297. <module name="singlylinkedlist" />
  298. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  299. <extension name="coverage">
  300. <pattern>
  301. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  302. <option name="ENABLED" value="true" />
  303. </pattern>
  304. </extension>
  305. <method v="2">
  306. <option name="Make" enabled="true" />
  307. </method>
  308. </configuration>
  309. <configuration default="true" type="Application" factoryName="Application">
  310. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  311. <method v="2">
  312. <option name="Make" enabled="true" />
  313. </method>
  314. </configuration>
  315. <configuration name="SinglyLinkedListTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  316. <module name="singlylinkedlist" />
  317. <extension name="coverage">
  318. <pattern>
  319. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  320. <option name="ENABLED" value="true" />
  321. </pattern>
  322. </extension>
  323. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  324. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  325. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  326. <method v="2">
  327. <option name="Make" enabled="true" />
  328. </method>
  329. </configuration>
  330. <configuration name="SinglyLinkedListTest.removeNode" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  331. <module name="singlylinkedlist" />
  332. <extension name="coverage">
  333. <pattern>
  334. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  335. <option name="ENABLED" value="true" />
  336. </pattern>
  337. </extension>
  338. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  339. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  340. <option name="METHOD_NAME" value="removeNode" />
  341. <option name="TEST_OBJECT" value="method" />
  342. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  343. <method v="2">
  344. <option name="Make" enabled="true" />
  345. </method>
  346. </configuration>
  347. <configuration name="SinglyLinkedListTest.testCopy" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  348. <module name="singlylinkedlist" />
  349. <extension name="coverage">
  350. <pattern>
  351. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  352. <option name="ENABLED" value="true" />
  353. </pattern>
  354. </extension>
  355. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  356. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  357. <option name="METHOD_NAME" value="testCopy" />
  358. <option name="TEST_OBJECT" value="method" />
  359. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  360. <method v="2">
  361. <option name="Make" enabled="true" />
  362. </method>
  363. </configuration>
  364. <configuration name="SinglyLinkedListTest.testSort" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  365. <module name="singlylinkedlist" />
  366. <extension name="coverage">
  367. <pattern>
  368. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  369. <option name="ENABLED" value="true" />
  370. </pattern>
  371. </extension>
  372. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  373. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  374. <option name="METHOD_NAME" value="testSort" />
  375. <option name="TEST_OBJECT" value="method" />
  376. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  377. <method v="2">
  378. <option name="Make" enabled="true" />
  379. </method>
  380. </configuration>
  381. <configuration default="true" type="JUnit" factoryName="JUnit">
  382. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  383. <method v="2">
  384. <option name="Make" enabled="true" />
  385. </method>
  386. </configuration>
  387. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  388. <module name="CR-MesoLabs-Collections-SinglyLinkedList" />
  389. <option name="VM_PARAMETERS" />
  390. <option name="PROGRAM_PARAMETERS" />
  391. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  392. <option name="ALTERNATIVE_JRE_PATH" />
  393. <option name="PASS_PARENT_ENVS" value="true" />
  394. <option name="MAIN_CLASS_NAME" />
  395. <option name="WORKING_DIRECTORY" />
  396. <method v="2">
  397. <option name="Make" enabled="true" />
  398. </method>
  399. </configuration>
  400. <configuration default="true" type="TestNG" factoryName="TestNG">
  401. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  402. <properties />
  403. <listeners />
  404. <method v="2">
  405. <option name="Make" enabled="true" />
  406. </method>
  407. </configuration>
  408. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  409. <module name="" />
  410. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  411. <option name="PROGRAM_PARAMETERS" />
  412. <predefined_log_file id="idea.log" enabled="true" />
  413. <method v="2">
  414. <option name="Make" enabled="true" />
  415. </method>
  416. </configuration>
  417. <list>
  418. <item itemvalue="JUnit.SinglyLinkedListTest.testCopy" />
  419. <item itemvalue="JUnit.SinglyLinkedListTest" />
  420. <item itemvalue="JUnit.SinglyLinkedListTest.testSort" />
  421. <item itemvalue="Application.MainApplication" />
  422. <item itemvalue="JUnit.SinglyLinkedListTest.removeNode" />
  423. </list>
  424. <recent_temporary>
  425. <list>
  426. <item itemvalue="JUnit.SinglyLinkedListTest.removeNode" />
  427. <item itemvalue="Application.MainApplication" />
  428. <item itemvalue="JUnit.SinglyLinkedListTest" />
  429. <item itemvalue="JUnit.SinglyLinkedListTest.testSort" />
  430. <item itemvalue="JUnit.SinglyLinkedListTest.testCopy" />
  431. </list>
  432. </recent_temporary>
  433. </component>
  434. <component name="SvnConfiguration">
  435. <configuration />
  436. </component>
  437. <component name="TaskManager">
  438. <task active="true" id="Default" summary="Default task">
  439. <changelist id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
  440. <created>1515621994762</created>
  441. <option name="number" value="Default" />
  442. <option name="presentableId" value="Default" />
  443. <updated>1515621994762</updated>
  444. <workItem from="1540932067056" duration="44351000" />
  445. <workItem from="1541201803762" duration="1143000" />
  446. <workItem from="1541266125521" duration="2831000" />
  447. <workItem from="1541369767229" duration="1189000" />
  448. <workItem from="1541389896503" duration="2221000" />
  449. </task>
  450. <servers />
  451. </component>
  452. <component name="TestHistory">
  453. <history-entry file="SinglyLinkedListTest - 2018.11.02 at 16h 12m 08s.xml">
  454. <configuration name="SinglyLinkedListTest" configurationId="JUnit" />
  455. </history-entry>
  456. <history-entry file="SinglyLinkedListTest - 2018.11.02 at 16h 18m 51s.xml">
  457. <configuration name="SinglyLinkedListTest" configurationId="JUnit" />
  458. </history-entry>
  459. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 19h 51m 03s.xml">
  460. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  461. </history-entry>
  462. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 19h 55m 21s.xml">
  463. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  464. </history-entry>
  465. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 19h 55m 40s.xml">
  466. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  467. </history-entry>
  468. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 20h 01m 22s.xml">
  469. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  470. </history-entry>
  471. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 20h 01m 58s.xml">
  472. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  473. </history-entry>
  474. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 20h 02m 09s.xml">
  475. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  476. </history-entry>
  477. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 20h 02m 33s.xml">
  478. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  479. </history-entry>
  480. <history-entry file="SinglyLinkedListTest_removeNode - 2018.11.05 at 20h 03m 01s.xml">
  481. <configuration name="SinglyLinkedListTest.removeNode" configurationId="JUnit" />
  482. </history-entry>
  483. </component>
  484. <component name="TimeTrackingManager">
  485. <option name="totallyTimeSpent" value="51735000" />
  486. </component>
  487. <component name="ToolWindowManager">
  488. <frame x="-345" y="-1038" width="1670" height="1038" extended-state="0" />
  489. <editor active="true" />
  490. <layout>
  491. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.12162162" />
  492. <window_info id="Structure" order="1" weight="0.25" />
  493. <window_info id="Nl-Palette" order="2" />
  494. <window_info id="Favorites" order="3" side_tool="true" />
  495. <window_info id="Image Layers" order="4" />
  496. <window_info id="Designer" order="5" />
  497. <window_info id="UI Designer" order="6" />
  498. <window_info id="Capture Tool" order="7" />
  499. <window_info anchor="bottom" id="Message" order="0" />
  500. <window_info anchor="bottom" id="Find" order="1" weight="0.32998884" />
  501. <window_info anchor="bottom" id="Run" order="2" weight="0.3266385" />
  502. <window_info anchor="bottom" id="Debug" order="3" weight="0.5791711" />
  503. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  504. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  505. <window_info anchor="bottom" id="TODO" order="6" />
  506. <window_info anchor="bottom" id="Terminal" order="7" weight="0.32901135" />
  507. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  508. <window_info anchor="bottom" id="Version Control" order="9" />
  509. <window_info anchor="bottom" id="Messages" order="10" weight="0.21670191" />
  510. <window_info anchor="bottom" id="Database Changes" order="11" show_stripe_button="false" />
  511. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  512. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  513. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  514. <window_info anchor="right" id="Palette" order="3" />
  515. <window_info anchor="right" id="Capture Analysis" order="4" />
  516. <window_info anchor="right" id="Theme Preview" order="5" />
  517. <window_info anchor="right" id="Properties" order="6" />
  518. <window_info anchor="right" id="Palette&#9;" order="7" />
  519. <window_info anchor="right" id="Maven Projects" order="8" />
  520. <window_info anchor="right" id="Database" order="9" />
  521. </layout>
  522. </component>
  523. <component name="TypeScriptGeneratedFilesManager">
  524. <option name="version" value="1" />
  525. </component>
  526. <component name="VcsContentAnnotationSettings">
  527. <option name="myLimit" value="2678400000" />
  528. </component>
  529. <component name="editorHistoryManager">
  530. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist.java" />
  531. <entry file="file://$PROJECT_DIR$/.gitignore">
  532. <provider selected="true" editor-type-id="text-editor">
  533. <state relative-caret-position="75">
  534. <caret line="5" column="5" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
  535. </state>
  536. </provider>
  537. </entry>
  538. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/Node.java" />
  539. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/internal/runners/model/ReflectiveCallable.class">
  540. <provider selected="true" editor-type-id="text-editor">
  541. <state relative-caret-position="195">
  542. <caret line="13" column="42" selection-start-line="13" selection-start-column="42" selection-end-line="13" selection-end-column="42" />
  543. </state>
  544. </provider>
  545. </entry>
  546. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/util/LinkedList.java">
  547. <provider selected="true" editor-type-id="text-editor">
  548. <state relative-caret-position="-5225">
  549. <caret line="82" column="13" selection-start-line="82" selection-start-column="13" selection-end-line="82" selection-end-column="13" />
  550. </state>
  551. </provider>
  552. </entry>
  553. <entry file="file://$PROJECT_DIR$/README.md">
  554. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  555. <state split_layout="SPLIT">
  556. <first_editor />
  557. <second_editor />
  558. </state>
  559. </provider>
  560. </entry>
  561. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  562. <provider selected="true" editor-type-id="text-editor">
  563. <state relative-caret-position="300">
  564. <caret line="20" column="75" selection-start-line="20" selection-start-column="75" selection-end-line="20" selection-end-column="75" />
  565. </state>
  566. </provider>
  567. </entry>
  568. <entry file="file://$PROJECT_DIR$/pom.xml">
  569. <provider selected="true" editor-type-id="text-editor">
  570. <state relative-caret-position="270">
  571. <caret line="18" column="4" selection-start-line="18" selection-start-column="4" selection-end-line="18" selection-end-column="4" />
  572. </state>
  573. </provider>
  574. </entry>
  575. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  576. <provider selected="true" editor-type-id="text-editor">
  577. <state relative-caret-position="840">
  578. <caret line="60" column="41" lean-forward="true" selection-start-line="60" selection-start-column="41" selection-end-line="60" selection-end-column="41" />
  579. </state>
  580. </provider>
  581. </entry>
  582. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  583. <provider selected="true" editor-type-id="text-editor">
  584. <state relative-caret-position="193">
  585. <caret line="74" column="23" selection-start-line="74" selection-start-column="23" selection-end-line="74" selection-end-column="23" />
  586. <folding>
  587. <element signature="imports" expanded="true" />
  588. </folding>
  589. </state>
  590. </provider>
  591. </entry>
  592. </component>
  593. </project>