123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="c869a1b7-852a-41a8-8bfd-c257a81bd65d" name="Default Changelist" 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/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/MainApplication.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedList.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedListTest.java" afterDir="false" />
  14. </list>
  15. <ignored path="$PROJECT_DIR$/target/" />
  16. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  17. <option name="SHOW_DIALOG" value="false" />
  18. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  19. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  20. <option name="LAST_RESOLUTION" value="IGNORE" />
  21. </component>
  22. <component name="FUSProjectUsageTrigger">
  23. <session id="780602083">
  24. <usages-collector id="statistics.lifecycle.project">
  25. <counts>
  26. <entry key="project.open.time.0" value="1" />
  27. <entry key="project.opened" value="1" />
  28. </counts>
  29. </usages-collector>
  30. <usages-collector id="statistics.file.extensions.open">
  31. <counts>
  32. <entry key="java" value="5" />
  33. <entry key="xml" value="1" />
  34. </counts>
  35. </usages-collector>
  36. <usages-collector id="statistics.file.types.open">
  37. <counts>
  38. <entry key="JAVA" value="5" />
  39. <entry key="XML" value="1" />
  40. </counts>
  41. </usages-collector>
  42. <usages-collector id="statistics.file.extensions.edit">
  43. <counts>
  44. <entry key="java" value="6656" />
  45. </counts>
  46. </usages-collector>
  47. <usages-collector id="statistics.file.types.edit">
  48. <counts>
  49. <entry key="JAVA" value="6656" />
  50. </counts>
  51. </usages-collector>
  52. <usages-collector id="statistics.spring.boot.mvc.usages" />
  53. <usages-collector id="statistics.vcs.git.usages" />
  54. <usages-collector id="statistics.js.language.service.starts" />
  55. <usages-collector id="statistics.spring.boot.run.usages" />
  56. </session>
  57. </component>
  58. <component name="FileEditorManager">
  59. <splitter split-orientation="horizontal" split-proportion="0.41302136">
  60. <split-first>
  61. <leaf>
  62. <file pinned="false" current-in-tab="false">
  63. <entry file="file://$PROJECT_DIR$/pom.xml">
  64. <provider selected="true" editor-type-id="text-editor" />
  65. </entry>
  66. </file>
  67. <file pinned="false" current-in-tab="false">
  68. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedListTest.java">
  69. <provider selected="true" editor-type-id="text-editor">
  70. <state relative-caret-position="240">
  71. <caret line="18" column="8" selection-start-line="18" selection-start-column="8" selection-end-line="18" selection-end-column="8" />
  72. <folding>
  73. <element signature="imports" expanded="true" />
  74. </folding>
  75. </state>
  76. </provider>
  77. </entry>
  78. </file>
  79. <file pinned="false" current-in-tab="true">
  80. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedList.java">
  81. <provider selected="true" editor-type-id="text-editor">
  82. <state relative-caret-position="509">
  83. <caret line="151" lean-forward="true" selection-start-line="151" selection-end-line="151" />
  84. <folding>
  85. <element signature="imports" expanded="true" />
  86. </folding>
  87. </state>
  88. </provider>
  89. </entry>
  90. </file>
  91. </leaf>
  92. </split-first>
  93. <split-second>
  94. <leaf>
  95. <file pinned="false" current-in-tab="true">
  96. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedListTest.java">
  97. <provider selected="true" editor-type-id="text-editor">
  98. <state relative-caret-position="464">
  99. <caret line="105" lean-forward="true" selection-start-line="105" selection-end-line="105" />
  100. <folding>
  101. <element signature="imports" expanded="true" />
  102. </folding>
  103. </state>
  104. </provider>
  105. </entry>
  106. </file>
  107. <file pinned="false" current-in-tab="false">
  108. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/lang/Object.java">
  109. <provider selected="true" editor-type-id="text-editor">
  110. <state relative-caret-position="242">
  111. <caret line="148" column="19" lean-forward="true" selection-start-line="148" selection-end-line="149" />
  112. <folding>
  113. <element signature="e#5748#5749#0" expanded="true" />
  114. <element signature="e#5784#5785#0" expanded="true" />
  115. </folding>
  116. </state>
  117. </provider>
  118. </entry>
  119. </file>
  120. </leaf>
  121. </split-second>
  122. </splitter>
  123. </component>
  124. <component name="Git.Settings">
  125. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  126. </component>
  127. <component name="IdeDocumentHistory">
  128. <option name="CHANGED_PATHS">
  129. <list>
  130. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedListTest.java" />
  131. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedList.java" />
  132. </list>
  133. </option>
  134. </component>
  135. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  136. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  137. <component name="JsGulpfileManager">
  138. <detection-done>true</detection-done>
  139. <sorting>DEFINITION_ORDER</sorting>
  140. </component>
  141. <component name="ProjectFrameBounds" extendedState="6">
  142. <option name="x" value="38" />
  143. <option name="y" value="-996" />
  144. <option name="width" value="1773" />
  145. <option name="height" value="982" />
  146. </component>
  147. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  148. <component name="ProjectView">
  149. <navigator proportions="" version="1">
  150. <foldersAlwaysOnTop value="true" />
  151. </navigator>
  152. <panes>
  153. <pane id="PackagesPane" />
  154. <pane id="Scope" />
  155. <pane id="ProjectPane">
  156. <subPane>
  157. <expand>
  158. <path>
  159. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  160. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  161. </path>
  162. <path>
  163. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  164. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  165. <item name="src" type="462c0819:PsiDirectoryNode" />
  166. </path>
  167. <path>
  168. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  169. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  170. <item name="src" type="462c0819:PsiDirectoryNode" />
  171. <item name="main" type="462c0819:PsiDirectoryNode" />
  172. </path>
  173. <path>
  174. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  175. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  176. <item name="src" type="462c0819:PsiDirectoryNode" />
  177. <item name="main" type="462c0819:PsiDirectoryNode" />
  178. <item name="java" type="462c0819:PsiDirectoryNode" />
  179. </path>
  180. <path>
  181. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  182. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  183. <item name="src" type="462c0819:PsiDirectoryNode" />
  184. <item name="main" type="462c0819:PsiDirectoryNode" />
  185. <item name="java" type="462c0819:PsiDirectoryNode" />
  186. <item name="ChristianSheridan" type="462c0819:PsiDirectoryNode" />
  187. </path>
  188. <path>
  189. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  190. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  191. <item name="src" type="462c0819:PsiDirectoryNode" />
  192. <item name="test" type="462c0819:PsiDirectoryNode" />
  193. </path>
  194. <path>
  195. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  196. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  197. <item name="src" type="462c0819:PsiDirectoryNode" />
  198. <item name="test" type="462c0819:PsiDirectoryNode" />
  199. <item name="java" type="462c0819:PsiDirectoryNode" />
  200. </path>
  201. <path>
  202. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  203. <item name="SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  204. <item name="src" type="462c0819:PsiDirectoryNode" />
  205. <item name="test" type="462c0819:PsiDirectoryNode" />
  206. <item name="java" type="462c0819:PsiDirectoryNode" />
  207. <item name="ChristianSheridan" type="462c0819:PsiDirectoryNode" />
  208. </path>
  209. </expand>
  210. <select />
  211. </subPane>
  212. </pane>
  213. </panes>
  214. </component>
  215. <component name="PropertiesComponent">
  216. <property name="WebServerToolWindowFactoryState" value="false" />
  217. <property name="aspect.path.notification.shown" value="true" />
  218. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1541549097537" />
  219. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  220. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  221. </component>
  222. <component name="RunDashboard">
  223. <option name="ruleStates">
  224. <list>
  225. <RuleState>
  226. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  227. </RuleState>
  228. <RuleState>
  229. <option name="name" value="StatusDashboardGroupingRule" />
  230. </RuleState>
  231. </list>
  232. </option>
  233. </component>
  234. <component name="RunManager" selected="JUnit.SinglyLinkedListTest.sort">
  235. <configuration name="SinglyLinkedListTest.containsTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  236. <module name="singlylinkedlist" />
  237. <extension name="coverage">
  238. <pattern>
  239. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.*" />
  240. <option name="ENABLED" value="true" />
  241. </pattern>
  242. </extension>
  243. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan" />
  244. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.SinglyLinkedListTest" />
  245. <option name="METHOD_NAME" value="containsTest" />
  246. <option name="TEST_OBJECT" value="method" />
  247. <method v="2">
  248. <option name="Make" enabled="true" />
  249. </method>
  250. </configuration>
  251. <configuration name="SinglyLinkedListTest.copyTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  252. <module name="singlylinkedlist" />
  253. <extension name="coverage">
  254. <pattern>
  255. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.*" />
  256. <option name="ENABLED" value="true" />
  257. </pattern>
  258. </extension>
  259. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan" />
  260. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.SinglyLinkedListTest" />
  261. <option name="METHOD_NAME" value="copyTest" />
  262. <option name="TEST_OBJECT" value="method" />
  263. <method v="2">
  264. <option name="Make" enabled="true" />
  265. </method>
  266. </configuration>
  267. <configuration name="SinglyLinkedListTest.getTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  268. <module name="singlylinkedlist" />
  269. <extension name="coverage">
  270. <pattern>
  271. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.*" />
  272. <option name="ENABLED" value="true" />
  273. </pattern>
  274. </extension>
  275. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan" />
  276. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.SinglyLinkedListTest" />
  277. <option name="METHOD_NAME" value="getTest" />
  278. <option name="TEST_OBJECT" value="method" />
  279. <method v="2">
  280. <option name="Make" enabled="true" />
  281. </method>
  282. </configuration>
  283. <configuration name="SinglyLinkedListTest.sizeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  284. <module name="singlylinkedlist" />
  285. <extension name="coverage">
  286. <pattern>
  287. <option name="PATTERN" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.*" />
  288. <option name="ENABLED" value="true" />
  289. </pattern>
  290. </extension>
  291. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan" />
  292. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.SinglyLinkedListTest" />
  293. <option name="METHOD_NAME" value="sizeTest" />
  294. <option name="TEST_OBJECT" value="method" />
  295. <method v="2">
  296. <option name="Make" enabled="true" />
  297. </method>
  298. </configuration>
  299. <configuration name="SinglyLinkedListTest.sort" 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.ChristianSheridan.*" />
  304. <option name="ENABLED" value="true" />
  305. </pattern>
  306. </extension>
  307. <option name="PACKAGE_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan" />
  308. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.singlylinkedlist.ChristianSheridan.SinglyLinkedListTest" />
  309. <option name="METHOD_NAME" value="sort" />
  310. <option name="TEST_OBJECT" value="method" />
  311. <method v="2">
  312. <option name="Make" enabled="true" />
  313. </method>
  314. </configuration>
  315. <list>
  316. <item itemvalue="JUnit.SinglyLinkedListTest.containsTest" />
  317. <item itemvalue="JUnit.SinglyLinkedListTest.sizeTest" />
  318. <item itemvalue="JUnit.SinglyLinkedListTest.getTest" />
  319. <item itemvalue="JUnit.SinglyLinkedListTest.copyTest" />
  320. <item itemvalue="JUnit.SinglyLinkedListTest.sort" />
  321. </list>
  322. <recent_temporary>
  323. <list>
  324. <item itemvalue="JUnit.SinglyLinkedListTest.sort" />
  325. <item itemvalue="JUnit.SinglyLinkedListTest.copyTest" />
  326. <item itemvalue="JUnit.SinglyLinkedListTest.getTest" />
  327. <item itemvalue="JUnit.SinglyLinkedListTest.containsTest" />
  328. <item itemvalue="JUnit.SinglyLinkedListTest.sizeTest" />
  329. </list>
  330. </recent_temporary>
  331. </component>
  332. <component name="SvnConfiguration">
  333. <configuration />
  334. </component>
  335. <component name="TaskManager">
  336. <task active="true" id="Default" summary="Default task">
  337. <changelist id="c869a1b7-852a-41a8-8bfd-c257a81bd65d" name="Default Changelist" comment="" />
  338. <created>1541187826414</created>
  339. <option name="number" value="Default" />
  340. <option name="presentableId" value="Default" />
  341. <updated>1541187826414</updated>
  342. <workItem from="1541187827669" duration="30546000" />
  343. </task>
  344. <servers />
  345. </component>
  346. <component name="TestHistory">
  347. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 42m 52s.xml">
  348. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  349. </history-entry>
  350. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 46m 11s.xml">
  351. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  352. </history-entry>
  353. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 46m 31s.xml">
  354. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  355. </history-entry>
  356. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 47m 18s.xml">
  357. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  358. </history-entry>
  359. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 52m 04s.xml">
  360. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  361. </history-entry>
  362. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 52m 51s.xml">
  363. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  364. </history-entry>
  365. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 56m 30s.xml">
  366. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  367. </history-entry>
  368. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 56m 41s.xml">
  369. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  370. </history-entry>
  371. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 18h 56m 50s.xml">
  372. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  373. </history-entry>
  374. <history-entry file="SinglyLinkedListTest_sort - 2018.11.06 at 19h 00m 03s.xml">
  375. <configuration name="SinglyLinkedListTest.sort" configurationId="JUnit" />
  376. </history-entry>
  377. </component>
  378. <component name="TimeTrackingManager">
  379. <option name="totallyTimeSpent" value="30546000" />
  380. </component>
  381. <component name="ToolWindowManager">
  382. <frame x="0" y="-1057" width="1920" height="1057" extended-state="6" />
  383. <editor active="true" />
  384. <layout>
  385. <window_info id="Image Layers" />
  386. <window_info id="Designer" />
  387. <window_info id="UI Designer" />
  388. <window_info id="Capture Tool" />
  389. <window_info id="Favorites" side_tool="true" />
  390. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.086794466" />
  391. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  392. <window_info anchor="bottom" id="Messages" weight="0.32953367" />
  393. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  394. <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
  395. <window_info anchor="bottom" id="Terminal" />
  396. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  397. <window_info anchor="bottom" id="Message" order="0" />
  398. <window_info anchor="bottom" id="Find" order="1" />
  399. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.26839378" />
  400. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  401. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  402. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  403. <window_info anchor="bottom" id="TODO" order="6" />
  404. <window_info anchor="right" id="Palette" />
  405. <window_info anchor="right" id="Theme Preview" />
  406. <window_info anchor="right" id="Capture Analysis" />
  407. <window_info anchor="right" id="Palette&#9;" />
  408. <window_info anchor="right" id="Database" />
  409. <window_info anchor="right" id="Maven Projects" />
  410. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  411. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  412. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  413. </layout>
  414. </component>
  415. <component name="TypeScriptGeneratedFilesManager">
  416. <option name="version" value="1" />
  417. </component>
  418. <component name="VcsContentAnnotationSettings">
  419. <option name="myLimit" value="2678400000" />
  420. </component>
  421. <component name="editorHistoryManager">
  422. <entry file="file://$PROJECT_DIR$/pom.xml">
  423. <provider selected="true" editor-type-id="text-editor" />
  424. </entry>
  425. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/lang/Object.java">
  426. <provider selected="true" editor-type-id="text-editor">
  427. <state relative-caret-position="242">
  428. <caret line="148" column="19" lean-forward="true" selection-start-line="148" selection-end-line="149" />
  429. <folding>
  430. <element signature="e#5748#5749#0" expanded="true" />
  431. <element signature="e#5784#5785#0" expanded="true" />
  432. </folding>
  433. </state>
  434. </provider>
  435. </entry>
  436. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedList.java">
  437. <provider selected="true" editor-type-id="text-editor">
  438. <state relative-caret-position="509">
  439. <caret line="151" lean-forward="true" selection-start-line="151" selection-end-line="151" />
  440. <folding>
  441. <element signature="imports" expanded="true" />
  442. </folding>
  443. </state>
  444. </provider>
  445. </entry>
  446. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/ChristianSheridan/SinglyLinkedListTest.java">
  447. <provider selected="true" editor-type-id="text-editor">
  448. <state relative-caret-position="464">
  449. <caret line="105" lean-forward="true" selection-start-line="105" selection-end-line="105" />
  450. <folding>
  451. <element signature="imports" expanded="true" />
  452. </folding>
  453. </state>
  454. </provider>
  455. </entry>
  456. </component>
  457. </project>