workspace.xml 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  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/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  10. <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" />
  11. <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" />
  12. </list>
  13. <ignored path="$PROJECT_DIR$/out/" />
  14. <ignored path="$PROJECT_DIR$/target/" />
  15. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  16. <option name="SHOW_DIALOG" value="false" />
  17. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  18. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  19. <option name="LAST_RESOLUTION" value="IGNORE" />
  20. </component>
  21. <component name="FUSProjectUsageTrigger">
  22. <session id="418033436">
  23. <usages-collector id="statistics.lifecycle.project">
  24. <counts>
  25. <entry key="project.closed" value="3" />
  26. <entry key="project.open.time.1" value="1" />
  27. <entry key="project.open.time.10" value="1" />
  28. <entry key="project.open.time.2" value="1" />
  29. <entry key="project.open.time.5" value="1" />
  30. <entry key="project.opened" value="4" />
  31. </counts>
  32. </usages-collector>
  33. <usages-collector id="statistics.file.extensions.edit">
  34. <counts>
  35. <entry key="java" value="2951" />
  36. </counts>
  37. </usages-collector>
  38. <usages-collector id="statistics.file.types.edit">
  39. <counts>
  40. <entry key="JAVA" value="2951" />
  41. </counts>
  42. </usages-collector>
  43. <usages-collector id="statistics.file.extensions.open">
  44. <counts>
  45. <entry key="class" value="1" />
  46. <entry key="java" value="1" />
  47. </counts>
  48. </usages-collector>
  49. <usages-collector id="statistics.file.types.open">
  50. <counts>
  51. <entry key="CLASS" value="1" />
  52. <entry key="JAVA" value="1" />
  53. </counts>
  54. </usages-collector>
  55. </session>
  56. </component>
  57. <component name="FileEditorManager">
  58. <splitter split-orientation="horizontal" split-proportion="0.59808195">
  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$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  63. <provider selected="true" editor-type-id="text-editor">
  64. <state relative-caret-position="75">
  65. <caret line="5" column="28" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  66. </state>
  67. </provider>
  68. </entry>
  69. </file>
  70. <file pinned="false" current-in-tab="true">
  71. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  72. <provider selected="true" editor-type-id="text-editor">
  73. <state relative-caret-position="332">
  74. <caret line="34" selection-start-line="34" selection-end-line="34" />
  75. <folding>
  76. <element signature="e#302#303#0" expanded="true" />
  77. <element signature="e#334#335#0" expanded="true" />
  78. <element signature="e#1703#1704#0" expanded="true" />
  79. <element signature="e#1742#1743#0" expanded="true" />
  80. <element signature="e#1792#1793#0" expanded="true" />
  81. <element signature="e#1840#1841#0" expanded="true" />
  82. <element signature="e#1874#1875#0" expanded="true" />
  83. <element signature="e#1913#1914#0" expanded="true" />
  84. </folding>
  85. </state>
  86. </provider>
  87. </entry>
  88. </file>
  89. </leaf>
  90. </split-first>
  91. <split-second>
  92. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  93. <file pinned="false" current-in-tab="true">
  94. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  95. <provider selected="true" editor-type-id="text-editor">
  96. <state relative-caret-position="90">
  97. <caret line="30" selection-start-line="30" selection-end-line="30" />
  98. <folding>
  99. <element signature="imports" expanded="true" />
  100. </folding>
  101. </state>
  102. </provider>
  103. </entry>
  104. </file>
  105. </leaf>
  106. </split-second>
  107. </splitter>
  108. </component>
  109. <component name="FileTemplateManagerImpl">
  110. <option name="RECENT_TEMPLATES">
  111. <list>
  112. <option value="Class" />
  113. </list>
  114. </option>
  115. </component>
  116. <component name="Git.Settings">
  117. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  118. </component>
  119. <component name="IdeDocumentHistory">
  120. <option name="CHANGED_PATHS">
  121. <list>
  122. <option value="$PROJECT_DIR$/.gitignore" />
  123. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" />
  124. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" />
  125. </list>
  126. </option>
  127. </component>
  128. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  129. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  130. <component name="JsGulpfileManager">
  131. <detection-done>true</detection-done>
  132. <sorting>DEFINITION_ORDER</sorting>
  133. </component>
  134. <component name="MavenImportPreferences">
  135. <option name="importingSettings">
  136. <MavenImportingSettings>
  137. <option name="importAutomatically" value="true" />
  138. </MavenImportingSettings>
  139. </option>
  140. </component>
  141. <component name="ProjectFrameBounds">
  142. <option name="x" value="298" />
  143. <option name="y" value="-1022" />
  144. <option name="width" value="1259" />
  145. <option name="height" value="844" />
  146. </component>
  147. <component name="ProjectView">
  148. <navigator proportions="" version="1">
  149. <foldersAlwaysOnTop value="true" />
  150. </navigator>
  151. <panes>
  152. <pane id="Scope" />
  153. <pane id="ProjectPane">
  154. <subPane>
  155. <expand>
  156. <path>
  157. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  158. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  159. </path>
  160. <path>
  161. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  162. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  163. <item name="src" type="462c0819:PsiDirectoryNode" />
  164. </path>
  165. <path>
  166. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  167. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  168. <item name="src" type="462c0819:PsiDirectoryNode" />
  169. <item name="main" type="462c0819:PsiDirectoryNode" />
  170. </path>
  171. <path>
  172. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  173. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  174. <item name="src" type="462c0819:PsiDirectoryNode" />
  175. <item name="main" type="462c0819:PsiDirectoryNode" />
  176. <item name="java" 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. <item name="java" type="462c0819:PsiDirectoryNode" />
  184. <item name="singlylinkedlist" type="462c0819:PsiDirectoryNode" />
  185. </path>
  186. <path>
  187. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  188. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  189. <item name="src" type="462c0819:PsiDirectoryNode" />
  190. <item name="test" type="462c0819:PsiDirectoryNode" />
  191. </path>
  192. <path>
  193. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  194. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  195. <item name="src" type="462c0819:PsiDirectoryNode" />
  196. <item name="test" type="462c0819:PsiDirectoryNode" />
  197. <item name="java" 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. <item name="java" type="462c0819:PsiDirectoryNode" />
  205. <item name="singlylinkedlist" type="462c0819:PsiDirectoryNode" />
  206. </path>
  207. </expand>
  208. <select />
  209. </subPane>
  210. </pane>
  211. <pane id="PackagesPane" />
  212. </panes>
  213. </component>
  214. <component name="PropertiesComponent">
  215. <property name="WebServerToolWindowFactoryState" value="false" />
  216. <property name="aspect.path.notification.shown" value="true" />
  217. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542662975731" />
  218. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
  219. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit4" value="" />
  220. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  221. <property name="project.structure.last.edited" value="SDKs" />
  222. <property name="project.structure.proportion" value="0.0" />
  223. <property name="project.structure.side.proportion" value="0.2" />
  224. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  225. </component>
  226. <component name="RecentsManager">
  227. <key name="CreateTestDialog.RecentsKey">
  228. <recent name="com.zipcodewilmington.singlylinkedlist" />
  229. </key>
  230. <key name="CreateTestDialog.Recents.Supers">
  231. <recent name="" />
  232. </key>
  233. </component>
  234. <component name="RunDashboard">
  235. <option name="ruleStates">
  236. <list>
  237. <RuleState>
  238. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  239. </RuleState>
  240. <RuleState>
  241. <option name="name" value="StatusDashboardGroupingRule" />
  242. </RuleState>
  243. </list>
  244. </option>
  245. </component>
  246. <component name="RunManager" selected="JUnit.SinglyLinkedListTest.add3Test">
  247. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  248. <module name="" />
  249. <option name="TESTING_TYPE" value="0" />
  250. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  251. <option name="METHOD_NAME" value="" />
  252. <option name="CLASS_NAME" value="" />
  253. <option name="PACKAGE_NAME" value="" />
  254. <option name="EXTRA_OPTIONS" value="" />
  255. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  256. <option name="PREFERRED_AVD" value="" />
  257. <option name="CLEAR_LOGCAT" value="false" />
  258. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  259. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  260. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  261. <option name="DEBUGGER_TYPE" value="Java" />
  262. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  263. <option name="PREFERRED_AVD" value="" />
  264. <Java />
  265. <Profilers>
  266. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  267. <option name="GAPID_ENABLED" value="false" />
  268. <option name="GAPID_DISABLE_PCS" value="false" />
  269. <option name="SUPPORT_LIB_ENABLED" value="true" />
  270. <option name="INSTRUMENTATION_ENABLED" value="true" />
  271. </Profilers>
  272. <method />
  273. </configuration>
  274. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  275. <setting name="environment" value="" />
  276. <setting name="specsToExecute" value="" />
  277. <setting name="tags" value="" />
  278. <setting name="parallelNodes" value="" />
  279. <setting name="execInParallel" value="false" />
  280. <setting name="programParameters" value="" />
  281. <setting name="workingDirectory" value="" />
  282. <setting name="moduleName" value="" />
  283. <envMap />
  284. <setting name="rowsRange" value="" />
  285. <method />
  286. </configuration>
  287. <configuration default="true" type="Applet" factoryName="Applet">
  288. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  289. <method v="2">
  290. <option name="Make" enabled="true" />
  291. </method>
  292. </configuration>
  293. <configuration default="true" type="Application" factoryName="Application">
  294. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  295. <method v="2">
  296. <option name="Make" enabled="true" />
  297. </method>
  298. </configuration>
  299. <configuration name="SinglyLinkedListTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  300. <module name="singlylinkedlist" />
  301. <extension name="coverage">
  302. <pattern>
  303. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  304. <option name="ENABLED" value="true" />
  305. </pattern>
  306. </extension>
  307. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  308. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  309. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  310. <method v="2">
  311. <option name="Make" enabled="true" />
  312. </method>
  313. </configuration>
  314. <configuration name="SinglyLinkedListTest.add3Test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  315. <module name="singlylinkedlist" />
  316. <extension name="coverage">
  317. <pattern>
  318. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  319. <option name="ENABLED" value="true" />
  320. </pattern>
  321. </extension>
  322. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  323. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  324. <option name="METHOD_NAME" value="add3Test" />
  325. <option name="TEST_OBJECT" value="method" />
  326. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  327. <method v="2">
  328. <option name="Make" enabled="true" />
  329. </method>
  330. </configuration>
  331. <configuration name="SinglyLinkedListTest.addTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  332. <module name="singlylinkedlist" />
  333. <extension name="coverage">
  334. <pattern>
  335. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  336. <option name="ENABLED" value="true" />
  337. </pattern>
  338. </extension>
  339. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  340. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  341. <option name="METHOD_NAME" value="addTest" />
  342. <option name="TEST_OBJECT" value="method" />
  343. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  344. <method v="2">
  345. <option name="Make" enabled="true" />
  346. </method>
  347. </configuration>
  348. <configuration name="SinglyLinkedListTest.getTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  349. <module name="singlylinkedlist" />
  350. <extension name="coverage">
  351. <pattern>
  352. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  353. <option name="ENABLED" value="true" />
  354. </pattern>
  355. </extension>
  356. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  357. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  358. <option name="METHOD_NAME" value="getTest" />
  359. <option name="TEST_OBJECT" value="method" />
  360. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  361. <method v="2">
  362. <option name="Make" enabled="true" />
  363. </method>
  364. </configuration>
  365. <configuration name="SinglyLinkedListTest.sizeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  366. <module name="singlylinkedlist" />
  367. <extension name="coverage">
  368. <pattern>
  369. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.*" />
  370. <option name="ENABLED" value="true" />
  371. </pattern>
  372. </extension>
  373. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist" />
  374. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.SinglyLinkedListTest" />
  375. <option name="METHOD_NAME" value="sizeTest" />
  376. <option name="TEST_OBJECT" value="method" />
  377. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  378. <method v="2">
  379. <option name="Make" enabled="true" />
  380. </method>
  381. </configuration>
  382. <configuration default="true" type="JUnit" factoryName="JUnit">
  383. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  384. <method v="2">
  385. <option name="Make" enabled="true" />
  386. </method>
  387. </configuration>
  388. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  389. <module name="CR-MesoLabs-Collections-SinglyLinkedList" />
  390. <option name="VM_PARAMETERS" />
  391. <option name="PROGRAM_PARAMETERS" />
  392. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  393. <option name="ALTERNATIVE_JRE_PATH" />
  394. <option name="PASS_PARENT_ENVS" value="true" />
  395. <option name="MAIN_CLASS_NAME" />
  396. <option name="WORKING_DIRECTORY" />
  397. <method v="2">
  398. <option name="Make" enabled="true" />
  399. </method>
  400. </configuration>
  401. <configuration default="true" type="TestNG" factoryName="TestNG">
  402. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  403. <properties />
  404. <listeners />
  405. <method v="2">
  406. <option name="Make" enabled="true" />
  407. </method>
  408. </configuration>
  409. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  410. <module name="" />
  411. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  412. <option name="PROGRAM_PARAMETERS" />
  413. <predefined_log_file id="idea.log" enabled="true" />
  414. <method v="2">
  415. <option name="Make" enabled="true" />
  416. </method>
  417. </configuration>
  418. <list>
  419. <item itemvalue="JUnit.SinglyLinkedListTest.getTest" />
  420. <item itemvalue="JUnit.SinglyLinkedListTest.add3Test" />
  421. <item itemvalue="JUnit.SinglyLinkedListTest" />
  422. <item itemvalue="JUnit.SinglyLinkedListTest.sizeTest" />
  423. <item itemvalue="JUnit.SinglyLinkedListTest.addTest" />
  424. </list>
  425. <recent_temporary>
  426. <list>
  427. <item itemvalue="JUnit.SinglyLinkedListTest.add3Test" />
  428. <item itemvalue="JUnit.SinglyLinkedListTest.addTest" />
  429. <item itemvalue="JUnit.SinglyLinkedListTest" />
  430. <item itemvalue="JUnit.SinglyLinkedListTest.sizeTest" />
  431. <item itemvalue="JUnit.SinglyLinkedListTest.getTest" />
  432. </list>
  433. </recent_temporary>
  434. </component>
  435. <component name="SvnConfiguration">
  436. <configuration />
  437. </component>
  438. <component name="TaskManager">
  439. <task active="true" id="Default" summary="Default task">
  440. <changelist id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
  441. <created>1515621994762</created>
  442. <option name="number" value="Default" />
  443. <option name="presentableId" value="Default" />
  444. <updated>1515621994762</updated>
  445. <workItem from="1541529150074" duration="1064000" />
  446. <workItem from="1542323940466" duration="7290000" />
  447. <workItem from="1542387513822" duration="5382000" />
  448. <workItem from="1542393765284" duration="18057000" />
  449. </task>
  450. <servers />
  451. </component>
  452. <component name="TestHistory">
  453. <history-entry file="SinglyLinkedListTest_sizeTest - 2018.11.19 at 13h 38m 02s.xml">
  454. <configuration name="SinglyLinkedListTest.sizeTest" configurationId="JUnit" />
  455. </history-entry>
  456. <history-entry file="SinglyLinkedListTest - 2018.11.19 at 13h 38m 17s.xml">
  457. <configuration name="SinglyLinkedListTest" configurationId="JUnit" />
  458. </history-entry>
  459. <history-entry file="SinglyLinkedListTest_addTest - 2018.11.19 at 16h 16m 21s.xml">
  460. <configuration name="SinglyLinkedListTest.addTest" configurationId="JUnit" />
  461. </history-entry>
  462. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 16m 45s.xml">
  463. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  464. </history-entry>
  465. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 17m 08s.xml">
  466. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  467. </history-entry>
  468. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 17m 48s.xml">
  469. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  470. </history-entry>
  471. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 18m 15s.xml">
  472. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  473. </history-entry>
  474. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 24m 00s.xml">
  475. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  476. </history-entry>
  477. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 24m 52s.xml">
  478. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  479. </history-entry>
  480. <history-entry file="SinglyLinkedListTest_add3Test - 2018.11.19 at 16h 25m 15s.xml">
  481. <configuration name="SinglyLinkedListTest.add3Test" configurationId="JUnit" />
  482. </history-entry>
  483. </component>
  484. <component name="TimeTrackingManager">
  485. <option name="totallyTimeSpent" value="31793000" />
  486. </component>
  487. <component name="ToolWindowManager">
  488. <frame x="298" y="-1022" width="1259" height="844" extended-state="0" />
  489. <layout>
  490. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.05751849" />
  491. <window_info id="Structure" order="1" weight="0.25" />
  492. <window_info id="Nl-Palette" order="2" />
  493. <window_info id="Favorites" order="3" side_tool="true" />
  494. <window_info id="Image Layers" order="4" />
  495. <window_info id="Designer" order="5" />
  496. <window_info id="UI Designer" order="6" />
  497. <window_info id="Capture Tool" order="7" />
  498. <window_info anchor="bottom" id="Message" order="0" />
  499. <window_info anchor="bottom" id="Find" order="1" />
  500. <window_info anchor="bottom" id="Run" order="2" weight="0.3058985" />
  501. <window_info active="true" anchor="bottom" id="Debug" order="3" visible="true" weight="0.30041152" />
  502. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  503. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  504. <window_info anchor="bottom" id="TODO" order="6" />
  505. <window_info anchor="bottom" id="Terminal" order="7" weight="0.32954547" />
  506. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  507. <window_info anchor="bottom" id="Version Control" order="9" />
  508. <window_info anchor="bottom" id="Database Changes" order="10" show_stripe_button="false" />
  509. <window_info anchor="bottom" id="Messages" order="11" weight="0.2778702" />
  510. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  511. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  512. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  513. <window_info anchor="right" id="Palette" order="3" />
  514. <window_info anchor="right" id="Capture Analysis" order="4" />
  515. <window_info anchor="right" id="Theme Preview" order="5" />
  516. <window_info anchor="right" id="Properties" order="6" />
  517. <window_info anchor="right" id="Palette&#9;" order="7" />
  518. <window_info anchor="right" id="Maven Projects" order="8" />
  519. <window_info anchor="right" id="Database" order="9" />
  520. </layout>
  521. </component>
  522. <component name="TypeScriptGeneratedFilesManager">
  523. <option name="version" value="1" />
  524. </component>
  525. <component name="VcsContentAnnotationSettings">
  526. <option name="myLimit" value="2678400000" />
  527. </component>
  528. <component name="XDebuggerManager">
  529. <breakpoint-manager>
  530. <breakpoints>
  531. <line-breakpoint enabled="true" type="java-line">
  532. <url>file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java</url>
  533. <line>29</line>
  534. <properties />
  535. <option name="timeStamp" value="4" />
  536. </line-breakpoint>
  537. </breakpoints>
  538. </breakpoint-manager>
  539. </component>
  540. <component name="editorHistoryManager">
  541. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist.java" />
  542. <entry file="file://$PROJECT_DIR$/.gitignore">
  543. <provider selected="true" editor-type-id="text-editor">
  544. <state relative-caret-position="75">
  545. <caret line="5" column="5" lean-forward="true" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
  546. </state>
  547. </provider>
  548. </entry>
  549. <entry file="file://$PROJECT_DIR$/pom.xml">
  550. <provider selected="true" editor-type-id="text-editor" />
  551. </entry>
  552. <entry file="file://$PROJECT_DIR$/README.md">
  553. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  554. <state split_layout="SPLIT">
  555. <first_editor />
  556. <second_editor />
  557. </state>
  558. </provider>
  559. </entry>
  560. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  561. <provider selected="true" editor-type-id="text-editor">
  562. <state relative-caret-position="75">
  563. <caret line="5" column="28" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  564. </state>
  565. </provider>
  566. </entry>
  567. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/runners/model/FrameworkMethod.class">
  568. <provider selected="true" editor-type-id="text-editor">
  569. <state relative-caret-position="114">
  570. <caret line="49" selection-start-line="49" selection-end-line="49" />
  571. </state>
  572. </provider>
  573. </entry>
  574. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  575. <provider selected="true" editor-type-id="text-editor">
  576. <state relative-caret-position="90">
  577. <caret line="30" selection-start-line="30" selection-end-line="30" />
  578. <folding>
  579. <element signature="imports" expanded="true" />
  580. </folding>
  581. </state>
  582. </provider>
  583. </entry>
  584. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  585. <provider selected="true" editor-type-id="text-editor">
  586. <state relative-caret-position="332">
  587. <caret line="34" selection-start-line="34" selection-end-line="34" />
  588. <folding>
  589. <element signature="e#302#303#0" expanded="true" />
  590. <element signature="e#334#335#0" expanded="true" />
  591. <element signature="e#1703#1704#0" expanded="true" />
  592. <element signature="e#1742#1743#0" expanded="true" />
  593. <element signature="e#1792#1793#0" expanded="true" />
  594. <element signature="e#1840#1841#0" expanded="true" />
  595. <element signature="e#1874#1875#0" expanded="true" />
  596. <element signature="e#1913#1914#0" expanded="true" />
  597. </folding>
  598. </state>
  599. </provider>
  600. </entry>
  601. </component>
  602. <component name="masterDetails">
  603. <states>
  604. <state key="ArtifactsStructureConfigurable.UI">
  605. <settings>
  606. <artifact-editor />
  607. <splitter-proportions>
  608. <option name="proportions">
  609. <list>
  610. <option value="0.2" />
  611. </list>
  612. </option>
  613. </splitter-proportions>
  614. </settings>
  615. </state>
  616. <state key="FacetStructureConfigurable.UI">
  617. <settings>
  618. <last-edited>No facets are configured</last-edited>
  619. <splitter-proportions>
  620. <option name="proportions">
  621. <list>
  622. <option value="0.2" />
  623. </list>
  624. </option>
  625. </splitter-proportions>
  626. </settings>
  627. </state>
  628. <state key="GlobalLibrariesConfigurable.UI">
  629. <settings>
  630. <splitter-proportions>
  631. <option name="proportions">
  632. <list>
  633. <option value="0.2" />
  634. </list>
  635. </option>
  636. </splitter-proportions>
  637. </settings>
  638. </state>
  639. <state key="JdkListConfigurable.UI">
  640. <settings>
  641. <last-edited>1.8</last-edited>
  642. <splitter-proportions>
  643. <option name="proportions">
  644. <list>
  645. <option value="0.2" />
  646. </list>
  647. </option>
  648. </splitter-proportions>
  649. </settings>
  650. </state>
  651. <state key="ModuleStructureConfigurable.UI">
  652. <settings>
  653. <last-edited>singlylinkedlist</last-edited>
  654. <splitter-proportions>
  655. <option name="proportions">
  656. <list>
  657. <option value="0.2" />
  658. <option value="0.6" />
  659. </list>
  660. </option>
  661. </splitter-proportions>
  662. </settings>
  663. </state>
  664. <state key="ProjectJDKs.UI">
  665. <settings>
  666. <last-edited>1.8</last-edited>
  667. <splitter-proportions>
  668. <option name="proportions">
  669. <list>
  670. <option value="0.2" />
  671. </list>
  672. </option>
  673. </splitter-proportions>
  674. </settings>
  675. </state>
  676. <state key="ProjectLibrariesConfigurable.UI">
  677. <settings>
  678. <last-edited>Maven: junit:junit:4.12</last-edited>
  679. <splitter-proportions>
  680. <option name="proportions">
  681. <list>
  682. <option value="0.2" />
  683. </list>
  684. </option>
  685. </splitter-proportions>
  686. </settings>
  687. </state>
  688. <state key="ScopeChooserConfigurable.UI">
  689. <settings>
  690. <splitter-proportions>
  691. <option name="proportions">
  692. <list>
  693. <option value="0.2" />
  694. </list>
  695. </option>
  696. </splitter-proportions>
  697. </settings>
  698. </state>
  699. </states>
  700. </component>
  701. </project>