workspace.xml 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  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$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java" afterDir="false" />
  7. </list>
  8. <ignored path="$PROJECT_DIR$/out/" />
  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="DatabaseView">
  17. <option name="SHOW_INTERMEDIATE" value="true" />
  18. <option name="GROUP_DATA_SOURCES" value="true" />
  19. <option name="GROUP_SCHEMA" value="true" />
  20. <option name="GROUP_CONTENTS" value="false" />
  21. <option name="SORT_POSITIONED" value="false" />
  22. <option name="SHOW_EMPTY_GROUPS" value="false" />
  23. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  24. <option name="HIDDEN_KINDS">
  25. <set />
  26. </option>
  27. <expand />
  28. <select />
  29. </component>
  30. <component name="FUSProjectUsageTrigger">
  31. <session id="1733797637">
  32. <usages-collector id="statistics.lifecycle.project">
  33. <counts>
  34. <entry key="project.closed" value="4" />
  35. <entry key="project.open.time.1" value="2" />
  36. <entry key="project.open.time.2" value="1" />
  37. <entry key="project.open.time.3" value="2" />
  38. <entry key="project.opened" value="5" />
  39. </counts>
  40. </usages-collector>
  41. <usages-collector id="statistics.file.extensions.edit">
  42. <counts>
  43. <entry key="java" value="802" />
  44. <entry key="xml" value="16" />
  45. </counts>
  46. </usages-collector>
  47. <usages-collector id="statistics.file.types.edit">
  48. <counts>
  49. <entry key="JAVA" value="802" />
  50. <entry key="XML" value="16" />
  51. </counts>
  52. </usages-collector>
  53. <usages-collector id="statistics.vcs.git.usages" />
  54. <usages-collector id="statistics.file.extensions.open">
  55. <counts>
  56. <entry key="java" value="1" />
  57. </counts>
  58. </usages-collector>
  59. <usages-collector id="statistics.file.types.open">
  60. <counts>
  61. <entry key="JAVA" value="1" />
  62. </counts>
  63. </usages-collector>
  64. <usages-collector id="statistics.spring.boot.mvc.usages" />
  65. <usages-collector id="statistics.spring.boot.run.usages" />
  66. <usages-collector id="statistics.js.language.service.starts" />
  67. </session>
  68. <session id="-1363925760">
  69. <usages-collector id="statistics.lifecycle.project">
  70. <counts>
  71. <entry key="project.closed" value="3" />
  72. <entry key="project.open.time.1" value="2" />
  73. <entry key="project.open.time.9" value="1" />
  74. <entry key="project.opened" value="3" />
  75. </counts>
  76. </usages-collector>
  77. <usages-collector id="statistics.file.extensions.edit">
  78. <counts>
  79. <entry key="java" value="5060" />
  80. <entry key="sql" value="184" />
  81. <entry key="xml" value="5" />
  82. </counts>
  83. </usages-collector>
  84. <usages-collector id="statistics.file.types.edit">
  85. <counts>
  86. <entry key="JAVA" value="5060" />
  87. <entry key="Scratch" value="184" />
  88. <entry key="XML" value="5" />
  89. </counts>
  90. </usages-collector>
  91. <usages-collector id="statistics.file.extensions.open">
  92. <counts>
  93. <entry key="java" value="20" />
  94. <entry key="sql" value="1" />
  95. <entry key="xml" value="2" />
  96. </counts>
  97. </usages-collector>
  98. <usages-collector id="statistics.file.types.open">
  99. <counts>
  100. <entry key="JAVA" value="20" />
  101. <entry key="Scratch" value="1" />
  102. <entry key="XML" value="2" />
  103. </counts>
  104. </usages-collector>
  105. <usages-collector id="statistics.vcs.git.usages" />
  106. <usages-collector id="statistics.spring.boot.mvc.usages" />
  107. <usages-collector id="statistics.js.language.service.starts" />
  108. <usages-collector id="statistics.spring.boot.run.usages" />
  109. </session>
  110. </component>
  111. <component name="FileEditorManager">
  112. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  113. <file pinned="false" current-in-tab="true">
  114. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
  115. <provider selected="true" editor-type-id="text-editor">
  116. <state relative-caret-position="375">
  117. <caret line="129" column="31" selection-start-line="129" selection-start-column="31" selection-end-line="129" selection-end-column="31" />
  118. <folding>
  119. <element signature="imports" expanded="true" />
  120. </folding>
  121. </state>
  122. </provider>
  123. </entry>
  124. </file>
  125. <file pinned="false" current-in-tab="false">
  126. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Manager.java">
  127. <provider selected="true" editor-type-id="text-editor">
  128. <state relative-caret-position="510">
  129. <caret line="34" column="5" selection-start-line="34" selection-start-column="5" selection-end-line="34" selection-end-column="5" />
  130. </state>
  131. </provider>
  132. </entry>
  133. </file>
  134. <file pinned="false" current-in-tab="false">
  135. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
  136. <provider selected="true" editor-type-id="text-editor">
  137. <state relative-caret-position="403">
  138. <caret line="68" column="51" selection-start-line="68" selection-start-column="51" selection-end-line="68" selection-end-column="51" />
  139. </state>
  140. </provider>
  141. </entry>
  142. </file>
  143. </leaf>
  144. </component>
  145. <component name="FileTemplateManagerImpl">
  146. <option name="RECENT_TEMPLATES">
  147. <list>
  148. <option value="Class" />
  149. </list>
  150. </option>
  151. </component>
  152. <component name="Git.Settings">
  153. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  154. </component>
  155. <component name="IdeDocumentHistory">
  156. <option name="CHANGED_PATHS">
  157. <list>
  158. <option value="$PROJECT_DIR$/.gitignore" />
  159. <option value="$PROJECT_DIR$/README.md" />
  160. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Market.java" />
  161. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java" />
  162. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Manager.java" />
  163. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ManagerTest.java" />
  164. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Time_to_close_shop.java" />
  165. <option value="$PROJECT_DIR$/pom.xml" />
  166. <option value="$APPLICATION_CONFIG_DIR$/consoles/db/b4281651-5584-4797-b6ef-ea3d71667b9f/console.sql" />
  167. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java" />
  168. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java" />
  169. </list>
  170. </option>
  171. </component>
  172. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  173. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  174. <component name="JsGulpfileManager">
  175. <detection-done>true</detection-done>
  176. <sorting>DEFINITION_ORDER</sorting>
  177. </component>
  178. <component name="MavenImportPreferences">
  179. <option name="importingSettings">
  180. <MavenImportingSettings>
  181. <option name="importAutomatically" value="true" />
  182. </MavenImportingSettings>
  183. </option>
  184. </component>
  185. <component name="MavenProjectNavigator">
  186. <treeState>
  187. <expand>
  188. <path>
  189. <item name="" type="16c1761:MavenProjectsStructure$RootNode" />
  190. <item name="productmanager" type="9519ce18:MavenProjectsStructure$ProjectNode" />
  191. </path>
  192. </expand>
  193. <select />
  194. </treeState>
  195. </component>
  196. <component name="ProjectFrameBounds">
  197. <option name="x" value="93" />
  198. <option name="y" value="23" />
  199. <option name="width" value="1187" />
  200. <option name="height" value="709" />
  201. </component>
  202. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  203. <component name="ProjectView">
  204. <navigator proportions="" version="1">
  205. <foldersAlwaysOnTop value="true" />
  206. </navigator>
  207. <panes>
  208. <pane id="Scope" />
  209. <pane id="PackagesPane" />
  210. <pane id="ProjectPane">
  211. <subPane>
  212. <expand>
  213. <path>
  214. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  215. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  216. </path>
  217. <path>
  218. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  219. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  220. <item name="src" type="462c0819:PsiDirectoryNode" />
  221. </path>
  222. <path>
  223. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  224. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  225. <item name="src" type="462c0819:PsiDirectoryNode" />
  226. <item name="main" type="462c0819:PsiDirectoryNode" />
  227. </path>
  228. <path>
  229. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  230. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  231. <item name="src" type="462c0819:PsiDirectoryNode" />
  232. <item name="main" type="462c0819:PsiDirectoryNode" />
  233. <item name="java" type="462c0819:PsiDirectoryNode" />
  234. </path>
  235. <path>
  236. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  237. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  238. <item name="src" type="462c0819:PsiDirectoryNode" />
  239. <item name="main" type="462c0819:PsiDirectoryNode" />
  240. <item name="java" type="462c0819:PsiDirectoryNode" />
  241. <item name="productmanager" type="462c0819:PsiDirectoryNode" />
  242. </path>
  243. <path>
  244. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  245. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  246. <item name="src" type="462c0819:PsiDirectoryNode" />
  247. <item name="test" type="462c0819:PsiDirectoryNode" />
  248. </path>
  249. <path>
  250. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  251. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  252. <item name="src" type="462c0819:PsiDirectoryNode" />
  253. <item name="test" type="462c0819:PsiDirectoryNode" />
  254. <item name="java" type="462c0819:PsiDirectoryNode" />
  255. </path>
  256. <path>
  257. <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
  258. <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
  259. <item name="src" type="462c0819:PsiDirectoryNode" />
  260. <item name="test" type="462c0819:PsiDirectoryNode" />
  261. <item name="java" type="462c0819:PsiDirectoryNode" />
  262. <item name="productmanager" type="462c0819:PsiDirectoryNode" />
  263. </path>
  264. </expand>
  265. <select />
  266. </subPane>
  267. </pane>
  268. </panes>
  269. </component>
  270. <component name="PropertiesComponent">
  271. <property name="DatabaseDriversLRU" value="mysql" />
  272. <property name="WebServerToolWindowFactoryState" value="false" />
  273. <property name="aspect.path.notification.shown" value="true" />
  274. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1541069721329" />
  275. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  276. <property name="project.structure.last.edited" value="Project" />
  277. <property name="project.structure.proportion" value="0.0" />
  278. <property name="project.structure.side.proportion" value="0.2" />
  279. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  280. </component>
  281. <component name="RunDashboard">
  282. <option name="ruleStates">
  283. <list>
  284. <RuleState>
  285. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  286. </RuleState>
  287. <RuleState>
  288. <option name="name" value="StatusDashboardGroupingRule" />
  289. </RuleState>
  290. </list>
  291. </option>
  292. </component>
  293. <component name="RunManager" selected="Application.MainApplication">
  294. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  295. <module name="" />
  296. <option name="TESTING_TYPE" value="0" />
  297. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  298. <option name="METHOD_NAME" value="" />
  299. <option name="CLASS_NAME" value="" />
  300. <option name="PACKAGE_NAME" value="" />
  301. <option name="EXTRA_OPTIONS" value="" />
  302. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  303. <option name="PREFERRED_AVD" value="" />
  304. <option name="CLEAR_LOGCAT" value="false" />
  305. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  306. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  307. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  308. <option name="DEBUGGER_TYPE" value="Java" />
  309. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  310. <option name="PREFERRED_AVD" value="" />
  311. <Java />
  312. <Profilers>
  313. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  314. <option name="GAPID_ENABLED" value="false" />
  315. <option name="GAPID_DISABLE_PCS" value="false" />
  316. <option name="SUPPORT_LIB_ENABLED" value="true" />
  317. <option name="INSTRUMENTATION_ENABLED" value="true" />
  318. </Profilers>
  319. <method />
  320. </configuration>
  321. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  322. <setting name="environment" value="" />
  323. <setting name="specsToExecute" value="" />
  324. <setting name="tags" value="" />
  325. <setting name="parallelNodes" value="" />
  326. <setting name="execInParallel" value="false" />
  327. <setting name="programParameters" value="" />
  328. <setting name="workingDirectory" value="" />
  329. <setting name="moduleName" value="" />
  330. <envMap />
  331. <setting name="rowsRange" value="" />
  332. <method />
  333. </configuration>
  334. <configuration default="true" type="Applet" factoryName="Applet">
  335. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  336. <method v="2">
  337. <option name="Make" enabled="true" />
  338. </method>
  339. </configuration>
  340. <configuration name="MainApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  341. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.MainApplication" />
  342. <module name="productmanager" />
  343. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  344. <extension name="coverage">
  345. <pattern>
  346. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  347. <option name="ENABLED" value="true" />
  348. </pattern>
  349. </extension>
  350. <method v="2">
  351. <option name="Make" enabled="true" />
  352. </method>
  353. </configuration>
  354. <configuration default="true" type="Application" factoryName="Application">
  355. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  356. <method v="2">
  357. <option name="Make" enabled="true" />
  358. </method>
  359. </configuration>
  360. <configuration name="ManagerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  361. <module name="productmanager" />
  362. <extension name="coverage">
  363. <pattern>
  364. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  365. <option name="ENABLED" value="true" />
  366. </pattern>
  367. </extension>
  368. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  369. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ManagerTest" />
  370. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  371. <method v="2">
  372. <option name="Make" enabled="true" />
  373. </method>
  374. </configuration>
  375. <configuration name="ManagerTest.changingtheprice_test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  376. <module name="productmanager" />
  377. <extension name="coverage">
  378. <pattern>
  379. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  380. <option name="ENABLED" value="true" />
  381. </pattern>
  382. </extension>
  383. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  384. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ManagerTest" />
  385. <option name="METHOD_NAME" value="changingtheprice_test" />
  386. <option name="TEST_OBJECT" value="method" />
  387. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  388. <method v="2">
  389. <option name="Make" enabled="true" />
  390. </method>
  391. </configuration>
  392. <configuration name="ProductTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  393. <module name="productmanager" />
  394. <extension name="coverage">
  395. <pattern>
  396. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  397. <option name="ENABLED" value="true" />
  398. </pattern>
  399. </extension>
  400. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  401. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
  402. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  403. <method v="2">
  404. <option name="Make" enabled="true" />
  405. </method>
  406. </configuration>
  407. <configuration name="ProductTest.testGetSetPrice" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  408. <module name="productmanager" />
  409. <extension name="coverage">
  410. <pattern>
  411. <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
  412. <option name="ENABLED" value="true" />
  413. </pattern>
  414. </extension>
  415. <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
  416. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
  417. <option name="METHOD_NAME" value="testGetSetPrice" />
  418. <option name="TEST_OBJECT" value="method" />
  419. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  420. <method v="2">
  421. <option name="Make" enabled="true" />
  422. </method>
  423. </configuration>
  424. <configuration default="true" type="JUnit" factoryName="JUnit">
  425. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  426. <method v="2">
  427. <option name="Make" enabled="true" />
  428. </method>
  429. </configuration>
  430. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  431. <module name="bankaccountlab" />
  432. <option name="VM_PARAMETERS" />
  433. <option name="PROGRAM_PARAMETERS" />
  434. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  435. <option name="ALTERNATIVE_JRE_PATH" />
  436. <option name="PASS_PARENT_ENVS" value="true" />
  437. <option name="MAIN_CLASS_NAME" />
  438. <option name="WORKING_DIRECTORY" />
  439. <method v="2">
  440. <option name="Make" enabled="true" />
  441. </method>
  442. </configuration>
  443. <configuration default="true" type="TestNG" factoryName="TestNG">
  444. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  445. <properties />
  446. <listeners />
  447. <method v="2">
  448. <option name="Make" enabled="true" />
  449. </method>
  450. </configuration>
  451. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  452. <module name="" />
  453. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  454. <option name="PROGRAM_PARAMETERS" />
  455. <predefined_log_file id="idea.log" enabled="true" />
  456. <method v="2">
  457. <option name="Make" enabled="true" />
  458. </method>
  459. </configuration>
  460. <list>
  461. <item itemvalue="JUnit.ManagerTest.changingtheprice_test" />
  462. <item itemvalue="JUnit.ProductTest.testGetSetPrice" />
  463. <item itemvalue="JUnit.ProductTest" />
  464. <item itemvalue="JUnit.ManagerTest" />
  465. <item itemvalue="Application.MainApplication" />
  466. </list>
  467. <recent_temporary>
  468. <list>
  469. <item itemvalue="Application.MainApplication" />
  470. <item itemvalue="JUnit.ManagerTest" />
  471. <item itemvalue="JUnit.ProductTest" />
  472. <item itemvalue="JUnit.ProductTest.testGetSetPrice" />
  473. <item itemvalue="JUnit.ManagerTest.changingtheprice_test" />
  474. </list>
  475. </recent_temporary>
  476. </component>
  477. <component name="SvnConfiguration">
  478. <configuration />
  479. </component>
  480. <component name="TaskManager">
  481. <task active="true" id="Default" summary="Default task">
  482. <changelist id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="" />
  483. <created>1515620835041</created>
  484. <option name="number" value="Default" />
  485. <option name="presentableId" value="Default" />
  486. <updated>1515620835041</updated>
  487. <workItem from="1540469094009" duration="1496000" />
  488. <workItem from="1540500093079" duration="1867000" />
  489. <workItem from="1540556442670" duration="54000" />
  490. <workItem from="1540698313168" duration="4697000" />
  491. <workItem from="1540915392100" duration="924000" />
  492. <workItem from="1540922290217" duration="223000" />
  493. <workItem from="1540925922296" duration="44535000" />
  494. <workItem from="1541069272529" duration="450000" />
  495. </task>
  496. <servers />
  497. </component>
  498. <component name="TestHistory">
  499. <history-entry file="ProductTest_testGetID - 2018.10.28 at 00h 39m 24s.xml">
  500. <configuration name="ProductTest.testGetID" configurationId="JUnit" />
  501. </history-entry>
  502. <history-entry file="ProductTest - 2018.10.28 at 00h 39m 30s.xml">
  503. <configuration name="ProductTest" configurationId="JUnit" />
  504. </history-entry>
  505. <history-entry file="ManagerTest - 2018.10.30 at 22h 30m 04s.xml">
  506. <configuration name="ManagerTest" configurationId="JUnit" />
  507. </history-entry>
  508. <history-entry file="ManagerTest_receivingANewProduct - 2018.10.30 at 22h 30m 25s.xml">
  509. <configuration name="ManagerTest.receivingANewProduct" configurationId="JUnit" />
  510. </history-entry>
  511. <history-entry file="ManagerTest_receivingANewProduct - 2018.10.31 at 08h 38m 23s.xml">
  512. <configuration name="ManagerTest.receivingANewProduct" configurationId="JUnit" />
  513. </history-entry>
  514. <history-entry file="ManagerTest_receivingANewProduct - 2018.10.31 at 08h 43m 33s.xml">
  515. <configuration name="ManagerTest.receivingANewProduct" configurationId="JUnit" />
  516. </history-entry>
  517. <history-entry file="ManagerTest_addingProducts - 2018.10.31 at 08h 46m 07s.xml">
  518. <configuration name="ManagerTest.addingProducts" configurationId="JUnit" />
  519. </history-entry>
  520. <history-entry file="ProductTest_testGetSetPrice - 2018.10.31 at 09h 31m 16s.xml">
  521. <configuration name="ProductTest.testGetSetPrice" configurationId="JUnit" />
  522. </history-entry>
  523. <history-entry file="ProductTest - 2018.10.31 at 09h 31m 19s.xml">
  524. <configuration name="ProductTest" configurationId="JUnit" />
  525. </history-entry>
  526. <history-entry file="ManagerTest - 2018.10.31 at 09h 31m 30s.xml">
  527. <configuration name="ManagerTest" configurationId="JUnit" />
  528. </history-entry>
  529. </component>
  530. <component name="TimeTrackingManager">
  531. <option name="totallyTimeSpent" value="54246000" />
  532. </component>
  533. <component name="ToolWindowManager">
  534. <frame x="93" y="23" width="1187" height="709" extended-state="0" />
  535. <layout>
  536. <window_info content_ui="combo" id="Project" order="0" weight="0.18978806" />
  537. <window_info id="Structure" order="1" weight="0.25" />
  538. <window_info id="Nl-Palette" order="2" />
  539. <window_info id="Favorites" order="3" side_tool="true" />
  540. <window_info id="Image Layers" order="4" />
  541. <window_info id="Designer" order="5" />
  542. <window_info id="UI Designer" order="6" />
  543. <window_info id="Capture Tool" order="7" />
  544. <window_info anchor="bottom" id="Message" order="0" />
  545. <window_info anchor="bottom" id="Find" order="1" />
  546. <window_info anchor="bottom" id="Run" order="2" weight="0.21393842" />
  547. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  548. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  549. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  550. <window_info anchor="bottom" id="TODO" order="6" />
  551. <window_info anchor="bottom" id="Terminal" order="7" sideWeight="0.4983845" weight="0.32901135" />
  552. <window_info anchor="bottom" id="Event Log" order="8" sideWeight="0.5016155" side_tool="true" weight="0.32901135" />
  553. <window_info anchor="bottom" id="Version Control" order="9" />
  554. <window_info anchor="bottom" id="Database Changes" order="10" />
  555. <window_info anchor="bottom" id="Messages" order="11" weight="0.32901135" />
  556. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  557. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  558. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  559. <window_info anchor="right" id="Palette" order="3" />
  560. <window_info anchor="right" id="Capture Analysis" order="4" />
  561. <window_info anchor="right" id="Theme Preview" order="5" />
  562. <window_info anchor="right" id="Properties" order="6" />
  563. <window_info anchor="right" id="Palette&#9;" order="7" />
  564. <window_info anchor="right" id="Maven Projects" order="8" weight="0.3287841" />
  565. <window_info anchor="right" id="Database" order="9" weight="0.32903227" />
  566. </layout>
  567. </component>
  568. <component name="TypeScriptGeneratedFilesManager">
  569. <option name="version" value="1" />
  570. </component>
  571. <component name="VcsContentAnnotationSettings">
  572. <option name="myLimit" value="2678400000" />
  573. </component>
  574. <component name="editorHistoryManager">
  575. <entry file="file://$PROJECT_DIR$/README.md">
  576. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  577. <state split_layout="SPLIT">
  578. <first_editor relative-caret-position="285">
  579. <caret line="19" column="27" selection-start-line="19" selection-start-column="27" selection-end-line="19" selection-end-column="27" />
  580. </first_editor>
  581. <second_editor />
  582. </state>
  583. </provider>
  584. </entry>
  585. <entry file="file://$PROJECT_DIR$/.gitignore">
  586. <provider selected="true" editor-type-id="text-editor">
  587. <state relative-caret-position="90">
  588. <caret line="6" column="5" selection-start-line="6" selection-start-column="5" selection-end-line="6" selection-end-column="5" />
  589. </state>
  590. </provider>
  591. </entry>
  592. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/lang/Math.java">
  593. <provider selected="true" editor-type-id="text-editor">
  594. <state relative-caret-position="540">
  595. <caret line="1332" column="25" lean-forward="true" selection-start-line="1332" selection-start-column="25" selection-end-line="1332" selection-end-column="25" />
  596. </state>
  597. </provider>
  598. </entry>
  599. <entry file="file://$PROJECT_DIR$/src/test/java/Market.java" />
  600. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/util/ArrayList.java">
  601. <provider selected="true" editor-type-id="text-editor">
  602. <state relative-caret-position="-1806">
  603. <caret line="164" column="11" selection-start-line="164" selection-start-column="11" selection-end-line="164" selection-end-column="11" />
  604. </state>
  605. </provider>
  606. </entry>
  607. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Time_to_close_shop.java" />
  608. <entry file="file://$PROJECT_DIR$/pom.xml">
  609. <provider selected="true" editor-type-id="text-editor">
  610. <state relative-caret-position="239">
  611. <caret line="19" column="4" selection-start-line="19" selection-start-column="4" selection-end-line="19" selection-end-column="4" />
  612. </state>
  613. </provider>
  614. </entry>
  615. <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/b4281651-5584-4797-b6ef-ea3d71667b9f/console.sql">
  616. <provider selected="true" editor-type-id="text-editor">
  617. <state relative-caret-position="225">
  618. <caret line="15" lean-forward="true" selection-start-line="15" selection-end-line="15" />
  619. </state>
  620. </provider>
  621. </entry>
  622. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
  623. <provider selected="true" editor-type-id="text-editor">
  624. <state relative-caret-position="209">
  625. <caret line="40" lean-forward="true" selection-start-line="40" selection-end-line="40" />
  626. <folding>
  627. <element signature="imports" expanded="true" />
  628. </folding>
  629. </state>
  630. </provider>
  631. </entry>
  632. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Market.java">
  633. <provider selected="true" editor-type-id="text-editor">
  634. <state relative-caret-position="60">
  635. <caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
  636. </state>
  637. </provider>
  638. </entry>
  639. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ManagerTest.java">
  640. <provider selected="true" editor-type-id="text-editor">
  641. <state relative-caret-position="190">
  642. <caret line="24" column="56" selection-start-line="24" selection-start-column="56" selection-end-line="24" selection-end-column="56" />
  643. <folding>
  644. <element signature="imports" expanded="true" />
  645. </folding>
  646. </state>
  647. </provider>
  648. </entry>
  649. <entry file="file://$PROJECT_DIR$/../CR-MicroLabs-JavaFundamentals-TalkingPets/pom.xml">
  650. <provider selected="true" editor-type-id="text-editor" />
  651. </entry>
  652. <entry file="file://$PROJECT_DIR$/../../Calculator/Math_methods copy.java">
  653. <provider selected="true" editor-type-id="text-editor">
  654. <state relative-caret-position="408">
  655. <caret line="73" lean-forward="true" selection-start-line="73" selection-end-line="73" />
  656. </state>
  657. </provider>
  658. </entry>
  659. <entry file="file://$PROJECT_DIR$/../../calc2/ZCW-MacroLabs-OOP-ScientificCalculator/Math_methods.java">
  660. <provider selected="true" editor-type-id="text-editor" />
  661. </entry>
  662. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Manager.java">
  663. <provider selected="true" editor-type-id="text-editor">
  664. <state relative-caret-position="510">
  665. <caret line="34" column="5" selection-start-line="34" selection-start-column="5" selection-end-line="34" selection-end-column="5" />
  666. </state>
  667. </provider>
  668. </entry>
  669. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
  670. <provider selected="true" editor-type-id="text-editor">
  671. <state relative-caret-position="403">
  672. <caret line="68" column="51" selection-start-line="68" selection-start-column="51" selection-end-line="68" selection-end-column="51" />
  673. </state>
  674. </provider>
  675. </entry>
  676. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
  677. <provider selected="true" editor-type-id="text-editor">
  678. <state relative-caret-position="375">
  679. <caret line="129" column="31" selection-start-line="129" selection-start-column="31" selection-end-line="129" selection-end-column="31" />
  680. <folding>
  681. <element signature="imports" expanded="true" />
  682. </folding>
  683. </state>
  684. </provider>
  685. </entry>
  686. </component>
  687. </project>