workspace.xml 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. </list>
  7. <ignored path="$PROJECT_DIR$/out/" />
  8. <ignored path="$PROJECT_DIR$/target/" />
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="SHOW_DIALOG" value="false" />
  11. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  12. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  13. <option name="LAST_RESOLUTION" value="IGNORE" />
  14. </component>
  15. <component name="FUSProjectUsageTrigger">
  16. <session id="-1546935440">
  17. <usages-collector id="statistics.lifecycle.project">
  18. <counts>
  19. <entry key="project.closed" value="35" />
  20. <entry key="project.open.time.0" value="2" />
  21. <entry key="project.open.time.1" value="29" />
  22. <entry key="project.open.time.11" value="1" />
  23. <entry key="project.open.time.2" value="2" />
  24. <entry key="project.open.time.7" value="1" />
  25. <entry key="project.opened" value="35" />
  26. </counts>
  27. </usages-collector>
  28. <usages-collector id="statistics.file.extensions.edit">
  29. <counts>
  30. <entry key="java" value="3537" />
  31. </counts>
  32. </usages-collector>
  33. <usages-collector id="statistics.file.types.edit">
  34. <counts>
  35. <entry key="JAVA" value="3537" />
  36. </counts>
  37. </usages-collector>
  38. <usages-collector id="statistics.file.extensions.open">
  39. <counts>
  40. <entry key="java" value="3" />
  41. </counts>
  42. </usages-collector>
  43. <usages-collector id="statistics.file.types.open">
  44. <counts>
  45. <entry key="JAVA" value="3" />
  46. </counts>
  47. </usages-collector>
  48. <usages-collector id="statistics.spring.boot.mvc.usages" />
  49. <usages-collector id="statistics.spring.boot.run.usages" />
  50. <usages-collector id="statistics.js.language.service.starts" />
  51. <usages-collector id="statistics.vcs.git.usages" />
  52. </session>
  53. </component>
  54. <component name="FileEditorManager">
  55. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  56. <file pinned="false" current-in-tab="false">
  57. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
  58. <provider selected="true" editor-type-id="text-editor">
  59. <state relative-caret-position="240">
  60. <caret line="16" column="57" selection-start-line="16" selection-start-column="57" selection-end-line="16" selection-end-column="57" />
  61. <folding>
  62. <element signature="imports" expanded="true" />
  63. </folding>
  64. </state>
  65. </provider>
  66. </entry>
  67. </file>
  68. <file pinned="false" current-in-tab="false">
  69. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java">
  70. <provider selected="true" editor-type-id="text-editor">
  71. <state relative-caret-position="435">
  72. <caret line="29" column="45" selection-start-line="29" selection-start-column="45" selection-end-line="29" selection-end-column="45" />
  73. <folding>
  74. <element signature="imports" expanded="true" />
  75. </folding>
  76. </state>
  77. </provider>
  78. </entry>
  79. </file>
  80. <file pinned="false" current-in-tab="false">
  81. <entry file="file://$PROJECT_DIR$/src/test/java/InventoryTest.java">
  82. <provider selected="true" editor-type-id="text-editor">
  83. <state relative-caret-position="1590">
  84. <caret line="106" column="23" selection-start-line="106" selection-start-column="23" selection-end-line="106" selection-end-column="23" />
  85. <folding>
  86. <element signature="imports" expanded="true" />
  87. </folding>
  88. </state>
  89. </provider>
  90. </entry>
  91. </file>
  92. <file pinned="false" current-in-tab="false">
  93. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
  94. <provider selected="true" editor-type-id="text-editor">
  95. <state relative-caret-position="510">
  96. <caret line="35" column="60" selection-start-line="35" selection-start-column="38" selection-end-line="35" selection-end-column="60" />
  97. <folding>
  98. <element signature="imports" expanded="true" />
  99. </folding>
  100. </state>
  101. </provider>
  102. </entry>
  103. </file>
  104. <file pinned="false" current-in-tab="true">
  105. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
  106. <provider selected="true" editor-type-id="text-editor">
  107. <state relative-caret-position="735">
  108. <caret line="49" column="24" lean-forward="true" selection-start-line="49" selection-start-column="24" selection-end-line="49" selection-end-column="24" />
  109. </state>
  110. </provider>
  111. </entry>
  112. </file>
  113. </leaf>
  114. </component>
  115. <component name="FileTemplateManagerImpl">
  116. <option name="RECENT_TEMPLATES">
  117. <list>
  118. <option value="Class" />
  119. </list>
  120. </option>
  121. </component>
  122. <component name="Git.Settings">
  123. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  124. </component>
  125. <component name="IdeDocumentHistory">
  126. <option name="CHANGED_PATHS">
  127. <list>
  128. <option value="$PROJECT_DIR$/.gitignore" />
  129. <option value="$PROJECT_DIR$/README.md" />
  130. <option value="$PROJECT_DIR$/pom.xml" />
  131. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java" />
  132. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java" />
  133. <option value="$PROJECT_DIR$/src/test/java/InventoryTest.java" />
  134. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java" />
  135. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java" />
  136. </list>
  137. </option>
  138. </component>
  139. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  140. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  141. <component name="JsGulpfileManager">
  142. <detection-done>true</detection-done>
  143. <sorting>DEFINITION_ORDER</sorting>
  144. </component>
  145. <component name="MavenImportPreferences">
  146. <option name="importingSettings">
  147. <MavenImportingSettings>
  148. <option name="importAutomatically" value="true" />
  149. </MavenImportingSettings>
  150. </option>
  151. </component>
  152. <component name="ProjectFrameBounds" extendedState="6">
  153. <option name="y" value="23" />
  154. <option name="width" value="1280" />
  155. <option name="height" value="707" />
  156. </component>
  157. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  158. <component name="ProjectView">
  159. <navigator proportions="" version="1">
  160. <foldersAlwaysOnTop value="true" />
  161. </navigator>
  162. <panes>
  163. <pane id="Scope" />
  164. <pane id="PackagesPane" />
  165. <pane id="ProjectPane">
  166. <subPane>
  167. <expand>
  168. <path>
  169. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  170. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  171. </path>
  172. <path>
  173. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  174. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  175. <item name="src" type="462c0819:PsiDirectoryNode" />
  176. </path>
  177. <path>
  178. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  179. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  180. <item name="src" type="462c0819:PsiDirectoryNode" />
  181. <item name="main" type="462c0819:PsiDirectoryNode" />
  182. </path>
  183. <path>
  184. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  185. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  186. <item name="src" type="462c0819:PsiDirectoryNode" />
  187. <item name="main" type="462c0819:PsiDirectoryNode" />
  188. <item name="java" type="462c0819:PsiDirectoryNode" />
  189. </path>
  190. <path>
  191. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  192. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  193. <item name="src" type="462c0819:PsiDirectoryNode" />
  194. <item name="main" type="462c0819:PsiDirectoryNode" />
  195. <item name="java" type="462c0819:PsiDirectoryNode" />
  196. <item name="productmanager" type="462c0819:PsiDirectoryNode" />
  197. </path>
  198. <path>
  199. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  200. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  201. <item name="src" type="462c0819:PsiDirectoryNode" />
  202. <item name="test" type="462c0819:PsiDirectoryNode" />
  203. </path>
  204. <path>
  205. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  206. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  207. <item name="src" type="462c0819:PsiDirectoryNode" />
  208. <item name="test" type="462c0819:PsiDirectoryNode" />
  209. <item name="java" type="462c0819:PsiDirectoryNode" />
  210. </path>
  211. <path>
  212. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  213. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  214. </path>
  215. </expand>
  216. <select />
  217. </subPane>
  218. </pane>
  219. </panes>
  220. </component>
  221. <component name="PropertiesComponent">
  222. <property name="WebServerToolWindowFactoryState" value="false" />
  223. <property name="aspect.path.notification.shown" value="true" />
  224. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542224855153" />
  225. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  226. <property name="project.structure.last.edited" value="Project" />
  227. <property name="project.structure.proportion" value="0.0" />
  228. <property name="project.structure.side.proportion" value="0.2" />
  229. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  230. </component>
  231. <component name="RunDashboard">
  232. <option name="ruleStates">
  233. <list>
  234. <RuleState>
  235. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  236. </RuleState>
  237. <RuleState>
  238. <option name="name" value="StatusDashboardGroupingRule" />
  239. </RuleState>
  240. </list>
  241. </option>
  242. </component>
  243. <component name="RunManager" selected="JUnit.ProductTest">
  244. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  245. <module name="" />
  246. <option name="TESTING_TYPE" value="0" />
  247. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  248. <option name="METHOD_NAME" value="" />
  249. <option name="CLASS_NAME" value="" />
  250. <option name="PACKAGE_NAME" value="" />
  251. <option name="EXTRA_OPTIONS" value="" />
  252. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  253. <option name="PREFERRED_AVD" value="" />
  254. <option name="CLEAR_LOGCAT" value="false" />
  255. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  256. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  257. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  258. <option name="DEBUGGER_TYPE" value="Java" />
  259. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  260. <option name="PREFERRED_AVD" value="" />
  261. <Java />
  262. <Profilers>
  263. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  264. <option name="GAPID_ENABLED" value="false" />
  265. <option name="GAPID_DISABLE_PCS" value="false" />
  266. <option name="SUPPORT_LIB_ENABLED" value="true" />
  267. <option name="INSTRUMENTATION_ENABLED" value="true" />
  268. </Profilers>
  269. <method />
  270. </configuration>
  271. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  272. <setting name="environment" value="" />
  273. <setting name="specsToExecute" value="" />
  274. <setting name="tags" value="" />
  275. <setting name="parallelNodes" value="" />
  276. <setting name="execInParallel" value="false" />
  277. <setting name="programParameters" value="" />
  278. <setting name="workingDirectory" value="" />
  279. <setting name="moduleName" value="" />
  280. <envMap />
  281. <setting name="rowsRange" value="" />
  282. <method />
  283. </configuration>
  284. <configuration default="true" type="Applet" factoryName="Applet">
  285. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  286. <method v="2">
  287. <option name="Make" enabled="true" />
  288. </method>
  289. </configuration>
  290. <configuration default="true" type="Application" factoryName="Application">
  291. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  292. <method v="2">
  293. <option name="Make" enabled="true" />
  294. </method>
  295. </configuration>
  296. <configuration name="ProductTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  297. <module name="productmanager" />
  298. <extension name="coverage">
  299. <pattern>
  300. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  301. <option name="ENABLED" value="true" />
  302. </pattern>
  303. </extension>
  304. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  305. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
  306. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  307. <method v="2">
  308. <option name="Make" enabled="true" />
  309. </method>
  310. </configuration>
  311. <configuration name="ProductTest.getPriceTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  312. <module name="productmanager" />
  313. <extension name="coverage">
  314. <pattern>
  315. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  316. <option name="ENABLED" value="true" />
  317. </pattern>
  318. </extension>
  319. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  320. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
  321. <option name="METHOD_NAME" value="getPriceTest" />
  322. <option name="TEST_OBJECT" value="method" />
  323. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  324. <method v="2">
  325. <option name="Make" enabled="true" />
  326. </method>
  327. </configuration>
  328. <configuration name="ProductTest.setPriceTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  329. <module name="productmanager" />
  330. <extension name="coverage">
  331. <pattern>
  332. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  333. <option name="ENABLED" value="true" />
  334. </pattern>
  335. </extension>
  336. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  337. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
  338. <option name="METHOD_NAME" value="setPriceTest" />
  339. <option name="TEST_OBJECT" value="method" />
  340. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  341. <method v="2">
  342. <option name="Make" enabled="true" />
  343. </method>
  344. </configuration>
  345. <configuration default="true" type="JUnit" factoryName="JUnit">
  346. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  347. <method v="2">
  348. <option name="Make" enabled="true" />
  349. </method>
  350. </configuration>
  351. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  352. <module name="bankaccountlab" />
  353. <option name="VM_PARAMETERS" />
  354. <option name="PROGRAM_PARAMETERS" />
  355. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  356. <option name="ALTERNATIVE_JRE_PATH" />
  357. <option name="PASS_PARENT_ENVS" value="true" />
  358. <option name="MAIN_CLASS_NAME" />
  359. <option name="WORKING_DIRECTORY" />
  360. <method v="2">
  361. <option name="Make" enabled="true" />
  362. </method>
  363. </configuration>
  364. <configuration default="true" type="TestNG" factoryName="TestNG">
  365. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  366. <properties />
  367. <listeners />
  368. <method v="2">
  369. <option name="Make" enabled="true" />
  370. </method>
  371. </configuration>
  372. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  373. <module name="" />
  374. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  375. <option name="PROGRAM_PARAMETERS" />
  376. <predefined_log_file id="idea.log" enabled="true" />
  377. <method v="2">
  378. <option name="Make" enabled="true" />
  379. </method>
  380. </configuration>
  381. <list>
  382. <item itemvalue="JUnit.ProductTest.setPriceTest" />
  383. <item itemvalue="JUnit.ProductTest" />
  384. <item itemvalue="JUnit.ProductTest.getPriceTest" />
  385. </list>
  386. <recent_temporary>
  387. <list>
  388. <item itemvalue="JUnit.ProductTest" />
  389. <item itemvalue="JUnit.ProductTest.getPriceTest" />
  390. <item itemvalue="JUnit.ProductTest.setPriceTest" />
  391. </list>
  392. </recent_temporary>
  393. </component>
  394. <component name="SvnConfiguration">
  395. <configuration />
  396. </component>
  397. <component name="TaskManager">
  398. <task active="true" id="Default" summary="Default task">
  399. <changelist id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="" />
  400. <created>1515620835041</created>
  401. <option name="number" value="Default" />
  402. <option name="presentableId" value="Default" />
  403. <updated>1515620835041</updated>
  404. <workItem from="1541459105301" duration="5249000" />
  405. <workItem from="1541513417668" duration="741000" />
  406. <workItem from="1541514956167" duration="25000" />
  407. <workItem from="1541514992325" duration="35000" />
  408. <workItem from="1541603676806" duration="14000" />
  409. <workItem from="1541603715483" duration="11000" />
  410. <workItem from="1541603748196" duration="38000" />
  411. <workItem from="1541603816642" duration="19000" />
  412. <workItem from="1541603896992" duration="11000" />
  413. <workItem from="1541604047981" duration="81000" />
  414. <workItem from="1541604193413" duration="8000" />
  415. <workItem from="1541604298611" duration="19000" />
  416. <workItem from="1541604476522" duration="41000" />
  417. <workItem from="1541604547657" duration="14000" />
  418. <workItem from="1541604606655" duration="24000" />
  419. <workItem from="1541604998331" duration="46000" />
  420. <workItem from="1541605088012" duration="9000" />
  421. <workItem from="1541605259006" duration="37000" />
  422. <workItem from="1541605312781" duration="18000" />
  423. <workItem from="1541605360497" duration="34000" />
  424. <workItem from="1541606139990" duration="18000" />
  425. <workItem from="1541606914209" duration="10000" />
  426. <workItem from="1541607428633" duration="15000" />
  427. <workItem from="1542134729434" duration="6716000" />
  428. <workItem from="1542222383214" duration="2467000" />
  429. <workItem from="1542224862693" duration="441000" />
  430. <workItem from="1543519272630" duration="71000" />
  431. <workItem from="1543519357733" duration="38000" />
  432. </task>
  433. <servers />
  434. </component>
  435. <component name="TestHistory">
  436. <history-entry file="ProductTest_setPriceTest - 2018.11.05 at 19h 24m 15s.xml">
  437. <configuration name="ProductTest.setPriceTest" configurationId="JUnit" />
  438. </history-entry>
  439. <history-entry file="ProductTest - 2018.11.05 at 19h 24m 39s.xml">
  440. <configuration name="ProductTest" configurationId="JUnit" />
  441. </history-entry>
  442. <history-entry file="ProductTest - 2018.11.05 at 19h 25m 03s.xml">
  443. <configuration name="ProductTest" configurationId="JUnit" />
  444. </history-entry>
  445. <history-entry file="ProductTest_getPriceTest - 2018.11.05 at 19h 27m 21s.xml">
  446. <configuration name="ProductTest.getPriceTest" configurationId="JUnit" />
  447. </history-entry>
  448. <history-entry file="ProductTest_getPriceTest - 2018.11.05 at 19h 27m 44s.xml">
  449. <configuration name="ProductTest.getPriceTest" configurationId="JUnit" />
  450. </history-entry>
  451. <history-entry file="ProductTest - 2018.11.06 at 09h 15m 51s.xml">
  452. <configuration name="ProductTest" configurationId="JUnit" />
  453. </history-entry>
  454. <history-entry file="ProductTest - 2018.11.06 at 09h 17m 20s.xml">
  455. <configuration name="ProductTest" configurationId="JUnit" />
  456. </history-entry>
  457. </component>
  458. <component name="TimeTrackingManager">
  459. <option name="totallyTimeSpent" value="16250000" />
  460. </component>
  461. <component name="ToolWindowManager">
  462. <frame x="0" y="23" width="1280" height="698" extended-state="6" />
  463. <editor active="true" />
  464. <layout>
  465. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.411147" />
  466. <window_info id="Structure" order="1" weight="0.24959612" />
  467. <window_info id="Nl-Palette" order="2" />
  468. <window_info id="Favorites" order="3" side_tool="true" />
  469. <window_info id="Image Layers" order="4" />
  470. <window_info id="Designer" order="5" />
  471. <window_info id="UI Designer" order="6" />
  472. <window_info id="Capture Tool" order="7" />
  473. <window_info anchor="bottom" id="Message" order="0" />
  474. <window_info anchor="bottom" id="Find" order="1" />
  475. <window_info anchor="bottom" id="Run" order="2" weight="0.54146343" />
  476. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  477. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  478. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  479. <window_info anchor="bottom" id="TODO" order="6" />
  480. <window_info anchor="bottom" id="Terminal" order="7" weight="0.32673267" />
  481. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" weight="0.3296" />
  482. <window_info anchor="bottom" id="Version Control" order="9" />
  483. <window_info anchor="bottom" id="Messages" order="10" weight="0.3284553" />
  484. <window_info anchor="bottom" id="Database Changes" order="11" show_stripe_button="false" />
  485. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  486. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  487. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  488. <window_info anchor="right" id="Palette" order="3" />
  489. <window_info anchor="right" id="Capture Analysis" order="4" />
  490. <window_info anchor="right" id="Theme Preview" order="5" />
  491. <window_info anchor="right" id="Properties" order="6" />
  492. <window_info anchor="right" id="Palette&#9;" order="7" />
  493. <window_info anchor="right" id="Maven Projects" order="8" />
  494. <window_info anchor="right" id="Database" order="9" />
  495. </layout>
  496. <layout-to-restore>
  497. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25767368" />
  498. <window_info id="Structure" order="1" weight="0.25" />
  499. <window_info id="Nl-Palette" order="2" />
  500. <window_info id="Favorites" order="3" side_tool="true" />
  501. <window_info id="Image Layers" order="4" />
  502. <window_info id="Designer" order="5" />
  503. <window_info id="UI Designer" order="6" />
  504. <window_info id="Capture Tool" order="7" />
  505. <window_info anchor="bottom" id="Message" order="0" />
  506. <window_info anchor="bottom" id="Find" order="1" />
  507. <window_info anchor="bottom" id="Run" order="2" />
  508. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  509. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  510. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  511. <window_info anchor="bottom" id="TODO" order="6" />
  512. <window_info active="true" anchor="bottom" id="Terminal" order="7" visible="true" weight="0.328" />
  513. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  514. <window_info anchor="bottom" id="Version Control" order="9" />
  515. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  516. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  517. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  518. <window_info anchor="right" id="Palette" order="3" />
  519. <window_info anchor="right" id="Capture Analysis" order="4" />
  520. <window_info anchor="right" id="Theme Preview" order="5" />
  521. <window_info anchor="right" id="Properties" order="6" />
  522. <window_info anchor="right" id="Palette&#9;" order="7" />
  523. <window_info anchor="right" id="Maven Projects" order="8" />
  524. </layout-to-restore>
  525. </component>
  526. <component name="TypeScriptGeneratedFilesManager">
  527. <option name="version" value="1" />
  528. </component>
  529. <component name="VcsContentAnnotationSettings">
  530. <option name="myLimit" value="2678400000" />
  531. </component>
  532. <component name="editorHistoryManager">
  533. <entry file="file://$PROJECT_DIR$/.gitignore">
  534. <provider selected="true" editor-type-id="text-editor" />
  535. </entry>
  536. <entry file="file://$PROJECT_DIR$/README.md">
  537. <provider selected="true" editor-type-id="text-editor" />
  538. </entry>
  539. <entry file="file://$PROJECT_DIR$/pom.xml">
  540. <provider selected="true" editor-type-id="text-editor">
  541. <state relative-caret-position="165">
  542. <caret line="11" column="10" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
  543. </state>
  544. </provider>
  545. </entry>
  546. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
  547. <provider selected="true" editor-type-id="text-editor">
  548. <state relative-caret-position="240">
  549. <caret line="16" column="57" selection-start-line="16" selection-start-column="57" selection-end-line="16" selection-end-column="57" />
  550. <folding>
  551. <element signature="imports" expanded="true" />
  552. </folding>
  553. </state>
  554. </provider>
  555. </entry>
  556. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java">
  557. <provider selected="true" editor-type-id="text-editor">
  558. <state relative-caret-position="435">
  559. <caret line="29" column="45" selection-start-line="29" selection-start-column="45" selection-end-line="29" selection-end-column="45" />
  560. <folding>
  561. <element signature="imports" expanded="true" />
  562. </folding>
  563. </state>
  564. </provider>
  565. </entry>
  566. <entry file="file://$PROJECT_DIR$/src/test/java/InventoryTest.java">
  567. <provider selected="true" editor-type-id="text-editor">
  568. <state relative-caret-position="1590">
  569. <caret line="106" column="23" selection-start-line="106" selection-start-column="23" selection-end-line="106" selection-end-column="23" />
  570. <folding>
  571. <element signature="imports" expanded="true" />
  572. </folding>
  573. </state>
  574. </provider>
  575. </entry>
  576. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
  577. <provider selected="true" editor-type-id="text-editor">
  578. <state relative-caret-position="510">
  579. <caret line="35" column="60" selection-start-line="35" selection-start-column="38" selection-end-line="35" selection-end-column="60" />
  580. <folding>
  581. <element signature="imports" expanded="true" />
  582. </folding>
  583. </state>
  584. </provider>
  585. </entry>
  586. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
  587. <provider selected="true" editor-type-id="text-editor">
  588. <state relative-caret-position="735">
  589. <caret line="49" column="24" lean-forward="true" selection-start-line="49" selection-start-column="24" selection-end-line="49" selection-end-column="24" />
  590. </state>
  591. </provider>
  592. </entry>
  593. </component>
  594. </project>