workspace.xml 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="3963277c-7c3f-43f5-81ec-6d260afd1592" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/src/main/java/MyArrayList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/MyArrayList.java" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" afterDir="false" />
  7. </list>
  8. <ignored path="$PROJECT_DIR$/target/" />
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="TRACKING_ENABLED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileEditorManager">
  17. <splitter split-orientation="horizontal" split-proportion="0.52978724">
  18. <split-first>
  19. <leaf>
  20. <file leaf-file-name="MyArrayList.java" pinned="false" current-in-tab="true">
  21. <entry file="file://$PROJECT_DIR$/src/main/java/MyArrayList.java">
  22. <provider selected="true" editor-type-id="text-editor">
  23. <state relative-caret-position="355">
  24. <caret line="83" column="31" selection-start-line="83" selection-start-column="31" selection-end-line="83" selection-end-column="31" />
  25. <folding>
  26. <element signature="imports" expanded="true" />
  27. <element signature="e#201#202#0" expanded="true" />
  28. <element signature="e#243#244#0" expanded="true" />
  29. <element signature="e#1277#1278#0" expanded="true" />
  30. <element signature="e#1314#1315#0" expanded="true" />
  31. <element signature="e#1744#1745#0" expanded="true" />
  32. <element signature="e#1780#1781#0" expanded="true" />
  33. </folding>
  34. </state>
  35. </provider>
  36. </entry>
  37. </file>
  38. <file leaf-file-name="ArrayList.java" pinned="false" current-in-tab="false">
  39. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/src.zip!/java/util/ArrayList.java">
  40. <provider selected="true" editor-type-id="text-editor">
  41. <state relative-caret-position="704">
  42. <caret line="543" column="17" selection-start-line="543" selection-start-column="17" selection-end-line="543" selection-end-column="17" />
  43. </state>
  44. </provider>
  45. </entry>
  46. </file>
  47. </leaf>
  48. </split-first>
  49. <split-second>
  50. <leaf>
  51. <file leaf-file-name="MyArrayListTest.java" pinned="false" current-in-tab="true">
  52. <entry file="file://$PROJECT_DIR$/src/test/java/MyArrayListTest.java">
  53. <provider selected="true" editor-type-id="text-editor">
  54. <state relative-caret-position="526">
  55. <caret line="36" column="49" selection-start-line="36" selection-start-column="49" selection-end-line="36" selection-end-column="49" />
  56. <folding>
  57. <element signature="imports" expanded="true" />
  58. <element signature="e#184#193#0" expanded="true" />
  59. </folding>
  60. </state>
  61. </provider>
  62. </entry>
  63. </file>
  64. </leaf>
  65. </split-second>
  66. </splitter>
  67. </component>
  68. <component name="FileTemplateManagerImpl">
  69. <option name="RECENT_TEMPLATES">
  70. <list>
  71. <option value="Class" />
  72. </list>
  73. </option>
  74. </component>
  75. <component name="FindInProjectRecents">
  76. <findStrings>
  77. <find>remove</find>
  78. <find>clear</find>
  79. <find>set</find>
  80. <find>add</find>
  81. </findStrings>
  82. </component>
  83. <component name="Git.Settings">
  84. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  85. </component>
  86. <component name="IdeDocumentHistory">
  87. <option name="CHANGED_PATHS">
  88. <list>
  89. <option value="$PROJECT_DIR$/src/main/java/MyArrayList.java" />
  90. <option value="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" />
  91. </list>
  92. </option>
  93. </component>
  94. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  95. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  96. <component name="JsGulpfileManager">
  97. <detection-done>true</detection-done>
  98. <sorting>DEFINITION_ORDER</sorting>
  99. </component>
  100. <component name="NodePackageJsonFileManager">
  101. <packageJsonPaths />
  102. </component>
  103. <component name="ProjectFrameBounds">
  104. <option name="x" value="-234" />
  105. <option name="y" value="-1022" />
  106. <option name="width" value="1881" />
  107. <option name="height" value="941" />
  108. </component>
  109. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  110. <ConfirmationsSetting value="2" id="Add" />
  111. </component>
  112. <component name="ProjectView">
  113. <navigator proportions="" version="1">
  114. <foldersAlwaysOnTop value="true" />
  115. </navigator>
  116. <panes>
  117. <pane id="PackagesPane" />
  118. <pane id="Scope" />
  119. <pane id="ProjectPane">
  120. <subPane>
  121. <expand>
  122. <path>
  123. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  124. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  125. </path>
  126. <path>
  127. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  128. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  129. <item name="src" type="462c0819:PsiDirectoryNode" />
  130. </path>
  131. <path>
  132. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  133. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  134. <item name="src" type="462c0819:PsiDirectoryNode" />
  135. <item name="main" type="462c0819:PsiDirectoryNode" />
  136. </path>
  137. <path>
  138. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  139. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  140. <item name="src" type="462c0819:PsiDirectoryNode" />
  141. <item name="main" type="462c0819:PsiDirectoryNode" />
  142. <item name="java" type="462c0819:PsiDirectoryNode" />
  143. </path>
  144. <path>
  145. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  146. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  147. <item name="src" type="462c0819:PsiDirectoryNode" />
  148. <item name="test" type="462c0819:PsiDirectoryNode" />
  149. </path>
  150. <path>
  151. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  152. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  153. <item name="src" type="462c0819:PsiDirectoryNode" />
  154. <item name="test" type="462c0819:PsiDirectoryNode" />
  155. <item name="java" type="462c0819:PsiDirectoryNode" />
  156. </path>
  157. </expand>
  158. <select />
  159. </subPane>
  160. </pane>
  161. <pane id="AndroidView" />
  162. </panes>
  163. </component>
  164. <component name="PropertiesComponent">
  165. <property name="WebServerToolWindowFactoryState" value="false" />
  166. <property name="aspect.path.notification.shown" value="true" />
  167. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  168. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  169. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  170. <property name="project.structure.last.edited" value="Modules" />
  171. <property name="project.structure.proportion" value="0.0" />
  172. <property name="project.structure.side.proportion" value="0.0" />
  173. <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
  174. </component>
  175. <component name="RecentsManager">
  176. <key name="CreateClassDialog.RecentsKey">
  177. <recent name="" />
  178. </key>
  179. </component>
  180. <component name="RunDashboard">
  181. <option name="ruleStates">
  182. <list>
  183. <RuleState>
  184. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  185. </RuleState>
  186. <RuleState>
  187. <option name="name" value="StatusDashboardGroupingRule" />
  188. </RuleState>
  189. </list>
  190. </option>
  191. </component>
  192. <component name="RunManager" selected="JUnit.MyArrayListTest.addTest2">
  193. <configuration default="true" type="Application" factoryName="Application">
  194. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  195. </configuration>
  196. <configuration name="MyArrayListTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  197. <module name="generics" />
  198. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  199. <option name="ALTERNATIVE_JRE_PATH" />
  200. <option name="PACKAGE_NAME" value="" />
  201. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  202. <option name="METHOD_NAME" />
  203. <option name="TEST_OBJECT" value="class" />
  204. <option name="VM_PARAMETERS" value="-ea" />
  205. <option name="PARAMETERS" />
  206. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  207. <option name="PASS_PARENT_ENVS" value="true" />
  208. <option name="TEST_SEARCH_SCOPE">
  209. <value defaultName="singleModule" />
  210. </option>
  211. <patterns />
  212. </configuration>
  213. <configuration name="MyArrayListTest.add1Test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  214. <module name="generics" />
  215. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  216. <option name="ALTERNATIVE_JRE_PATH" />
  217. <option name="PACKAGE_NAME" value="" />
  218. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  219. <option name="METHOD_NAME" value="add1Test" />
  220. <option name="TEST_OBJECT" value="method" />
  221. <option name="VM_PARAMETERS" value="-ea" />
  222. <option name="PARAMETERS" />
  223. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  224. <option name="PASS_PARENT_ENVS" value="true" />
  225. <option name="TEST_SEARCH_SCOPE">
  226. <value defaultName="singleModule" />
  227. </option>
  228. <patterns />
  229. </configuration>
  230. <configuration name="MyArrayListTest.addTest2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  231. <module name="generics" />
  232. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  233. <option name="ALTERNATIVE_JRE_PATH" />
  234. <option name="PACKAGE_NAME" value="" />
  235. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  236. <option name="METHOD_NAME" value="addTest2" />
  237. <option name="TEST_OBJECT" value="method" />
  238. <option name="VM_PARAMETERS" value="-ea" />
  239. <option name="PARAMETERS" />
  240. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  241. <option name="PASS_PARENT_ENVS" value="true" />
  242. <option name="TEST_SEARCH_SCOPE">
  243. <value defaultName="singleModule" />
  244. </option>
  245. <patterns />
  246. </configuration>
  247. <configuration name="MyArrayListTest.sizeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  248. <module name="generics" />
  249. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  250. <option name="ALTERNATIVE_JRE_PATH" />
  251. <option name="PACKAGE_NAME" value="" />
  252. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  253. <option name="METHOD_NAME" value="sizeTest" />
  254. <option name="TEST_OBJECT" value="method" />
  255. <option name="VM_PARAMETERS" value="-ea" />
  256. <option name="PARAMETERS" />
  257. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  258. <option name="PASS_PARENT_ENVS" value="true" />
  259. <option name="TEST_SEARCH_SCOPE">
  260. <value defaultName="singleModule" />
  261. </option>
  262. <patterns />
  263. </configuration>
  264. <configuration name="MyArrayListTest.trimArrayTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  265. <module name="generics" />
  266. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  267. <option name="ALTERNATIVE_JRE_PATH" />
  268. <option name="PACKAGE_NAME" value="" />
  269. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  270. <option name="METHOD_NAME" value="trimArrayTest" />
  271. <option name="TEST_OBJECT" value="method" />
  272. <option name="VM_PARAMETERS" value="-ea" />
  273. <option name="PARAMETERS" />
  274. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  275. <option name="PASS_PARENT_ENVS" value="true" />
  276. <option name="TEST_SEARCH_SCOPE">
  277. <value defaultName="singleModule" />
  278. </option>
  279. <patterns />
  280. </configuration>
  281. <configuration default="true" type="JUnit" factoryName="JUnit">
  282. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  283. <option name="ALTERNATIVE_JRE_PATH" />
  284. <option name="PACKAGE_NAME" />
  285. <option name="MAIN_CLASS_NAME" />
  286. <option name="METHOD_NAME" />
  287. <option name="TEST_OBJECT" value="class" />
  288. <option name="VM_PARAMETERS" value="-ea" />
  289. <option name="PARAMETERS" />
  290. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  291. <option name="PASS_PARENT_ENVS" value="true" />
  292. <option name="TEST_SEARCH_SCOPE">
  293. <value defaultName="singleModule" />
  294. </option>
  295. <patterns />
  296. </configuration>
  297. <configuration default="true" type="TestNG" factoryName="TestNG">
  298. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  299. <option name="ALTERNATIVE_JRE_PATH" />
  300. <option name="SUITE_NAME" />
  301. <option name="PACKAGE_NAME" />
  302. <option name="MAIN_CLASS_NAME" />
  303. <option name="METHOD_NAME" />
  304. <option name="GROUP_NAME" />
  305. <option name="TEST_OBJECT" value="CLASS" />
  306. <option name="VM_PARAMETERS" value="-ea" />
  307. <option name="PARAMETERS" />
  308. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  309. <option name="OUTPUT_DIRECTORY" />
  310. <option name="PASS_PARENT_ENVS" value="true" />
  311. <option name="TEST_SEARCH_SCOPE">
  312. <value defaultName="singleModule" />
  313. </option>
  314. <option name="USE_DEFAULT_REPORTERS" value="false" />
  315. <option name="PROPERTIES_FILE" />
  316. <properties />
  317. <listeners />
  318. </configuration>
  319. <list>
  320. <item itemvalue="JUnit.MyArrayListTest.sizeTest" />
  321. <item itemvalue="JUnit.MyArrayListTest" />
  322. <item itemvalue="JUnit.MyArrayListTest.add1Test" />
  323. <item itemvalue="JUnit.MyArrayListTest.trimArrayTest" />
  324. <item itemvalue="JUnit.MyArrayListTest.addTest2" />
  325. </list>
  326. <recent_temporary>
  327. <list>
  328. <item itemvalue="JUnit.MyArrayListTest.addTest2" />
  329. <item itemvalue="JUnit.MyArrayListTest.trimArrayTest" />
  330. <item itemvalue="JUnit.MyArrayListTest" />
  331. <item itemvalue="JUnit.MyArrayListTest.sizeTest" />
  332. <item itemvalue="JUnit.MyArrayListTest.add1Test" />
  333. </list>
  334. </recent_temporary>
  335. </component>
  336. <component name="SvnConfiguration">
  337. <configuration />
  338. </component>
  339. <component name="TaskManager">
  340. <task active="true" id="Default" summary="Default task">
  341. <changelist id="3963277c-7c3f-43f5-81ec-6d260afd1592" name="Default" comment="" />
  342. <created>1530106571709</created>
  343. <option name="number" value="Default" />
  344. <option name="presentableId" value="Default" />
  345. <updated>1530106571709</updated>
  346. <workItem from="1530106581652" duration="58000" />
  347. <workItem from="1530122909636" duration="17947000" />
  348. </task>
  349. <servers />
  350. </component>
  351. <component name="TestHistory">
  352. <history-entry file="MyArrayListTest_containsTest - 2018.06.27 at 19h 13m 31s.xml">
  353. <configuration name="MyArrayListTest.containsTest" configurationId="JUnit" />
  354. </history-entry>
  355. <history-entry file="MyArrayListTest_containsTest1 - 2018.06.27 at 19h 14m 15s.xml">
  356. <configuration name="MyArrayListTest.containsTest1" configurationId="JUnit" />
  357. </history-entry>
  358. <history-entry file="MyArrayListTest_removeTest - 2018.06.27 at 19h 14m 18s.xml">
  359. <configuration name="MyArrayListTest.removeTest" configurationId="JUnit" />
  360. </history-entry>
  361. <history-entry file="MyArrayListTest_sizeTest - 2018.06.27 at 19h 15m 43s.xml">
  362. <configuration name="MyArrayListTest.sizeTest" configurationId="JUnit" />
  363. </history-entry>
  364. <history-entry file="MyArrayListTest - 2018.06.27 at 19h 16m 37s.xml">
  365. <configuration name="MyArrayListTest" configurationId="JUnit" />
  366. </history-entry>
  367. <history-entry file="MyArrayListTest_add1Test - 2018.06.27 at 19h 17m 14s.xml">
  368. <configuration name="MyArrayListTest.add1Test" configurationId="JUnit" />
  369. </history-entry>
  370. <history-entry file="MyArrayListTest_sizeTest - 2018.06.27 at 19h 17m 22s.xml">
  371. <configuration name="MyArrayListTest.sizeTest" configurationId="JUnit" />
  372. </history-entry>
  373. <history-entry file="MyArrayListTest - 2018.06.27 at 19h 17m 29s.xml">
  374. <configuration name="MyArrayListTest" configurationId="JUnit" />
  375. </history-entry>
  376. <history-entry file="MyArrayListTest_trimArrayTest - 2018.06.27 at 19h 21m 12s.xml">
  377. <configuration name="MyArrayListTest.trimArrayTest" configurationId="JUnit" />
  378. </history-entry>
  379. <history-entry file="MyArrayListTest_addTest2 - 2018.06.28 at 14h 44m 10s.xml">
  380. <configuration name="MyArrayListTest.addTest2" configurationId="JUnit" />
  381. </history-entry>
  382. </component>
  383. <component name="TimeTrackingManager">
  384. <option name="totallyTimeSpent" value="18005000" />
  385. </component>
  386. <component name="ToolWindowManager">
  387. <frame x="-234" y="-1022" width="1881" height="941" extended-state="0" />
  388. <editor active="true" />
  389. <layout>
  390. <window_info anchor="right" id="Palette" order="3" />
  391. <window_info anchor="bottom" id="TODO" order="6" />
  392. <window_info anchor="bottom" id="Messages" weight="0.24238734" />
  393. <window_info anchor="right" id="Palette&#9;" order="3" />
  394. <window_info id="Image Layers" order="2" />
  395. <window_info anchor="right" id="Capture Analysis" order="3" />
  396. <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
  397. <window_info anchor="right" id="Maven Projects" order="3" />
  398. <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
  399. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.14738125" />
  400. <window_info anchor="bottom" id="Version Control" order="7" />
  401. <window_info anchor="bottom" id="Terminal" order="7" weight="0.32886723" />
  402. <window_info id="Capture Tool" order="2" />
  403. <window_info id="Designer" order="2" />
  404. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.23327896" />
  405. <window_info anchor="right" id="Database" order="3" />
  406. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  407. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  408. <window_info id="UI Designer" order="2" />
  409. <window_info anchor="right" id="Theme Preview" order="3" />
  410. <window_info anchor="bottom" id="Debug" order="3" weight="0.3995128" />
  411. <window_info id="Favorites" order="2" side_tool="true" />
  412. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  413. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  414. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  415. <window_info anchor="bottom" id="Message" order="0" />
  416. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  417. <window_info anchor="bottom" id="Find" order="1" />
  418. </layout>
  419. </component>
  420. <component name="TypeScriptGeneratedFilesManager">
  421. <option name="version" value="1" />
  422. </component>
  423. <component name="VcsContentAnnotationSettings">
  424. <option name="myLimit" value="2678400000" />
  425. </component>
  426. <component name="XDebuggerManager">
  427. <breakpoint-manager>
  428. <option name="time" value="2" />
  429. </breakpoint-manager>
  430. </component>
  431. <component name="editorHistoryManager">
  432. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/Assert.class">
  433. <provider selected="true" editor-type-id="text-editor">
  434. <state relative-caret-position="151">
  435. <caret line="236" selection-start-line="236" selection-end-line="236" />
  436. <folding>
  437. <element signature="e#8383#8384#0" expanded="true" />
  438. </folding>
  439. </state>
  440. </provider>
  441. </entry>
  442. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/src.zip!/java/util/ArrayList.java">
  443. <provider selected="true" editor-type-id="text-editor">
  444. <state relative-caret-position="704">
  445. <caret line="543" column="17" selection-start-line="543" selection-start-column="17" selection-end-line="543" selection-end-column="17" />
  446. </state>
  447. </provider>
  448. </entry>
  449. <entry file="file://$PROJECT_DIR$/src/main/java/MyArrayList.java">
  450. <provider selected="true" editor-type-id="text-editor">
  451. <state relative-caret-position="355">
  452. <caret line="83" column="31" selection-start-line="83" selection-start-column="31" selection-end-line="83" selection-end-column="31" />
  453. <folding>
  454. <element signature="imports" expanded="true" />
  455. <element signature="e#201#202#0" expanded="true" />
  456. <element signature="e#243#244#0" expanded="true" />
  457. <element signature="e#1277#1278#0" expanded="true" />
  458. <element signature="e#1314#1315#0" expanded="true" />
  459. <element signature="e#1744#1745#0" expanded="true" />
  460. <element signature="e#1780#1781#0" expanded="true" />
  461. </folding>
  462. </state>
  463. </provider>
  464. </entry>
  465. <entry file="file://$PROJECT_DIR$/src/test/java/MyArrayListTest.java">
  466. <provider selected="true" editor-type-id="text-editor">
  467. <state relative-caret-position="526">
  468. <caret line="36" column="49" selection-start-line="36" selection-start-column="49" selection-end-line="36" selection-end-column="49" />
  469. <folding>
  470. <element signature="imports" expanded="true" />
  471. <element signature="e#184#193#0" expanded="true" />
  472. </folding>
  473. </state>
  474. </provider>
  475. </entry>
  476. </component>
  477. <component name="masterDetails">
  478. <states>
  479. <state key="ArtifactsStructureConfigurable.UI">
  480. <settings>
  481. <artifact-editor />
  482. <splitter-proportions>
  483. <option name="proportions">
  484. <list>
  485. <option value="0.2" />
  486. </list>
  487. </option>
  488. </splitter-proportions>
  489. </settings>
  490. </state>
  491. <state key="FacetStructureConfigurable.UI">
  492. <settings>
  493. <last-edited>No facets are configured</last-edited>
  494. <splitter-proportions>
  495. <option name="proportions">
  496. <list>
  497. <option value="0.2" />
  498. </list>
  499. </option>
  500. </splitter-proportions>
  501. </settings>
  502. </state>
  503. <state key="GlobalLibrariesConfigurable.UI">
  504. <settings>
  505. <splitter-proportions>
  506. <option name="proportions">
  507. <list>
  508. <option value="0.2" />
  509. </list>
  510. </option>
  511. </splitter-proportions>
  512. </settings>
  513. </state>
  514. <state key="JdkListConfigurable.UI">
  515. <settings>
  516. <last-edited>1.8</last-edited>
  517. <splitter-proportions>
  518. <option name="proportions">
  519. <list>
  520. <option value="0.2" />
  521. </list>
  522. </option>
  523. </splitter-proportions>
  524. </settings>
  525. </state>
  526. <state key="ModuleStructureConfigurable.UI">
  527. <settings>
  528. <last-edited>generics</last-edited>
  529. <splitter-proportions>
  530. <option name="proportions">
  531. <list>
  532. <option value="0.2" />
  533. <option value="0.6" />
  534. </list>
  535. </option>
  536. </splitter-proportions>
  537. </settings>
  538. </state>
  539. <state key="ProjectJDKs.UI">
  540. <settings>
  541. <last-edited>1.8</last-edited>
  542. <splitter-proportions>
  543. <option name="proportions">
  544. <list>
  545. <option value="0.2" />
  546. </list>
  547. </option>
  548. </splitter-proportions>
  549. </settings>
  550. </state>
  551. <state key="ProjectLibrariesConfigurable.UI">
  552. <settings>
  553. <last-edited>Maven: junit:junit:4.12</last-edited>
  554. <splitter-proportions>
  555. <option name="proportions">
  556. <list>
  557. <option value="0.2" />
  558. </list>
  559. </option>
  560. </splitter-proportions>
  561. </settings>
  562. </state>
  563. </states>
  564. </component>
  565. </project>