workspace.xml 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="f78b4f94-5011-4fe7-9204-65b828607f80" name="Default" comment="">
  5. <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/generics.iml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/main/java/MyArrayList.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/.deleteme" beforeDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/test/java/.deleteme" beforeDir="false" />
  16. </list>
  17. <ignored path="$PROJECT_DIR$/target/" />
  18. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  19. <option name="TRACKING_ENABLED" value="true" />
  20. <option name="SHOW_DIALOG" value="false" />
  21. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  22. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  23. <option name="LAST_RESOLUTION" value="IGNORE" />
  24. </component>
  25. <component name="FileEditorManager">
  26. <splitter split-orientation="horizontal" split-proportion="0.5">
  27. <split-first>
  28. <leaf>
  29. <file leaf-file-name="MyArrayList.java" pinned="false" current-in-tab="true">
  30. <entry file="file://$PROJECT_DIR$/src/main/java/MyArrayList.java">
  31. <provider selected="true" editor-type-id="text-editor">
  32. <state relative-caret-position="323">
  33. <caret line="29" column="24" lean-forward="true" selection-start-line="29" selection-start-column="24" selection-end-line="29" selection-end-column="24" />
  34. <folding>
  35. <element signature="e#166#167#0" expanded="true" />
  36. <element signature="e#193#194#0" expanded="true" />
  37. <element signature="e#552#553#0" expanded="true" />
  38. <element signature="e#588#589#0" expanded="true" />
  39. </folding>
  40. </state>
  41. </provider>
  42. </entry>
  43. </file>
  44. </leaf>
  45. </split-first>
  46. <split-second>
  47. <leaf>
  48. <file leaf-file-name="MyArrayListTest.java" pinned="false" current-in-tab="true">
  49. <entry file="file://$PROJECT_DIR$/src/test/java/MyArrayListTest.java">
  50. <provider selected="true" editor-type-id="text-editor">
  51. <state relative-caret-position="235">
  52. <caret line="22" column="24" lean-forward="true" selection-start-line="22" selection-start-column="24" selection-end-line="22" selection-end-column="24" />
  53. <folding>
  54. <element signature="imports" expanded="true" />
  55. </folding>
  56. </state>
  57. </provider>
  58. </entry>
  59. </file>
  60. </leaf>
  61. </split-second>
  62. </splitter>
  63. </component>
  64. <component name="FileTemplateManagerImpl">
  65. <option name="RECENT_TEMPLATES">
  66. <list>
  67. <option value="Class" />
  68. </list>
  69. </option>
  70. </component>
  71. <component name="Git.Settings">
  72. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  73. </component>
  74. <component name="IdeDocumentHistory">
  75. <option name="CHANGED_PATHS">
  76. <list>
  77. <option value="$PROJECT_DIR$/src/main/java/MyArrayList.java" />
  78. <option value="$PROJECT_DIR$/src/test/java/MyArrayListTest.java" />
  79. </list>
  80. </option>
  81. </component>
  82. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  83. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  84. <component name="JsGulpfileManager">
  85. <detection-done>true</detection-done>
  86. <sorting>DEFINITION_ORDER</sorting>
  87. </component>
  88. <component name="NodePackageJsonFileManager">
  89. <packageJsonPaths />
  90. </component>
  91. <component name="ProjectFrameBounds">
  92. <option name="x" value="234" />
  93. <option name="y" value="-784" />
  94. <option name="width" value="1280" />
  95. <option name="height" value="709" />
  96. </component>
  97. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  98. <ConfirmationsSetting value="2" id="Add" />
  99. </component>
  100. <component name="ProjectView">
  101. <navigator proportions="" version="1">
  102. <foldersAlwaysOnTop value="true" />
  103. </navigator>
  104. <panes>
  105. <pane id="Scope" />
  106. <pane id="PackagesPane" />
  107. <pane id="AndroidView" />
  108. <pane id="ProjectPane">
  109. <subPane>
  110. <expand>
  111. <path>
  112. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  113. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  114. </path>
  115. <path>
  116. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  117. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  118. <item name="src" type="462c0819:PsiDirectoryNode" />
  119. </path>
  120. <path>
  121. <item name="generics" type="b2602c69:ProjectViewProjectNode" />
  122. <item name="CR-MicroLabs-Generics-MyArrayList" type="462c0819:PsiDirectoryNode" />
  123. <item name="src" type="462c0819:PsiDirectoryNode" />
  124. <item name="main" 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. <item name="main" type="462c0819:PsiDirectoryNode" />
  131. <item name="java" 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="test" 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="test" type="462c0819:PsiDirectoryNode" />
  144. <item name="java" type="462c0819:PsiDirectoryNode" />
  145. </path>
  146. </expand>
  147. <select />
  148. </subPane>
  149. </pane>
  150. </panes>
  151. </component>
  152. <component name="PropertiesComponent">
  153. <property name="WebServerToolWindowFactoryState" value="false" />
  154. <property name="android.sdk.path" value="$USER_HOME$/Library/Android/sdk" />
  155. <property name="aspect.path.notification.shown" value="true" />
  156. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  157. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  158. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  159. <property name="project.structure.last.edited" value="Project" />
  160. <property name="project.structure.proportion" value="0.15" />
  161. <property name="project.structure.side.proportion" value="0.0" />
  162. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  163. </component>
  164. <component name="RunDashboard">
  165. <option name="ruleStates">
  166. <list>
  167. <RuleState>
  168. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  169. </RuleState>
  170. <RuleState>
  171. <option name="name" value="StatusDashboardGroupingRule" />
  172. </RuleState>
  173. </list>
  174. </option>
  175. </component>
  176. <component name="RunManager" selected="JUnit.MyArrayListTest.getTest">
  177. <configuration default="true" type="Application" factoryName="Application">
  178. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  179. </configuration>
  180. <configuration name="MyArrayListTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  181. <module name="generics" />
  182. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  183. <option name="ALTERNATIVE_JRE_PATH" />
  184. <option name="PACKAGE_NAME" value="" />
  185. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  186. <option name="METHOD_NAME" />
  187. <option name="TEST_OBJECT" value="class" />
  188. <option name="VM_PARAMETERS" value="-ea" />
  189. <option name="PARAMETERS" />
  190. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  191. <option name="PASS_PARENT_ENVS" value="true" />
  192. <option name="TEST_SEARCH_SCOPE">
  193. <value defaultName="singleModule" />
  194. </option>
  195. <patterns />
  196. </configuration>
  197. <configuration name="MyArrayListTest.addTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  198. <module name="generics" />
  199. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  200. <option name="ALTERNATIVE_JRE_PATH" />
  201. <option name="PACKAGE_NAME" value="" />
  202. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  203. <option name="METHOD_NAME" value="addTest" />
  204. <option name="TEST_OBJECT" value="method" />
  205. <option name="VM_PARAMETERS" value="-ea" />
  206. <option name="PARAMETERS" />
  207. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  208. <option name="PASS_PARENT_ENVS" value="true" />
  209. <option name="TEST_SEARCH_SCOPE">
  210. <value defaultName="singleModule" />
  211. </option>
  212. <patterns />
  213. </configuration>
  214. <configuration name="MyArrayListTest.getTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  215. <module name="generics" />
  216. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  217. <option name="ALTERNATIVE_JRE_PATH" />
  218. <option name="PACKAGE_NAME" value="" />
  219. <option name="MAIN_CLASS_NAME" value="MyArrayListTest" />
  220. <option name="METHOD_NAME" value="getTest" />
  221. <option name="TEST_OBJECT" value="method" />
  222. <option name="VM_PARAMETERS" value="-ea" />
  223. <option name="PARAMETERS" />
  224. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  225. <option name="PASS_PARENT_ENVS" value="true" />
  226. <option name="TEST_SEARCH_SCOPE">
  227. <value defaultName="singleModule" />
  228. </option>
  229. <patterns />
  230. </configuration>
  231. <configuration default="true" type="JUnit" factoryName="JUnit">
  232. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  233. <option name="ALTERNATIVE_JRE_PATH" />
  234. <option name="PACKAGE_NAME" />
  235. <option name="MAIN_CLASS_NAME" />
  236. <option name="METHOD_NAME" />
  237. <option name="TEST_OBJECT" value="class" />
  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 default="true" type="TestNG" factoryName="TestNG">
  248. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  249. <option name="ALTERNATIVE_JRE_PATH" />
  250. <option name="SUITE_NAME" />
  251. <option name="PACKAGE_NAME" />
  252. <option name="MAIN_CLASS_NAME" />
  253. <option name="METHOD_NAME" />
  254. <option name="GROUP_NAME" />
  255. <option name="TEST_OBJECT" value="CLASS" />
  256. <option name="VM_PARAMETERS" value="-ea" />
  257. <option name="PARAMETERS" />
  258. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  259. <option name="OUTPUT_DIRECTORY" />
  260. <option name="PASS_PARENT_ENVS" value="true" />
  261. <option name="TEST_SEARCH_SCOPE">
  262. <value defaultName="singleModule" />
  263. </option>
  264. <option name="USE_DEFAULT_REPORTERS" value="false" />
  265. <option name="PROPERTIES_FILE" />
  266. <properties />
  267. <listeners />
  268. </configuration>
  269. <list>
  270. <item itemvalue="JUnit.MyArrayListTest" />
  271. <item itemvalue="JUnit.MyArrayListTest.addTest" />
  272. <item itemvalue="JUnit.MyArrayListTest.getTest" />
  273. </list>
  274. <recent_temporary>
  275. <list>
  276. <item itemvalue="JUnit.MyArrayListTest.getTest" />
  277. <item itemvalue="JUnit.MyArrayListTest.addTest" />
  278. <item itemvalue="JUnit.MyArrayListTest" />
  279. </list>
  280. </recent_temporary>
  281. </component>
  282. <component name="SvnConfiguration">
  283. <configuration />
  284. </component>
  285. <component name="TaskManager">
  286. <task active="true" id="Default" summary="Default task">
  287. <changelist id="f78b4f94-5011-4fe7-9204-65b828607f80" name="Default" comment="" />
  288. <created>1530109478364</created>
  289. <option name="number" value="Default" />
  290. <option name="presentableId" value="Default" />
  291. <updated>1530109478364</updated>
  292. <workItem from="1530109483314" duration="10069000" />
  293. </task>
  294. <servers />
  295. </component>
  296. <component name="TestHistory">
  297. <history-entry file="MyArrayListTest_addTest - 2018.06.30 at 17h 31m 36s.xml">
  298. <configuration name="MyArrayListTest.addTest" configurationId="JUnit" />
  299. </history-entry>
  300. <history-entry file="MyArrayListTest_addTest - 2018.06.30 at 17h 32m 01s.xml">
  301. <configuration name="MyArrayListTest.addTest" configurationId="JUnit" />
  302. </history-entry>
  303. <history-entry file="MyArrayListTest_addTest - 2018.06.30 at 17h 35m 02s.xml">
  304. <configuration name="MyArrayListTest.addTest" configurationId="JUnit" />
  305. </history-entry>
  306. <history-entry file="MyArrayListTest_getTest - 2018.06.30 at 17h 43m 55s.xml">
  307. <configuration name="MyArrayListTest.getTest" configurationId="JUnit" />
  308. </history-entry>
  309. </component>
  310. <component name="TimeTrackingManager">
  311. <option name="totallyTimeSpent" value="10069000" />
  312. </component>
  313. <component name="ToolWindowManager">
  314. <frame x="234" y="-784" width="1280" height="709" extended-state="0" />
  315. <editor active="true" />
  316. <layout>
  317. <window_info anchor="right" id="Palette" />
  318. <window_info anchor="bottom" id="TODO" order="6" />
  319. <window_info anchor="bottom" id="Messages" weight="0.4503937" />
  320. <window_info anchor="right" id="Palette&#9;" />
  321. <window_info id="Image Layers" />
  322. <window_info anchor="right" id="Capture Analysis" />
  323. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  324. <window_info anchor="right" id="Maven Projects" />
  325. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  326. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32913387" />
  327. <window_info anchor="bottom" id="Version Control" />
  328. <window_info anchor="bottom" id="Terminal" />
  329. <window_info id="Capture Tool" />
  330. <window_info id="Designer" />
  331. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.1734375" />
  332. <window_info anchor="right" id="Database" />
  333. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  334. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  335. <window_info id="UI Designer" />
  336. <window_info anchor="right" id="Theme Preview" />
  337. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  338. <window_info id="Favorites" side_tool="true" />
  339. <window_info anchor="bottom" id="Find" order="1" />
  340. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  341. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  342. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  343. <window_info anchor="bottom" id="Message" order="0" />
  344. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  345. </layout>
  346. </component>
  347. <component name="TypeScriptGeneratedFilesManager">
  348. <option name="version" value="1" />
  349. </component>
  350. <component name="VcsContentAnnotationSettings">
  351. <option name="myLimit" value="2678400000" />
  352. </component>
  353. <component name="editorHistoryManager">
  354. <entry file="file://$PROJECT_DIR$/src/main/java/MyArrayList.java">
  355. <provider selected="true" editor-type-id="text-editor">
  356. <state relative-caret-position="323">
  357. <caret line="29" column="24" lean-forward="true" selection-start-line="29" selection-start-column="24" selection-end-line="29" selection-end-column="24" />
  358. <folding>
  359. <element signature="e#166#167#0" expanded="true" />
  360. <element signature="e#193#194#0" expanded="true" />
  361. <element signature="e#552#553#0" expanded="true" />
  362. <element signature="e#588#589#0" expanded="true" />
  363. </folding>
  364. </state>
  365. </provider>
  366. </entry>
  367. <entry file="file://$PROJECT_DIR$/src/test/java/MyArrayListTest.java">
  368. <provider selected="true" editor-type-id="text-editor">
  369. <state relative-caret-position="235">
  370. <caret line="22" column="24" lean-forward="true" selection-start-line="22" selection-start-column="24" selection-end-line="22" selection-end-column="24" />
  371. <folding>
  372. <element signature="imports" expanded="true" />
  373. </folding>
  374. </state>
  375. </provider>
  376. </entry>
  377. </component>
  378. <component name="masterDetails">
  379. <states>
  380. <state key="GlobalLibrariesConfigurable.UI">
  381. <settings>
  382. <splitter-proportions>
  383. <option name="proportions">
  384. <list>
  385. <option value="0.2" />
  386. </list>
  387. </option>
  388. </splitter-proportions>
  389. </settings>
  390. </state>
  391. <state key="JdkListConfigurable.UI">
  392. <settings>
  393. <last-edited>10</last-edited>
  394. <splitter-proportions>
  395. <option name="proportions">
  396. <list>
  397. <option value="0.2" />
  398. </list>
  399. </option>
  400. </splitter-proportions>
  401. </settings>
  402. </state>
  403. <state key="ProjectJDKs.UI">
  404. <settings>
  405. <last-edited>10</last-edited>
  406. <splitter-proportions>
  407. <option name="proportions">
  408. <list>
  409. <option value="0.2" />
  410. </list>
  411. </option>
  412. </splitter-proportions>
  413. </settings>
  414. </state>
  415. <state key="ProjectLibrariesConfigurable.UI">
  416. <settings>
  417. <splitter-proportions>
  418. <option name="proportions">
  419. <list>
  420. <option value="0.2" />
  421. </list>
  422. </option>
  423. </splitter-proportions>
  424. </settings>
  425. </state>
  426. </states>
  427. </component>
  428. </project>