#33 jasamuels

Отворени
jasamuels заяви обединяване на 1 ревизии от jasamuels/CR-MesoLabs-Inheritance-ProductManager:master във master

+ 2
- 0
.idea/compiler.xml Целия файл

7
         <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
7
         <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
8
         <outputRelativeToContentRoot value="true" />
8
         <outputRelativeToContentRoot value="true" />
9
         <module name="bankaccountlab" />
9
         <module name="bankaccountlab" />
10
+        <module name="productmanager" />
10
       </profile>
11
       </profile>
11
     </annotationProcessing>
12
     </annotationProcessing>
12
     <bytecodeTargetLevel target="1.8">
13
     <bytecodeTargetLevel target="1.8">
13
       <module name="bankaccountlab" target="1.5" />
14
       <module name="bankaccountlab" target="1.5" />
15
+      <module name="productmanager" target="7" />
14
     </bytecodeTargetLevel>
16
     </bytecodeTargetLevel>
15
   </component>
17
   </component>
16
 </project>
18
 </project>

+ 13
- 0
.idea/libraries/Maven__junit_junit_4_12.xml Целия файл

1
+<component name="libraryTable">
2
+  <library name="Maven: junit:junit:4.12">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml Целия файл

1
+<component name="libraryTable">
2
+  <library name="Maven: org.hamcrest:hamcrest-core:1.3">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 1
- 0
.idea/modules.xml Целия файл

3
   <component name="ProjectModuleManager">
3
   <component name="ProjectModuleManager">
4
     <modules>
4
     <modules>
5
       <module fileurl="file://$PROJECT_DIR$/bankaccountlab.iml" filepath="$PROJECT_DIR$/bankaccountlab.iml" />
5
       <module fileurl="file://$PROJECT_DIR$/bankaccountlab.iml" filepath="$PROJECT_DIR$/bankaccountlab.iml" />
6
+      <module fileurl="file://$PROJECT_DIR$/productmanager.iml" filepath="$PROJECT_DIR$/productmanager.iml" />
6
     </modules>
7
     </modules>
7
   </component>
8
   </component>
8
 </project>
9
 </project>

+ 361
- 391
.idea/workspace.xml Целия файл

1
 <?xml version="1.0" encoding="UTF-8"?>
1
 <?xml version="1.0" encoding="UTF-8"?>
2
 <project version="4">
2
 <project version="4">
3
   <component name="ChangeListManager">
3
   <component name="ChangeListManager">
4
-    <list default="true" id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="" />
4
+    <list default="true" id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="">
5
+      <change afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
10
+      <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" />
11
+      <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" />
12
+      <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" />
13
+    </list>
5
     <ignored path="$PROJECT_DIR$/out/" />
14
     <ignored path="$PROJECT_DIR$/out/" />
6
     <ignored path="$PROJECT_DIR$/target/" />
15
     <ignored path="$PROJECT_DIR$/target/" />
7
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
16
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
-    <option name="TRACKING_ENABLED" value="true" />
9
     <option name="SHOW_DIALOG" value="false" />
17
     <option name="SHOW_DIALOG" value="false" />
10
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
18
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
19
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
     <option name="LAST_RESOLUTION" value="IGNORE" />
20
     <option name="LAST_RESOLUTION" value="IGNORE" />
13
   </component>
21
   </component>
14
-  <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
22
+  <component name="FUSProjectUsageTrigger">
23
+    <session id="1170414038">
24
+      <usages-collector id="statistics.lifecycle.project">
25
+        <counts>
26
+          <entry key="project.closed" value="1" />
27
+          <entry key="project.open.time.11" value="1" />
28
+          <entry key="project.open.time.3" value="1" />
29
+          <entry key="project.opened" value="2" />
30
+        </counts>
31
+      </usages-collector>
32
+      <usages-collector id="statistics.file.extensions.open">
33
+        <counts>
34
+          <entry key="iml" value="1" />
35
+          <entry key="java" value="8" />
36
+        </counts>
37
+      </usages-collector>
38
+      <usages-collector id="statistics.file.types.open">
39
+        <counts>
40
+          <entry key="IDEA_MODULE" value="1" />
41
+          <entry key="JAVA" value="8" />
42
+        </counts>
43
+      </usages-collector>
44
+      <usages-collector id="statistics.file.extensions.edit">
45
+        <counts>
46
+          <entry key="java" value="3040" />
47
+          <entry key="xml" value="9" />
48
+        </counts>
49
+      </usages-collector>
50
+      <usages-collector id="statistics.file.types.edit">
51
+        <counts>
52
+          <entry key="JAVA" value="3040" />
53
+          <entry key="XML" value="9" />
54
+        </counts>
55
+      </usages-collector>
56
+      <usages-collector id="statistics.spring.boot.run.usages" />
57
+      <usages-collector id="statistics.spring.boot.mvc.usages" />
58
+      <usages-collector id="statistics.vcs.git.usages" />
59
+      <usages-collector id="statistics.js.language.service.starts" />
60
+    </session>
61
+  </component>
15
   <component name="FileEditorManager">
62
   <component name="FileEditorManager">
16
-    <leaf>
17
-      <file leaf-file-name="pom.xml" pinned="false" current-in-tab="true">
18
-        <entry file="file://$PROJECT_DIR$/pom.xml">
63
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
64
+      <file pinned="false" current-in-tab="false">
65
+        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
19
           <provider selected="true" editor-type-id="text-editor">
66
           <provider selected="true" editor-type-id="text-editor">
20
-            <state relative-caret-position="165">
21
-              <caret line="11" column="10" lean-forward="false" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
22
-              <folding />
67
+            <state relative-caret-position="270">
68
+              <caret line="21" column="8" lean-forward="true" selection-start-line="21" selection-start-column="8" selection-end-line="21" selection-end-column="58" />
69
+              <folding>
70
+                <element signature="imports" expanded="true" />
71
+              </folding>
23
             </state>
72
             </state>
24
           </provider>
73
           </provider>
25
         </entry>
74
         </entry>
26
       </file>
75
       </file>
27
-      <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
28
-        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
76
+      <file pinned="false" current-in-tab="false">
77
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java">
29
           <provider selected="true" editor-type-id="text-editor">
78
           <provider selected="true" editor-type-id="text-editor">
30
-            <state relative-caret-position="75">
31
-              <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
32
-              <folding />
79
+            <state relative-caret-position="85">
80
+              <caret line="14" column="20" lean-forward="true" selection-start-line="14" selection-start-column="20" selection-end-line="14" selection-end-column="20" />
81
+              <folding>
82
+                <element signature="e#201#202#0" expanded="true" />
83
+                <element signature="e#243#244#0" expanded="true" />
84
+              </folding>
33
             </state>
85
             </state>
34
           </provider>
86
           </provider>
35
         </entry>
87
         </entry>
36
       </file>
88
       </file>
37
-      <file leaf-file-name="Product.java" pinned="false" current-in-tab="false">
89
+      <file pinned="false" current-in-tab="false">
38
         <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
90
         <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
39
           <provider selected="true" editor-type-id="text-editor">
91
           <provider selected="true" editor-type-id="text-editor">
40
-            <state relative-caret-position="75">
41
-              <caret line="5" column="20" lean-forward="false" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
42
-              <folding />
92
+            <state relative-caret-position="449">
93
+              <caret line="31" column="5" lean-forward="true" selection-start-line="31" selection-start-column="5" selection-end-line="31" selection-end-column="5" />
94
+              <folding>
95
+                <element signature="e#133#134#0" expanded="true" />
96
+                <element signature="e#158#159#0" expanded="true" />
97
+                <element signature="e#251#252#0" expanded="true" />
98
+                <element signature="e#279#280#0" expanded="true" />
99
+                <element signature="e#257#258#0" expanded="true" />
100
+                <element signature="e#284#285#0" expanded="true" />
101
+              </folding>
43
             </state>
102
             </state>
44
           </provider>
103
           </provider>
45
         </entry>
104
         </entry>
46
       </file>
105
       </file>
47
-      <file leaf-file-name="ProductTest.java" pinned="false" current-in-tab="false">
48
-        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
49
-          <provider selected="true" editor-type-id="text-editor">
50
-            <state relative-caret-position="75">
51
-              <caret line="5" column="24" lean-forward="false" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
52
-              <folding />
53
-            </state>
54
-          </provider>
55
-        </entry>
56
-      </file>
57
-      <file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
58
-        <entry file="file://$PROJECT_DIR$/.gitignore">
106
+      <file pinned="false" current-in-tab="true">
107
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
59
           <provider selected="true" editor-type-id="text-editor">
108
           <provider selected="true" editor-type-id="text-editor">
60
-            <state relative-caret-position="90">
61
-              <caret line="6" column="5" lean-forward="false" selection-start-line="6" selection-start-column="5" selection-end-line="6" selection-end-column="5" />
62
-              <folding />
63
-            </state>
64
-          </provider>
65
-        </entry>
66
-      </file>
67
-      <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
68
-        <entry file="file://$PROJECT_DIR$/README.md">
69
-          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
70
-            <state split_layout="SPLIT">
71
-              <first_editor relative-caret-position="285">
72
-                <caret line="19" column="27" lean-forward="false" selection-start-line="19" selection-start-column="27" selection-end-line="19" selection-end-column="27" />
73
-                <folding />
74
-              </first_editor>
75
-              <second_editor />
109
+            <state relative-caret-position="210">
110
+              <caret line="14" column="8" selection-start-line="14" selection-start-column="8" selection-end-line="14" selection-end-column="8" />
76
             </state>
111
             </state>
77
           </provider>
112
           </provider>
78
         </entry>
113
         </entry>
89
   <component name="Git.Settings">
124
   <component name="Git.Settings">
90
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
125
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
91
   </component>
126
   </component>
92
-  <component name="GradleLocalSettings">
93
-    <option name="externalProjectsViewState">
94
-      <projects_view />
95
-    </option>
96
-  </component>
97
   <component name="IdeDocumentHistory">
127
   <component name="IdeDocumentHistory">
98
     <option name="CHANGED_PATHS">
128
     <option name="CHANGED_PATHS">
99
       <list>
129
       <list>
100
         <option value="$PROJECT_DIR$/.gitignore" />
130
         <option value="$PROJECT_DIR$/.gitignore" />
101
         <option value="$PROJECT_DIR$/README.md" />
131
         <option value="$PROJECT_DIR$/README.md" />
102
         <option value="$PROJECT_DIR$/pom.xml" />
132
         <option value="$PROJECT_DIR$/pom.xml" />
133
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java" />
134
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java" />
135
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java" />
136
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java" />
103
       </list>
137
       </list>
104
     </option>
138
     </option>
105
   </component>
139
   </component>
140
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
141
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
142
+  <component name="JsGulpfileManager">
143
+    <detection-done>true</detection-done>
144
+    <sorting>DEFINITION_ORDER</sorting>
145
+  </component>
146
+  <component name="MavenImportPreferences">
147
+    <option name="importingSettings">
148
+      <MavenImportingSettings>
149
+        <option name="importAutomatically" value="true" />
150
+      </MavenImportingSettings>
151
+    </option>
152
+  </component>
106
   <component name="ProjectFrameBounds">
153
   <component name="ProjectFrameBounds">
107
     <option name="y" value="23" />
154
     <option name="y" value="23" />
108
-    <option name="width" value="1920" />
109
-    <option name="height" value="1053" />
155
+    <option name="width" value="1280" />
156
+    <option name="height" value="721" />
110
   </component>
157
   </component>
111
   <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
158
   <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
112
   <component name="ProjectView">
159
   <component name="ProjectView">
113
-    <navigator currentView="ProjectPane" proportions="" version="1">
114
-      <flattenPackages />
115
-      <showMembers />
116
-      <showModules />
117
-      <showLibraryContents />
118
-      <hideEmptyPackages />
119
-      <abbreviatePackageNames />
120
-      <autoscrollToSource />
121
-      <autoscrollFromSource />
122
-      <sortByType />
123
-      <manualOrder />
160
+    <navigator proportions="" version="1">
124
       <foldersAlwaysOnTop value="true" />
161
       <foldersAlwaysOnTop value="true" />
125
     </navigator>
162
     </navigator>
126
     <panes>
163
     <panes>
127
       <pane id="ProjectPane">
164
       <pane id="ProjectPane">
128
         <subPane>
165
         <subPane>
129
-          <PATH>
130
-            <PATH_ELEMENT>
131
-              <option name="myItemId" value="bankaccountlab" />
132
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
133
-            </PATH_ELEMENT>
134
-            <PATH_ELEMENT>
135
-              <option name="myItemId" value="bankaccountlab" />
136
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
137
-            </PATH_ELEMENT>
138
-          </PATH>
139
-          <PATH>
140
-            <PATH_ELEMENT>
141
-              <option name="myItemId" value="bankaccountlab" />
142
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
143
-            </PATH_ELEMENT>
144
-            <PATH_ELEMENT>
145
-              <option name="myItemId" value="bankaccountlab" />
146
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
147
-            </PATH_ELEMENT>
148
-            <PATH_ELEMENT>
149
-              <option name="myItemId" value="src" />
150
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
151
-            </PATH_ELEMENT>
152
-            <PATH_ELEMENT>
153
-              <option name="myItemId" value="test" />
154
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
155
-            </PATH_ELEMENT>
156
-            <PATH_ELEMENT>
157
-              <option name="myItemId" value="java" />
158
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
159
-            </PATH_ELEMENT>
160
-            <PATH_ELEMENT>
161
-              <option name="myItemId" value="com" />
162
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
163
-            </PATH_ELEMENT>
164
-            <PATH_ELEMENT>
165
-              <option name="myItemId" value="zipcodewilmington" />
166
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
167
-            </PATH_ELEMENT>
168
-            <PATH_ELEMENT>
169
-              <option name="myItemId" value="productmanager" />
170
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
171
-            </PATH_ELEMENT>
172
-          </PATH>
173
-          <PATH>
174
-            <PATH_ELEMENT>
175
-              <option name="myItemId" value="bankaccountlab" />
176
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
177
-            </PATH_ELEMENT>
178
-            <PATH_ELEMENT>
179
-              <option name="myItemId" value="bankaccountlab" />
180
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
181
-            </PATH_ELEMENT>
182
-            <PATH_ELEMENT>
183
-              <option name="myItemId" value="src" />
184
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
185
-            </PATH_ELEMENT>
186
-            <PATH_ELEMENT>
187
-              <option name="myItemId" value="main" />
188
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
189
-            </PATH_ELEMENT>
190
-          </PATH>
191
-          <PATH>
192
-            <PATH_ELEMENT>
193
-              <option name="myItemId" value="bankaccountlab" />
194
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
195
-            </PATH_ELEMENT>
196
-            <PATH_ELEMENT>
197
-              <option name="myItemId" value="bankaccountlab" />
198
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
199
-            </PATH_ELEMENT>
200
-            <PATH_ELEMENT>
201
-              <option name="myItemId" value="src" />
202
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
203
-            </PATH_ELEMENT>
204
-            <PATH_ELEMENT>
205
-              <option name="myItemId" value="main" />
206
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
207
-            </PATH_ELEMENT>
208
-            <PATH_ELEMENT>
209
-              <option name="myItemId" value="java" />
210
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
211
-            </PATH_ELEMENT>
212
-            <PATH_ELEMENT>
213
-              <option name="myItemId" value="com" />
214
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
215
-            </PATH_ELEMENT>
216
-            <PATH_ELEMENT>
217
-              <option name="myItemId" value="zipcodewilmington" />
218
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
219
-            </PATH_ELEMENT>
220
-            <PATH_ELEMENT>
221
-              <option name="myItemId" value="productmanager" />
222
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
223
-            </PATH_ELEMENT>
224
-          </PATH>
166
+          <expand>
167
+            <path>
168
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
169
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
170
+            </path>
171
+            <path>
172
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
173
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
174
+              <item name="src" type="462c0819:PsiDirectoryNode" />
175
+            </path>
176
+            <path>
177
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
178
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
179
+              <item name="src" type="462c0819:PsiDirectoryNode" />
180
+              <item name="main" type="462c0819:PsiDirectoryNode" />
181
+            </path>
182
+            <path>
183
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
184
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
185
+              <item name="src" type="462c0819:PsiDirectoryNode" />
186
+              <item name="main" type="462c0819:PsiDirectoryNode" />
187
+              <item name="java" type="462c0819:PsiDirectoryNode" />
188
+            </path>
189
+            <path>
190
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
191
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
192
+              <item name="src" type="462c0819:PsiDirectoryNode" />
193
+              <item name="main" type="462c0819:PsiDirectoryNode" />
194
+              <item name="java" type="462c0819:PsiDirectoryNode" />
195
+              <item name="productmanager" type="462c0819:PsiDirectoryNode" />
196
+            </path>
197
+            <path>
198
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
199
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
200
+              <item name="src" type="462c0819:PsiDirectoryNode" />
201
+              <item name="test" type="462c0819:PsiDirectoryNode" />
202
+            </path>
203
+            <path>
204
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
205
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
206
+              <item name="src" type="462c0819:PsiDirectoryNode" />
207
+              <item name="test" type="462c0819:PsiDirectoryNode" />
208
+              <item name="java" type="462c0819:PsiDirectoryNode" />
209
+            </path>
210
+            <path>
211
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="b2602c69:ProjectViewProjectNode" />
212
+              <item name="CR-MesoLabs-Inheritance-ProductManager" type="462c0819:PsiDirectoryNode" />
213
+              <item name="src" type="462c0819:PsiDirectoryNode" />
214
+              <item name="test" type="462c0819:PsiDirectoryNode" />
215
+              <item name="java" type="462c0819:PsiDirectoryNode" />
216
+              <item name="productmanager" type="462c0819:PsiDirectoryNode" />
217
+            </path>
218
+          </expand>
219
+          <select />
225
         </subPane>
220
         </subPane>
226
       </pane>
221
       </pane>
227
-      <pane id="Scope" />
228
-      <pane id="Scratches" />
229
       <pane id="PackagesPane" />
222
       <pane id="PackagesPane" />
223
+      <pane id="Scope" />
230
     </panes>
224
     </panes>
231
   </component>
225
   </component>
232
   <component name="PropertiesComponent">
226
   <component name="PropertiesComponent">
233
-    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
227
+    <property name="WebServerToolWindowFactoryState" value="false" />
228
+    <property name="aspect.path.notification.shown" value="true" />
229
+    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1541105628307" />
230
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
234
     <property name="project.structure.last.edited" value="Project" />
231
     <property name="project.structure.last.edited" value="Project" />
235
     <property name="project.structure.proportion" value="0.0" />
232
     <property name="project.structure.proportion" value="0.0" />
236
     <property name="project.structure.side.proportion" value="0.2" />
233
     <property name="project.structure.side.proportion" value="0.2" />
234
+    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
237
   </component>
235
   </component>
238
   <component name="RunDashboard">
236
   <component name="RunDashboard">
239
     <option name="ruleStates">
237
     <option name="ruleStates">
247
       </list>
245
       </list>
248
     </option>
246
     </option>
249
   </component>
247
   </component>
250
-  <component name="RunManager">
251
-    <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
252
-      <module name="" />
253
-      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
254
-      <option name="PROGRAM_PARAMETERS" />
255
-      <predefined_log_file id="idea.log" enabled="true" />
256
-      <method />
257
-    </configuration>
258
-    <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
259
-      <module name="" />
260
-      <option name="DEPLOY" value="true" />
261
-      <option name="ARTIFACT_NAME" value="" />
262
-      <option name="PM_INSTALL_OPTIONS" value="" />
263
-      <option name="ACTIVITY_EXTRA_FLAGS" value="" />
264
-      <option name="MODE" value="default_activity" />
265
-      <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
266
-      <option name="PREFERRED_AVD" value="" />
267
-      <option name="CLEAR_LOGCAT" value="false" />
268
-      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
269
-      <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
270
-      <option name="FORCE_STOP_RUNNING_APP" value="true" />
271
-      <option name="DEBUGGER_TYPE" value="Java" />
272
-      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
273
-      <option name="PREFERRED_AVD" value="" />
274
-      <Java />
275
-      <Profilers>
276
-        <option name="ENABLE_ADVANCED_PROFILING" value="true" />
277
-        <option name="GAPID_ENABLED" value="false" />
278
-        <option name="GAPID_DISABLE_PCS" value="false" />
279
-        <option name="SUPPORT_LIB_ENABLED" value="true" />
280
-        <option name="INSTRUMENTATION_ENABLED" value="true" />
281
-      </Profilers>
282
-      <option name="DEEP_LINK" value="" />
283
-      <option name="ACTIVITY_CLASS" value="" />
284
-      <method />
285
-    </configuration>
248
+  <component name="RunManager" selected="JUnit.ProductTest.testenv">
286
     <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
249
     <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
287
       <module name="" />
250
       <module name="" />
288
       <option name="TESTING_TYPE" value="0" />
251
       <option name="TESTING_TYPE" value="0" />
310
       </Profilers>
273
       </Profilers>
311
       <method />
274
       <method />
312
     </configuration>
275
     </configuration>
276
+    <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
277
+      <setting name="environment" value="" />
278
+      <setting name="specsToExecute" value="" />
279
+      <setting name="tags" value="" />
280
+      <setting name="parallelNodes" value="" />
281
+      <setting name="execInParallel" value="false" />
282
+      <setting name="programParameters" value="" />
283
+      <setting name="workingDirectory" value="" />
284
+      <setting name="moduleName" value="" />
285
+      <envMap />
286
+      <setting name="rowsRange" value="" />
287
+      <method />
288
+    </configuration>
313
     <configuration default="true" type="Applet" factoryName="Applet">
289
     <configuration default="true" type="Applet" factoryName="Applet">
314
-      <option name="HTML_USED" value="false" />
315
-      <option name="WIDTH" value="400" />
316
-      <option name="HEIGHT" value="300" />
317
       <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
290
       <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
318
-      <module />
319
-      <method />
291
+      <method v="2">
292
+        <option name="Make" enabled="true" />
293
+      </method>
320
     </configuration>
294
     </configuration>
321
     <configuration default="true" type="Application" factoryName="Application">
295
     <configuration default="true" type="Application" factoryName="Application">
322
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
323
-      <option name="MAIN_CLASS_NAME" />
324
-      <option name="VM_PARAMETERS" />
325
-      <option name="PROGRAM_PARAMETERS" />
326
       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
296
       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
327
-      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
328
-      <option name="ALTERNATIVE_JRE_PATH" />
329
-      <option name="ENABLE_SWING_INSPECTOR" value="false" />
330
-      <option name="ENV_VARIABLES" />
331
-      <option name="PASS_PARENT_ENVS" value="true" />
332
-      <module name="" />
333
-      <envs />
334
-      <method />
297
+      <method v="2">
298
+        <option name="Make" enabled="true" />
299
+      </method>
335
     </configuration>
300
     </configuration>
336
-    <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
337
-      <ExternalSystemSettings>
338
-        <option name="executionName" />
339
-        <option name="externalProjectPath" />
340
-        <option name="externalSystemIdString" value="GRADLE" />
341
-        <option name="scriptParameters" />
342
-        <option name="taskDescriptions">
343
-          <list />
344
-        </option>
345
-        <option name="taskNames">
346
-          <list />
347
-        </option>
348
-        <option name="vmOptions" />
349
-      </ExternalSystemSettings>
350
-      <method />
301
+    <configuration name="ProductTest.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
302
+      <module name="productmanager" />
303
+      <extension name="coverage">
304
+        <pattern>
305
+          <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
306
+          <option name="ENABLED" value="true" />
307
+        </pattern>
308
+      </extension>
309
+      <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
310
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
311
+      <option name="METHOD_NAME" value="test" />
312
+      <option name="TEST_OBJECT" value="method" />
313
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
314
+      <method v="2">
315
+        <option name="Make" enabled="true" />
316
+      </method>
351
     </configuration>
317
     </configuration>
352
-    <configuration default="true" type="JUnit" factoryName="JUnit">
353
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
354
-      <module name="" />
355
-      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
356
-      <option name="ALTERNATIVE_JRE_PATH" />
357
-      <option name="PACKAGE_NAME" />
358
-      <option name="MAIN_CLASS_NAME" />
359
-      <option name="METHOD_NAME" />
360
-      <option name="TEST_OBJECT" value="class" />
361
-      <option name="VM_PARAMETERS" value="-ea" />
362
-      <option name="PARAMETERS" />
318
+    <configuration name="ProductTest.testenv" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
319
+      <module name="productmanager" />
320
+      <extension name="coverage">
321
+        <pattern>
322
+          <option name="PATTERN" value="com.zipcodewilmington.productmanager.*" />
323
+          <option name="ENABLED" value="true" />
324
+        </pattern>
325
+      </extension>
326
+      <option name="PACKAGE_NAME" value="com.zipcodewilmington.productmanager" />
327
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.productmanager.ProductTest" />
328
+      <option name="METHOD_NAME" value="testenv" />
329
+      <option name="TEST_OBJECT" value="method" />
363
       <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
330
       <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
364
-      <option name="ENV_VARIABLES" />
365
-      <option name="PASS_PARENT_ENVS" value="true" />
366
-      <option name="TEST_SEARCH_SCOPE">
367
-        <value defaultName="singleModule" />
368
-      </option>
369
-      <envs />
370
-      <patterns />
371
-      <method />
331
+      <method v="2">
332
+        <option name="Make" enabled="true" />
333
+      </method>
372
     </configuration>
334
     </configuration>
373
-    <configuration default="true" type="JarApplication" factoryName="JAR Application">
374
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
375
-      <envs />
376
-      <method />
335
+    <configuration default="true" type="JUnit" factoryName="JUnit">
336
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
337
+      <method v="2">
338
+        <option name="Make" enabled="true" />
339
+      </method>
377
     </configuration>
340
     </configuration>
378
-    <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
379
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
380
-      <option name="SCRATCH_FILE_ID" value="0" />
381
-      <option name="MAIN_CLASS_NAME" />
341
+    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
342
+      <module name="bankaccountlab" />
382
       <option name="VM_PARAMETERS" />
343
       <option name="VM_PARAMETERS" />
383
       <option name="PROGRAM_PARAMETERS" />
344
       <option name="PROGRAM_PARAMETERS" />
384
-      <option name="WORKING_DIRECTORY" />
385
       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
345
       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
386
       <option name="ALTERNATIVE_JRE_PATH" />
346
       <option name="ALTERNATIVE_JRE_PATH" />
387
-      <option name="ENABLE_SWING_INSPECTOR" value="false" />
388
-      <option name="ENV_VARIABLES" />
389
       <option name="PASS_PARENT_ENVS" value="true" />
347
       <option name="PASS_PARENT_ENVS" value="true" />
390
-      <module name="" />
391
-      <envs />
392
-      <method />
393
-    </configuration>
394
-    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
395
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
396
       <option name="MAIN_CLASS_NAME" />
348
       <option name="MAIN_CLASS_NAME" />
397
-      <option name="VM_PARAMETERS" />
398
-      <option name="PROGRAM_PARAMETERS" />
399
       <option name="WORKING_DIRECTORY" />
349
       <option name="WORKING_DIRECTORY" />
400
-      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
401
-      <option name="ALTERNATIVE_JRE_PATH" />
402
-      <option name="PASS_PARENT_ENVS" value="true" />
403
-      <module name="bankaccountlab" />
404
-      <envs />
405
-      <method />
406
-    </configuration>
407
-    <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
408
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
409
-      <option name="filePath" />
410
-      <option name="vmParameters" />
411
-      <option name="alternativeJrePath" />
412
-      <option name="programParameters" />
413
-      <option name="passParentEnvs" value="true" />
414
-      <option name="workingDirectory" />
415
-      <option name="isAlternativeJrePathEnabled" value="false" />
416
-      <envs />
417
-      <method />
418
-    </configuration>
419
-    <configuration default="true" type="Remote" factoryName="Remote">
420
-      <option name="USE_SOCKET_TRANSPORT" value="true" />
421
-      <option name="SERVER_MODE" value="false" />
422
-      <option name="SHMEM_ADDRESS" value="javadebug" />
423
-      <option name="HOST" value="localhost" />
424
-      <option name="PORT" value="5005" />
425
-      <method />
350
+      <method v="2">
351
+        <option name="Make" enabled="true" />
352
+      </method>
426
     </configuration>
353
     </configuration>
427
     <configuration default="true" type="TestNG" factoryName="TestNG">
354
     <configuration default="true" type="TestNG" factoryName="TestNG">
428
-      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
429
-      <module name="" />
430
-      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
431
-      <option name="ALTERNATIVE_JRE_PATH" />
432
-      <option name="SUITE_NAME" />
433
-      <option name="PACKAGE_NAME" />
434
-      <option name="MAIN_CLASS_NAME" />
435
-      <option name="METHOD_NAME" />
436
-      <option name="GROUP_NAME" />
437
-      <option name="TEST_OBJECT" value="CLASS" />
438
-      <option name="VM_PARAMETERS" value="-ea" />
439
-      <option name="PARAMETERS" />
440
       <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
355
       <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
441
-      <option name="OUTPUT_DIRECTORY" />
442
-      <option name="ANNOTATION_TYPE" />
443
-      <option name="ENV_VARIABLES" />
444
-      <option name="PASS_PARENT_ENVS" value="true" />
445
-      <option name="TEST_SEARCH_SCOPE">
446
-        <value defaultName="singleModule" />
447
-      </option>
448
-      <option name="USE_DEFAULT_REPORTERS" value="false" />
449
-      <option name="PROPERTIES_FILE" />
450
-      <envs />
451
       <properties />
356
       <properties />
452
       <listeners />
357
       <listeners />
453
-      <method />
358
+      <method v="2">
359
+        <option name="Make" enabled="true" />
360
+      </method>
454
     </configuration>
361
     </configuration>
455
-    <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
456
-      <setting name="environment" value="" />
457
-      <setting name="specsToExecute" value="" />
458
-      <setting name="tags" value="" />
459
-      <setting name="parallelNodes" value="" />
460
-      <setting name="execInParallel" value="false" />
461
-      <setting name="programParameters" value="" />
462
-      <setting name="workingDirectory" value="" />
463
-      <setting name="moduleName" value="" />
464
-      <envMap />
465
-      <setting name="rowsRange" value="" />
466
-      <method />
362
+    <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
363
+      <module name="" />
364
+      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
365
+      <option name="PROGRAM_PARAMETERS" />
366
+      <predefined_log_file id="idea.log" enabled="true" />
367
+      <method v="2">
368
+        <option name="Make" enabled="true" />
369
+      </method>
467
     </configuration>
370
     </configuration>
371
+    <list>
372
+      <item itemvalue="JUnit.ProductTest.test" />
373
+      <item itemvalue="JUnit.ProductTest.testenv" />
374
+    </list>
375
+    <recent_temporary>
376
+      <list>
377
+        <item itemvalue="JUnit.ProductTest.testenv" />
378
+        <item itemvalue="JUnit.ProductTest.test" />
379
+      </list>
380
+    </recent_temporary>
468
   </component>
381
   </component>
469
-  <component name="ShelveChangesManager" show_recycled="false">
470
-    <option name="remove_strategy" value="false" />
382
+  <component name="SvnConfiguration">
383
+    <configuration />
471
   </component>
384
   </component>
472
   <component name="TaskManager">
385
   <component name="TaskManager">
473
     <task active="true" id="Default" summary="Default task">
386
     <task active="true" id="Default" summary="Default task">
476
       <option name="number" value="Default" />
389
       <option name="number" value="Default" />
477
       <option name="presentableId" value="Default" />
390
       <option name="presentableId" value="Default" />
478
       <updated>1515620835041</updated>
391
       <updated>1515620835041</updated>
392
+      <workItem from="1541093591328" duration="19000" />
393
+      <workItem from="1541093640352" duration="10473000" />
479
     </task>
394
     </task>
480
     <servers />
395
     <servers />
481
   </component>
396
   </component>
397
+  <component name="TestHistory">
398
+    <history-entry file="ProductTest_test - 2018.11.01 at 16h 29m 52s.xml">
399
+      <configuration name="ProductTest.test" configurationId="JUnit" />
400
+    </history-entry>
401
+    <history-entry file="ProductTest_test - 2018.11.01 at 16h 33m 23s.xml">
402
+      <configuration name="ProductTest.test" configurationId="JUnit" />
403
+    </history-entry>
404
+    <history-entry file="ProductTest_test - 2018.11.01 at 16h 35m 23s.xml">
405
+      <configuration name="ProductTest.test" configurationId="JUnit" />
406
+    </history-entry>
407
+    <history-entry file="ProductTest_test - 2018.11.01 at 16h 37m 28s.xml">
408
+      <configuration name="ProductTest.test" configurationId="JUnit" />
409
+    </history-entry>
410
+    <history-entry file="ProductTest_test - 2018.11.01 at 16h 40m 31s.xml">
411
+      <configuration name="ProductTest.test" configurationId="JUnit" />
412
+    </history-entry>
413
+    <history-entry file="ProductTest_testenv - 2018.11.01 at 16h 41m 52s.xml">
414
+      <configuration name="ProductTest.testenv" configurationId="JUnit" />
415
+    </history-entry>
416
+    <history-entry file="ProductTest_testenv - 2018.11.01 at 16h 42m 19s.xml">
417
+      <configuration name="ProductTest.testenv" configurationId="JUnit" />
418
+    </history-entry>
419
+  </component>
420
+  <component name="TimeTrackingManager">
421
+    <option name="totallyTimeSpent" value="10492000" />
422
+  </component>
482
   <component name="ToolWindowManager">
423
   <component name="ToolWindowManager">
483
-    <frame x="0" y="23" width="1920" height="1053" extended-state="6" />
424
+    <frame x="0" y="23" width="1280" height="721" extended-state="0" />
425
+    <editor active="true" />
484
     <layout>
426
     <layout>
485
-      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
486
-      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
487
-      <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
488
-      <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
489
-      <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
490
-      <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
491
-      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
492
-      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
493
-      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
494
-      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
495
-      <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
496
-      <window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
497
-      <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
498
-      <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
499
-      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24973376" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
500
-      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
501
-      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
502
-      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
503
-      <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
504
-      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
505
-      <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
506
-      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
507
-      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
508
-      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
509
-      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
510
-      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
511
-      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
427
+      <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25767368" />
428
+      <window_info id="Structure" order="1" weight="0.25" />
429
+      <window_info id="Nl-Palette" order="2" />
430
+      <window_info id="Favorites" order="3" side_tool="true" />
431
+      <window_info id="Image Layers" order="4" />
432
+      <window_info id="Designer" order="5" />
433
+      <window_info id="UI Designer" order="6" />
434
+      <window_info id="Capture Tool" order="7" />
435
+      <window_info anchor="bottom" id="Messages" weight="0.3290938" />
436
+      <window_info anchor="bottom" id="Message" order="0" />
437
+      <window_info anchor="bottom" id="Find" order="1" />
438
+      <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.3290938" />
439
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
440
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
441
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
442
+      <window_info anchor="bottom" id="TODO" order="6" />
443
+      <window_info anchor="bottom" id="Terminal" order="7" weight="0.3290938" />
444
+      <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" weight="0.3290938" />
445
+      <window_info anchor="bottom" id="Version Control" order="9" />
446
+      <window_info anchor="bottom" id="Database Changes" order="10" show_stripe_button="false" />
447
+      <window_info anchor="right" id="Commander" order="0" weight="0.4" />
448
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
449
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
450
+      <window_info anchor="right" id="Palette" order="3" />
451
+      <window_info anchor="right" id="Capture Analysis" order="4" />
452
+      <window_info anchor="right" id="Theme Preview" order="5" />
453
+      <window_info anchor="right" id="Properties" order="6" />
454
+      <window_info anchor="right" id="Palette&#9;" order="7" />
455
+      <window_info anchor="right" id="Maven Projects" order="8" />
456
+      <window_info anchor="right" id="Database" order="9" />
512
     </layout>
457
     </layout>
513
   </component>
458
   </component>
459
+  <component name="TypeScriptGeneratedFilesManager">
460
+    <option name="version" value="1" />
461
+  </component>
514
   <component name="VcsContentAnnotationSettings">
462
   <component name="VcsContentAnnotationSettings">
515
     <option name="myLimit" value="2678400000" />
463
     <option name="myLimit" value="2678400000" />
516
   </component>
464
   </component>
517
-  <component name="XDebuggerManager">
518
-    <breakpoint-manager />
519
-    <watches-manager />
520
-  </component>
521
   <component name="editorHistoryManager">
465
   <component name="editorHistoryManager">
522
-    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
466
+    <entry file="file://$PROJECT_DIR$/.gitignore">
523
       <provider selected="true" editor-type-id="text-editor">
467
       <provider selected="true" editor-type-id="text-editor">
524
-        <state relative-caret-position="75">
525
-          <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
526
-          <folding />
468
+        <state relative-caret-position="90">
469
+          <caret line="6" column="5" selection-start-line="6" selection-start-column="5" selection-end-line="6" selection-end-column="5" />
527
         </state>
470
         </state>
528
       </provider>
471
       </provider>
529
     </entry>
472
     </entry>
530
-    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
473
+    <entry file="file://$PROJECT_DIR$/README.md">
474
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
475
+        <state split_layout="SPLIT">
476
+          <first_editor relative-caret-position="285">
477
+            <caret line="19" column="27" selection-start-line="19" selection-start-column="27" selection-end-line="19" selection-end-column="27" />
478
+          </first_editor>
479
+          <second_editor />
480
+        </state>
481
+      </provider>
482
+    </entry>
483
+    <entry file="file://$PROJECT_DIR$/productmanager.iml">
484
+      <provider selected="true" editor-type-id="text-editor" />
485
+    </entry>
486
+    <entry file="file://$PROJECT_DIR$/pom.xml">
487
+      <provider selected="true" editor-type-id="text-editor">
488
+        <state relative-caret-position="285">
489
+          <caret line="19" lean-forward="true" selection-start-line="19" selection-end-line="19" />
490
+        </state>
491
+      </provider>
492
+    </entry>
493
+    <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home/src.zip!/java/util/TreeMap.java">
531
       <provider selected="true" editor-type-id="text-editor">
494
       <provider selected="true" editor-type-id="text-editor">
532
-        <state relative-caret-position="75">
533
-          <caret line="5" column="20" lean-forward="false" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
534
-          <folding />
495
+        <state relative-caret-position="196">
496
+          <caret line="529" column="49" lean-forward="true" selection-start-line="529" selection-start-column="49" selection-end-line="529" selection-end-column="49" />
535
         </state>
497
         </state>
536
       </provider>
498
       </provider>
537
     </entry>
499
     </entry>
538
     <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
500
     <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/productmanager/ProductTest.java">
539
       <provider selected="true" editor-type-id="text-editor">
501
       <provider selected="true" editor-type-id="text-editor">
540
-        <state relative-caret-position="75">
541
-          <caret line="5" column="24" lean-forward="false" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
542
-          <folding />
502
+        <state relative-caret-position="270">
503
+          <caret line="21" column="8" lean-forward="true" selection-start-line="21" selection-start-column="8" selection-end-line="21" selection-end-column="58" />
504
+          <folding>
505
+            <element signature="imports" expanded="true" />
506
+          </folding>
543
         </state>
507
         </state>
544
       </provider>
508
       </provider>
545
     </entry>
509
     </entry>
546
-    <entry file="file://$PROJECT_DIR$/.gitignore">
510
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Inventory.java">
547
       <provider selected="true" editor-type-id="text-editor">
511
       <provider selected="true" editor-type-id="text-editor">
548
-        <state relative-caret-position="90">
549
-          <caret line="6" column="5" lean-forward="false" selection-start-line="6" selection-start-column="5" selection-end-line="6" selection-end-column="5" />
550
-          <folding />
512
+        <state relative-caret-position="85">
513
+          <caret line="14" column="20" lean-forward="true" selection-start-line="14" selection-start-column="20" selection-end-line="14" selection-end-column="20" />
514
+          <folding>
515
+            <element signature="e#201#202#0" expanded="true" />
516
+            <element signature="e#243#244#0" expanded="true" />
517
+          </folding>
551
         </state>
518
         </state>
552
       </provider>
519
       </provider>
553
     </entry>
520
     </entry>
554
-    <entry file="file://$PROJECT_DIR$/README.md">
555
-      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
556
-        <state split_layout="SPLIT">
557
-          <first_editor relative-caret-position="285">
558
-            <caret line="19" column="27" lean-forward="false" selection-start-line="19" selection-start-column="27" selection-end-line="19" selection-end-column="27" />
559
-            <folding />
560
-          </first_editor>
561
-          <second_editor />
521
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/Product.java">
522
+      <provider selected="true" editor-type-id="text-editor">
523
+        <state relative-caret-position="449">
524
+          <caret line="31" column="5" lean-forward="true" selection-start-line="31" selection-start-column="5" selection-end-line="31" selection-end-column="5" />
525
+          <folding>
526
+            <element signature="e#133#134#0" expanded="true" />
527
+            <element signature="e#158#159#0" expanded="true" />
528
+            <element signature="e#251#252#0" expanded="true" />
529
+            <element signature="e#279#280#0" expanded="true" />
530
+            <element signature="e#257#258#0" expanded="true" />
531
+            <element signature="e#284#285#0" expanded="true" />
532
+          </folding>
562
         </state>
533
         </state>
563
       </provider>
534
       </provider>
564
     </entry>
535
     </entry>
565
-    <entry file="file://$PROJECT_DIR$/pom.xml">
536
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/productmanager/MainApplication.java">
566
       <provider selected="true" editor-type-id="text-editor">
537
       <provider selected="true" editor-type-id="text-editor">
567
-        <state relative-caret-position="165">
568
-          <caret line="11" column="10" lean-forward="false" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
569
-          <folding />
538
+        <state relative-caret-position="210">
539
+          <caret line="14" column="8" selection-start-line="14" selection-start-column="8" selection-end-line="14" selection-end-column="8" />
570
         </state>
540
         </state>
571
       </provider>
541
       </provider>
572
     </entry>
542
     </entry>

+ 22
- 0
pom.xml Целия файл

7
     <groupId>com.zipcodewilmington</groupId>
7
     <groupId>com.zipcodewilmington</groupId>
8
     <artifactId>productmanager</artifactId>
8
     <artifactId>productmanager</artifactId>
9
     <version>1.0-SNAPSHOT</version>
9
     <version>1.0-SNAPSHOT</version>
10
+    <build>
11
+        <plugins>
12
+            <plugin>
13
+                <groupId>org.apache.maven.plugins</groupId>
14
+                <artifactId>maven-compiler-plugin</artifactId>
15
+                <configuration>
16
+                    <source>7</source>
17
+                    <target>7</target>
18
+                </configuration>
19
+            </plugin>
20
+        </plugins>
21
+    </build>
22
+
23
+    <!-- https://mvnrepository.com/artifact/junit/junit -->
24
+    <dependencies>
25
+    <dependency>
26
+        <groupId>junit</groupId>
27
+        <artifactId>junit</artifactId>
28
+        <version>4.12</version>
29
+        <scope>test</scope>
30
+    </dependency>
31
+    </dependencies>
10
 
32
 
11
 
33
 
12
 </project>
34
 </project>

+ 74
- 0
src/main/java/com/zipcodewilmington/productmanager/Inventory.java Целия файл

1
+package com.zipcodewilmington.productmanager;
2
+
3
+import java.util.*;
4
+
5
+public class Inventory {
6
+
7
+    public HashMap<Product, Integer> inventory;
8
+
9
+    public Inventory(HashMap<Product, Integer> inventory) {
10
+        this.inventory = inventory;
11
+    }
12
+
13
+    public Integer total() {
14
+
15
+        int sum = 0;
16
+        int counter = 0;
17
+
18
+        for (Map.Entry m : inventory.entrySet()){
19
+            counter++;
20
+            sum += (Integer) m.getValue(); }
21
+
22
+        return sum;
23
+    }
24
+
25
+    public void print () {
26
+
27
+        int counter = 0;
28
+
29
+        for (Map.Entry m : inventory.entrySet()){
30
+            counter++;
31
+            Product prod = (Product) m.getKey();
32
+            int quant = (Integer) m.getValue();
33
+
34
+            System.out.println("ID = " + prod.getId() + " | " + prod.getName()  + " |  $" + prod.getPrice() + " |  Current Quantity: " + quant);
35
+            if (counter < inventory.size()) {System.out.print(System.lineSeparator());} }
36
+
37
+    }
38
+
39
+    public void add(Product prod, int quantity) {
40
+
41
+        if (!inventory.containsKey(prod)) {
42
+            inventory.put(prod, quantity);
43
+        } else {
44
+            System.out.println("This product already exists in the inventory.");
45
+        }
46
+    }
47
+
48
+    public void remove (Product prod){
49
+
50
+        if (inventory.containsKey(prod)) {
51
+            //Fetch prod temporarily to print name
52
+            Object o = inventory.get(prod);
53
+            Product temp = (Product)o;
54
+
55
+            //Remove and confirm for user
56
+            inventory.remove(prod);
57
+            System.out.println("The entry in the directory for " + temp.getName() + " has been removed.");
58
+        } else {
59
+            System.out.println("This product does not exist in the inventory.");
60
+        }
61
+    }
62
+
63
+    public void fetch (Product prod) {
64
+
65
+        if (inventory.containsKey(prod)) {
66
+            System.out.println("ID = " + prod.getId() + " | " + prod.getName() + " | "  + " |  $" + prod.getPrice() + " |  Current Quantity: " + inventory.get(prod));
67
+        } else {
68
+            System.out.println("This product does not exist in the inventory.");
69
+        }
70
+
71
+    }
72
+
73
+
74
+}

+ 51
- 0
src/main/java/com/zipcodewilmington/productmanager/MainApplication.java Целия файл

1
 package com.zipcodewilmington.productmanager;
1
 package com.zipcodewilmington.productmanager;
2
 
2
 
3
+import java.util.HashMap;
4
+
3
 /**
5
 /**
4
  * Created by leon on 1/10/18.
6
  * Created by leon on 1/10/18.
5
  */
7
  */
6
 public class MainApplication {
8
 public class MainApplication {
9
+
10
+
11
+    public static void main (String[] args) {
12
+
13
+        HashMap<Product, Integer> prods = new HashMap<>();
14
+        Inventory inventory = new Inventory(prods);
15
+        
16
+        Product p1 = new Product(1, 19.99, "Spiderman");
17
+        Product p2 = new Product(2, 29.99, "Wonder Woman");
18
+        Product p3 = new Product(3, 59.99, "Superman");
19
+        Product p4 = new Product(4, 54.99, "Batman");
20
+
21
+        inventory.add(p1, 1);
22
+        inventory.add(p2, 5);
23
+        inventory.add(p3, 9);
24
+        inventory.add(p4, 10);
25
+
26
+        //
27
+        inventory.fetch(p3);
28
+        System.lineSeparator();
29
+        //Should fetch info about "Superman Product"
30
+
31
+        //
32
+        inventory.total();
33
+        System.lineSeparator();
34
+        // Should print current inventory total
35
+
36
+        //
37
+        inventory.remove(p1);
38
+        System.lineSeparator();
39
+        // Should remove Spidey-Man
40
+
41
+        //
42
+        inventory.total();
43
+        System.lineSeparator();
44
+        // New total sans Spidey
45
+
46
+        //
47
+        inventory.print();
48
+        //Prints current inventory
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+    }
57
+
7
 }
58
 }

+ 29
- 0
src/main/java/com/zipcodewilmington/productmanager/Product.java Целия файл

4
  * Created by leon on 1/10/18.
4
  * Created by leon on 1/10/18.
5
  */
5
  */
6
 public class Product {
6
 public class Product {
7
+
8
+    public int getId() {
9
+        return id;
10
+    }
11
+
12
+    public double getPrice() {
13
+        return price;
14
+    }
15
+
16
+    public String getName() {
17
+        return name;
18
+    }
19
+
20
+    public int id;
21
+
22
+    public double price;
23
+
24
+    public String name;
25
+
26
+    public Product(int id, double price, String name) {
27
+
28
+        this.id= id;
29
+        this.price = price;
30
+        this.name=name;
31
+
32
+    }
33
+
34
+
35
+
7
 }
36
 }

+ 28
- 0
src/test/java/com/zipcodewilmington/productmanager/ProductTest.java Целия файл

1
 package com.zipcodewilmington.productmanager;
1
 package com.zipcodewilmington.productmanager;
2
 
2
 
3
+
4
+import org.junit.Before;
5
+import org.junit.Test;
6
+
7
+import java.util.HashMap;
8
+
3
 /**
9
 /**
4
  * Created by leon on 1/10/18.
10
  * Created by leon on 1/10/18.
5
  */
11
  */
6
 public class ProductTest {
12
 public class ProductTest {
13
+
14
+    Inventory inventory;
15
+
16
+    @Before
17
+    public void setup() {
18
+        // : Given
19
+        Product p1 = new Product(1, 19.99, "Sonic Forces");
20
+        Product p2 = new Product(2, 59.99, "Assasins Creed Odyssey");
21
+        Product p3 = new Product(3, 49.99, "Madden 2018");
22
+        HashMap<Product, Integer> prods = new HashMap<>();
23
+        this.inventory = new Inventory(prods);
24
+        prods.put(p1, 5); prods.put(p2, 3); prods.put(p3, 1);
25
+
26
+    }
27
+
28
+    @Test
29
+    public void testenv(){
30
+
31
+        //When
32
+        System.out.print(inventory.total());
33
+
34
+    }
7
 }
35
 }