workspace.xml 36KB

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