workspace.xml 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="7ad04558-d1a8-448f-add7-490f9c754201" name="Default Changelist" 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/MyArrayList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/MyArrayList.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" afterDir="false" />
  8. </list>
  9. <ignored path="$PROJECT_DIR$/target/" />
  10. <option name="EXCLUDED_CONVERTED_TO_IGNORED" 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="FUSProjectUsageTrigger">
  17. <session id="-1050610943">
  18. <usages-collector id="statistics.lifecycle.project">
  19. <counts>
  20. <entry key="project.open.time.0" value="1" />
  21. <entry key="project.opened" value="1" />
  22. </counts>
  23. </usages-collector>
  24. <usages-collector id="statistics.file.extensions.open">
  25. <counts>
  26. <entry key="class" value="2" />
  27. <entry key="gitignore" value="1" />
  28. <entry key="java" value="5" />
  29. </counts>
  30. </usages-collector>
  31. <usages-collector id="statistics.file.types.open">
  32. <counts>
  33. <entry key="CLASS" value="2" />
  34. <entry key="JAVA" value="5" />
  35. <entry key="PLAIN_TEXT" value="1" />
  36. </counts>
  37. </usages-collector>
  38. <usages-collector id="statistics.file.extensions.edit">
  39. <counts>
  40. <entry key="java" value="3540" />
  41. </counts>
  42. </usages-collector>
  43. <usages-collector id="statistics.file.types.edit">
  44. <counts>
  45. <entry key="JAVA" value="3540" />
  46. </counts>
  47. </usages-collector>
  48. </session>
  49. </component>
  50. <component name="FileEditorManager">
  51. <leaf>
  52. <file pinned="false" current-in-tab="false">
  53. <entry file="file://$PROJECT_DIR$/src/test/java/MyArrayListTest.java">
  54. <provider selected="true" editor-type-id="text-editor">
  55. <state relative-caret-position="-2282">
  56. <caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
  57. <folding>
  58. <element signature="imports" expanded="true" />
  59. <element signature="e#143#144#0" expanded="true" />
  60. <element signature="e#182#183#0" expanded="true" />
  61. </folding>
  62. </state>
  63. </provider>
  64. </entry>
  65. </file>
  66. <file pinned="false" current-in-tab="true">
  67. <entry file="file://$PROJECT_DIR$/src/main/java/MyArrayList.java">
  68. <provider selected="true" editor-type-id="text-editor">
  69. <state relative-caret-position="-722">
  70. <caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
  71. <folding>
  72. <element signature="e#729#730#0" expanded="true" />
  73. <element signature="e#763#764#0" expanded="true" />
  74. <element signature="e#1365#1366#0" expanded="true" />
  75. <element signature="e#1399#1400#0" expanded="true" />
  76. <element signature="e#1433#1434#0" expanded="true" />
  77. <element signature="e#1464#1465#0" expanded="true" />
  78. </folding>
  79. </state>
  80. </provider>
  81. </entry>
  82. </file>
  83. </leaf>
  84. </component>
  85. <component name="FileTemplateManagerImpl">
  86. <option name="RECENT_TEMPLATES">
  87. <list>
  88. <option value="Class" />
  89. </list>
  90. </option>
  91. </component>
  92. <component name="Git.Settings">
  93. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  94. </component>
  95. <component name="IdeDocumentHistory">
  96. <option name="CHANGED_PATHS">
  97. <list>
  98. <option value="$PROJECT_DIR$/src/main/java/MyArrayList.java" />
  99. <option value="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" />
  100. </list>
  101. </option>
  102. </component>
  103. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  104. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  105. <component name="JsGulpfileManager">
  106. <detection-done>true</detection-done>
  107. <sorting>DEFINITION_ORDER</sorting>
  108. </component>
  109. <component name="ProjectFrameBounds">
  110. <option name="y" value="23" />
  111. <option name="width" value="1440" />
  112. <option name="height" value="807" />
  113. </component>
  114. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  115. <component name="ProjectView">
  116. <navigator proportions="" version="1">
  117. <foldersAlwaysOnTop value="true" />
  118. </navigator>
  119. <panes>
  120. <pane id="PackagesPane" />
  121. <pane id="ProjectPane">
  122. <subPane>
  123. <expand>
  124. <path>
  125. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  126. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  127. </path>
  128. <path>
  129. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  130. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  131. <item name="src" type="462c0819:PsiDirectoryNode" />
  132. </path>
  133. <path>
  134. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  135. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  136. <item name="src" type="462c0819:PsiDirectoryNode" />
  137. <item name="main" type="462c0819:PsiDirectoryNode" />
  138. </path>
  139. <path>
  140. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  141. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  142. <item name="src" type="462c0819:PsiDirectoryNode" />
  143. <item name="main" type="462c0819:PsiDirectoryNode" />
  144. <item name="java" type="462c0819:PsiDirectoryNode" />
  145. </path>
  146. <path>
  147. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  148. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  149. <item name="src" type="462c0819:PsiDirectoryNode" />
  150. <item name="test" type="462c0819:PsiDirectoryNode" />
  151. </path>
  152. <path>
  153. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  154. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  155. <item name="src" type="462c0819:PsiDirectoryNode" />
  156. <item name="test" type="462c0819:PsiDirectoryNode" />
  157. <item name="java" type="462c0819:PsiDirectoryNode" />
  158. </path>
  159. </expand>
  160. <select />
  161. </subPane>
  162. </pane>
  163. <pane id="Scope" />
  164. </panes>
  165. </component>
  166. <component name="PropertiesComponent">
  167. <property name="WebServerToolWindowFactoryState" value="false" />
  168. <property name="aspect.path.notification.shown" value="true" />
  169. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542219251358" />
  170. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  171. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  172. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  173. <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
  174. </component>
  175. <component name="RunDashboard">
  176. <option name="ruleStates">
  177. <list>
  178. <RuleState>
  179. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  180. </RuleState>
  181. <RuleState>
  182. <option name="name" value="StatusDashboardGroupingRule" />
  183. </RuleState>
  184. </list>
  185. </option>
  186. </component>
  187. <component name="RunManager" selected="JUnit.MyArrayListTest">
  188. <configuration name="MyArrayListTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  189. <module name="generics" />
  190. <option name="PACKAGE_NAME" value="" />
  191. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  192. <method v="2">
  193. <option name="Make" enabled="true" />
  194. </method>
  195. </configuration>
  196. <configuration name="MyArrayListTest.clearTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  197. <module name="generics" />
  198. <option name="PACKAGE_NAME" value="" />
  199. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  200. <option name="METHOD_NAME" value="clearTest" />
  201. <option name="TEST_OBJECT" value="method" />
  202. <method v="2">
  203. <option name="Make" enabled="true" />
  204. </method>
  205. </configuration>
  206. <configuration name="MyArrayListTest.contains" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  207. <module name="generics" />
  208. <option name="PACKAGE_NAME" value="" />
  209. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  210. <option name="METHOD_NAME" value="contains" />
  211. <option name="TEST_OBJECT" value="method" />
  212. <method v="2">
  213. <option name="Make" enabled="true" />
  214. </method>
  215. </configuration>
  216. <configuration name="MyArrayListTest.containsNotThere" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  217. <module name="generics" />
  218. <option name="PACKAGE_NAME" value="" />
  219. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  220. <option name="METHOD_NAME" value="containsNotThere" />
  221. <option name="TEST_OBJECT" value="method" />
  222. <method v="2">
  223. <option name="Make" enabled="true" />
  224. </method>
  225. </configuration>
  226. <configuration name="MyArrayListTest.isEmptyTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  227. <module name="generics" />
  228. <option name="PACKAGE_NAME" value="" />
  229. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  230. <option name="METHOD_NAME" value="isEmptyTest" />
  231. <option name="TEST_OBJECT" value="method" />
  232. <method v="2">
  233. <option name="Make" enabled="true" />
  234. </method>
  235. </configuration>
  236. <list>
  237. <item itemvalue="JUnit.MyArrayListTest.clearTest" />
  238. <item itemvalue="JUnit.MyArrayListTest.isEmptyTest" />
  239. <item itemvalue="JUnit.MyArrayListTest.contains" />
  240. <item itemvalue="JUnit.MyArrayListTest.containsNotThere" />
  241. <item itemvalue="JUnit.MyArrayListTest" />
  242. </list>
  243. <recent_temporary>
  244. <list>
  245. <item itemvalue="JUnit.MyArrayListTest" />
  246. <item itemvalue="JUnit.MyArrayListTest.containsNotThere" />
  247. <item itemvalue="JUnit.MyArrayListTest.contains" />
  248. <item itemvalue="JUnit.MyArrayListTest.isEmptyTest" />
  249. <item itemvalue="JUnit.MyArrayListTest.clearTest" />
  250. </list>
  251. </recent_temporary>
  252. </component>
  253. <component name="SvnConfiguration">
  254. <configuration />
  255. </component>
  256. <component name="TaskManager">
  257. <task active="true" id="Default" summary="Default task">
  258. <changelist id="7ad04558-d1a8-448f-add7-490f9c754201" name="Default Changelist" comment="" />
  259. <created>1542149227412</created>
  260. <option name="number" value="Default" />
  261. <option name="presentableId" value="Default" />
  262. <updated>1542149227412</updated>
  263. <workItem from="1542149228819" duration="13060000" />
  264. </task>
  265. <servers />
  266. </component>
  267. <component name="TestHistory">
  268. <history-entry file="MyArrayListTest_addAtIndexTest - 2018.11.13 at 19h 50m 15s.xml">
  269. <configuration name="MyArrayListTest.addAtIndexTest" configurationId="JUnit" />
  270. </history-entry>
  271. <history-entry file="MyArrayListTest_setTest - 2018.11.13 at 19h 51m 02s.xml">
  272. <configuration name="MyArrayListTest.setTest" configurationId="JUnit" />
  273. </history-entry>
  274. <history-entry file="MyArrayListTest_setTest - 2018.11.13 at 19h 52m 21s.xml">
  275. <configuration name="MyArrayListTest.setTest" configurationId="JUnit" />
  276. </history-entry>
  277. <history-entry file="MyArrayListTest_clearTest - 2018.11.14 at 07h 32m 09s.xml">
  278. <configuration name="MyArrayListTest.clearTest" configurationId="JUnit" />
  279. </history-entry>
  280. <history-entry file="MyArrayListTest_isEmptyTest - 2018.11.14 at 07h 38m 01s.xml">
  281. <configuration name="MyArrayListTest.isEmptyTest" configurationId="JUnit" />
  282. </history-entry>
  283. <history-entry file="MyArrayListTest_isEmptyTest - 2018.11.14 at 07h 46m 53s.xml">
  284. <configuration name="MyArrayListTest.isEmptyTest" configurationId="JUnit" />
  285. </history-entry>
  286. <history-entry file="MyArrayListTest_contains - 2018.11.14 at 07h 53m 33s.xml">
  287. <configuration name="MyArrayListTest.contains" configurationId="JUnit" />
  288. </history-entry>
  289. <history-entry file="MyArrayListTest_containsNotThere - 2018.11.14 at 07h 54m 51s.xml">
  290. <configuration name="MyArrayListTest.containsNotThere" configurationId="JUnit" />
  291. </history-entry>
  292. <history-entry file="MyArrayListTest - 2018.11.14 at 08h 04m 52s.xml">
  293. <configuration name="MyArrayListTest" configurationId="JUnit" />
  294. </history-entry>
  295. <history-entry file="MyArrayListTest - 2018.11.14 at 08h 44m 40s.xml">
  296. <configuration name="MyArrayListTest" configurationId="JUnit" />
  297. </history-entry>
  298. </component>
  299. <component name="TimeTrackingManager">
  300. <option name="totallyTimeSpent" value="13060000" />
  301. </component>
  302. <component name="ToolWindowManager">
  303. <frame x="0" y="23" width="1440" height="807" extended-state="0" />
  304. <editor active="true" />
  305. <layout>
  306. <window_info id="Image Layers" />
  307. <window_info id="Designer" />
  308. <window_info id="UI Designer" />
  309. <window_info id="Capture Tool" />
  310. <window_info id="Favorites" side_tool="true" />
  311. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24964234" />
  312. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  313. <window_info anchor="bottom" id="Messages" />
  314. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  315. <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
  316. <window_info anchor="bottom" id="Terminal" />
  317. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  318. <window_info anchor="bottom" id="Message" order="0" />
  319. <window_info anchor="bottom" id="Find" order="1" />
  320. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32867134" />
  321. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  322. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  323. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  324. <window_info anchor="bottom" id="TODO" order="6" />
  325. <window_info anchor="right" id="Palette" />
  326. <window_info anchor="right" id="Theme Preview" />
  327. <window_info anchor="right" id="Capture Analysis" />
  328. <window_info anchor="right" id="Palette&#9;" />
  329. <window_info anchor="right" id="Database" />
  330. <window_info anchor="right" id="Maven Projects" />
  331. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  332. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  333. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  334. </layout>
  335. </component>
  336. <component name="TypeScriptGeneratedFilesManager">
  337. <option name="version" value="1" />
  338. </component>
  339. <component name="VcsContentAnnotationSettings">
  340. <option name="myLimit" value="2678400000" />
  341. </component>
  342. <component name="editorHistoryManager">
  343. <entry file="file://$PROJECT_DIR$/.gitignore">
  344. <provider selected="true" editor-type-id="text-editor" />
  345. </entry>
  346. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/src.zip!/java/lang/Object.java">
  347. <provider selected="true" editor-type-id="text-editor">
  348. <state relative-caret-position="151">
  349. <caret line="36" column="13" selection-start-line="36" selection-start-column="13" selection-end-line="36" selection-end-column="13" />
  350. </state>
  351. </provider>
  352. </entry>
  353. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/internal/runners/model/ReflectiveCallable.class">
  354. <provider selected="true" editor-type-id="text-editor">
  355. <state relative-caret-position="195">
  356. <caret line="16" selection-start-line="16" selection-end-line="16" />
  357. </state>
  358. </provider>
  359. </entry>
  360. <entry file="file://$PROJECT_DIR$/src/test/java/MyArrayListTest.java">
  361. <provider selected="true" editor-type-id="text-editor">
  362. <state relative-caret-position="-2282">
  363. <caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
  364. <folding>
  365. <element signature="imports" expanded="true" />
  366. <element signature="e#143#144#0" expanded="true" />
  367. <element signature="e#182#183#0" expanded="true" />
  368. </folding>
  369. </state>
  370. </provider>
  371. </entry>
  372. <entry file="file://$PROJECT_DIR$/src/main/java/MyArrayList.java">
  373. <provider selected="true" editor-type-id="text-editor">
  374. <state relative-caret-position="-722">
  375. <caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
  376. <folding>
  377. <element signature="e#729#730#0" expanded="true" />
  378. <element signature="e#763#764#0" expanded="true" />
  379. <element signature="e#1365#1366#0" expanded="true" />
  380. <element signature="e#1399#1400#0" expanded="true" />
  381. <element signature="e#1433#1434#0" expanded="true" />
  382. <element signature="e#1464#1465#0" expanded="true" />
  383. </folding>
  384. </state>
  385. </provider>
  386. </entry>
  387. </component>
  388. <component name="masterDetails">
  389. <states>
  390. <state key="ProjectJDKs.UI">
  391. <settings>
  392. <last-edited>1.8</last-edited>
  393. <splitter-proportions>
  394. <option name="proportions">
  395. <list>
  396. <option value="0.2" />
  397. </list>
  398. </option>
  399. </splitter-proportions>
  400. </settings>
  401. </state>
  402. </states>
  403. </component>
  404. </project>