|
@@ -2,13 +2,9 @@
|
2
|
2
|
<project version="4">
|
3
|
3
|
<component name="ChangeListManager">
|
4
|
4
|
<list default="true" id="30b7e4a0-b899-49c3-865c-0311dfadae62" name="Default" comment="">
|
5
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" />
|
6
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" />
|
7
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" />
|
8
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" />
|
9
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" />
|
10
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java" />
|
11
|
|
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" />
|
|
5
|
+ <change type="DELETED" beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java" afterPath="" />
|
|
6
|
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
7
|
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java" />
|
12
|
8
|
</list>
|
13
|
9
|
<ignored path="$PROJECT_DIR$/out/" />
|
14
|
10
|
<ignored path="$PROJECT_DIR$/target/" />
|
|
@@ -66,6 +62,16 @@
|
66
|
62
|
</provider>
|
67
|
63
|
</entry>
|
68
|
64
|
</file>
|
|
65
|
+ <file leaf-file-name="TestSuiteFullRegression.java" pinned="false" current-in-tab="true">
|
|
66
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java">
|
|
67
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
68
|
+ <state relative-caret-position="120">
|
|
69
|
+ <caret line="12" column="0" lean-forward="false" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
|
|
70
|
+ <folding />
|
|
71
|
+ </state>
|
|
72
|
+ </provider>
|
|
73
|
+ </entry>
|
|
74
|
+ </file>
|
69
|
75
|
<file leaf-file-name="Person.java" pinned="false" current-in-tab="false">
|
70
|
76
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
|
71
|
77
|
<provider selected="true" editor-type-id="text-editor">
|
|
@@ -79,7 +85,7 @@
|
79
|
85
|
<file leaf-file-name="PersonFactory.java" pinned="false" current-in-tab="false">
|
80
|
86
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
|
81
|
87
|
<provider selected="true" editor-type-id="text-editor">
|
82
|
|
- <state relative-caret-position="432">
|
|
88
|
+ <state relative-caret-position="747">
|
83
|
89
|
<caret line="58" column="11" lean-forward="false" selection-start-line="58" selection-start-column="11" selection-end-line="58" selection-end-column="11" />
|
84
|
90
|
<folding>
|
85
|
91
|
<element signature="e#1453#1454#0" expanded="true" />
|
|
@@ -120,11 +126,11 @@
|
120
|
126
|
</provider>
|
121
|
127
|
</entry>
|
122
|
128
|
</file>
|
123
|
|
- <file leaf-file-name="PersonWarehouse.java" pinned="false" current-in-tab="true">
|
|
129
|
+ <file leaf-file-name="PersonWarehouse.java" pinned="false" current-in-tab="false">
|
124
|
130
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java">
|
125
|
131
|
<provider selected="true" editor-type-id="text-editor">
|
126
|
|
- <state relative-caret-position="465">
|
127
|
|
- <caret line="39" column="0" lean-forward="true" selection-start-line="39" selection-start-column="0" selection-end-line="39" selection-end-column="0" />
|
|
132
|
+ <state relative-caret-position="375">
|
|
133
|
+ <caret line="33" column="7" lean-forward="true" selection-start-line="33" selection-start-column="7" selection-end-line="33" selection-end-column="7" />
|
128
|
134
|
<folding>
|
129
|
135
|
<element signature="e#1420#1421#0" expanded="true" />
|
130
|
136
|
<element signature="e#1447#1448#0" expanded="true" />
|
|
@@ -182,16 +188,6 @@
|
182
|
188
|
</provider>
|
183
|
189
|
</entry>
|
184
|
190
|
</file>
|
185
|
|
- <file leaf-file-name="LoggerWarehouse.java" pinned="false" current-in-tab="false">
|
186
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java">
|
187
|
|
- <provider selected="true" editor-type-id="text-editor">
|
188
|
|
- <state relative-caret-position="90">
|
189
|
|
- <caret line="7" column="69" lean-forward="false" selection-start-line="7" selection-start-column="69" selection-end-line="7" selection-end-column="69" />
|
190
|
|
- <folding />
|
191
|
|
- </state>
|
192
|
|
- </provider>
|
193
|
|
- </entry>
|
194
|
|
- </file>
|
195
|
191
|
</leaf>
|
196
|
192
|
</component>
|
197
|
193
|
<component name="FileTemplateManagerImpl">
|
|
@@ -274,7 +270,6 @@
|
274
|
270
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java" />
|
275
|
271
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/DateUtils.java" />
|
276
|
272
|
<option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java" />
|
277
|
|
- <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java" />
|
278
|
273
|
<option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java" />
|
279
|
274
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java" />
|
280
|
275
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerHandler.java" />
|
|
@@ -288,6 +283,7 @@
|
288
|
283
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java" />
|
289
|
284
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" />
|
290
|
285
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" />
|
|
286
|
+ <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java" />
|
291
|
287
|
</list>
|
292
|
288
|
</option>
|
293
|
289
|
</component>
|
|
@@ -368,66 +364,6 @@
|
368
|
364
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
369
|
365
|
</PATH_ELEMENT>
|
370
|
366
|
<PATH_ELEMENT>
|
371
|
|
- <option name="myItemId" value="test" />
|
372
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
373
|
|
- </PATH_ELEMENT>
|
374
|
|
- <PATH_ELEMENT>
|
375
|
|
- <option name="myItemId" value="java" />
|
376
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
377
|
|
- </PATH_ELEMENT>
|
378
|
|
- <PATH_ELEMENT>
|
379
|
|
- <option name="myItemId" value="streams" />
|
380
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
381
|
|
- </PATH_ELEMENT>
|
382
|
|
- <PATH_ELEMENT>
|
383
|
|
- <option name="myItemId" value="conversions" />
|
384
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
385
|
|
- </PATH_ELEMENT>
|
386
|
|
- </PATH>
|
387
|
|
- <PATH>
|
388
|
|
- <PATH_ELEMENT>
|
389
|
|
- <option name="myItemId" value="looptest" />
|
390
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
391
|
|
- </PATH_ELEMENT>
|
392
|
|
- <PATH_ELEMENT>
|
393
|
|
- <option name="myItemId" value="looptest" />
|
394
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
395
|
|
- </PATH_ELEMENT>
|
396
|
|
- <PATH_ELEMENT>
|
397
|
|
- <option name="myItemId" value="src" />
|
398
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
399
|
|
- </PATH_ELEMENT>
|
400
|
|
- <PATH_ELEMENT>
|
401
|
|
- <option name="myItemId" value="test" />
|
402
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
403
|
|
- </PATH_ELEMENT>
|
404
|
|
- <PATH_ELEMENT>
|
405
|
|
- <option name="myItemId" value="java" />
|
406
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
407
|
|
- </PATH_ELEMENT>
|
408
|
|
- <PATH_ELEMENT>
|
409
|
|
- <option name="myItemId" value="streams" />
|
410
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
411
|
|
- </PATH_ELEMENT>
|
412
|
|
- <PATH_ELEMENT>
|
413
|
|
- <option name="myItemId" value="anthropoid" />
|
414
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
415
|
|
- </PATH_ELEMENT>
|
416
|
|
- </PATH>
|
417
|
|
- <PATH>
|
418
|
|
- <PATH_ELEMENT>
|
419
|
|
- <option name="myItemId" value="looptest" />
|
420
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
421
|
|
- </PATH_ELEMENT>
|
422
|
|
- <PATH_ELEMENT>
|
423
|
|
- <option name="myItemId" value="looptest" />
|
424
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
425
|
|
- </PATH_ELEMENT>
|
426
|
|
- <PATH_ELEMENT>
|
427
|
|
- <option name="myItemId" value="src" />
|
428
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
429
|
|
- </PATH_ELEMENT>
|
430
|
|
- <PATH_ELEMENT>
|
431
|
367
|
<option name="myItemId" value="main" />
|
432
|
368
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
433
|
369
|
</PATH_ELEMENT>
|
|
@@ -514,40 +450,6 @@
|
514
|
450
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
515
|
451
|
</PATH_ELEMENT>
|
516
|
452
|
<PATH_ELEMENT>
|
517
|
|
- <option name="myItemId" value="tools" />
|
518
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
519
|
|
- </PATH_ELEMENT>
|
520
|
|
- <PATH_ELEMENT>
|
521
|
|
- <option name="myItemId" value="logging" />
|
522
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
523
|
|
- </PATH_ELEMENT>
|
524
|
|
- </PATH>
|
525
|
|
- <PATH>
|
526
|
|
- <PATH_ELEMENT>
|
527
|
|
- <option name="myItemId" value="looptest" />
|
528
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
529
|
|
- </PATH_ELEMENT>
|
530
|
|
- <PATH_ELEMENT>
|
531
|
|
- <option name="myItemId" value="looptest" />
|
532
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
533
|
|
- </PATH_ELEMENT>
|
534
|
|
- <PATH_ELEMENT>
|
535
|
|
- <option name="myItemId" value="src" />
|
536
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
537
|
|
- </PATH_ELEMENT>
|
538
|
|
- <PATH_ELEMENT>
|
539
|
|
- <option name="myItemId" value="main" />
|
540
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
541
|
|
- </PATH_ELEMENT>
|
542
|
|
- <PATH_ELEMENT>
|
543
|
|
- <option name="myItemId" value="java" />
|
544
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
545
|
|
- </PATH_ELEMENT>
|
546
|
|
- <PATH_ELEMENT>
|
547
|
|
- <option name="myItemId" value="streams" />
|
548
|
|
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
549
|
|
- </PATH_ELEMENT>
|
550
|
|
- <PATH_ELEMENT>
|
551
|
453
|
<option name="myItemId" value="conversions" />
|
552
|
454
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
553
|
455
|
</PATH_ELEMENT>
|
|
@@ -983,9 +885,6 @@
|
983
|
885
|
<servers />
|
984
|
886
|
</component>
|
985
|
887
|
<component name="TestHistory">
|
986
|
|
- <history-entry file="TestPersonWarehouse - 2017.05.31 at 15h 58m 01s.xml">
|
987
|
|
- <configuration name="TestPersonWarehouse" configurationId="JUnit" />
|
988
|
|
- </history-entry>
|
989
|
888
|
<history-entry file="TestPersonWarehouse - 2017.05.31 at 15h 58m 16s.xml">
|
990
|
889
|
<configuration name="TestPersonWarehouse" configurationId="JUnit" />
|
991
|
890
|
</history-entry>
|
|
@@ -1013,6 +912,9 @@
|
1013
|
912
|
<history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 22m 46s.xml">
|
1014
|
913
|
<configuration name="TestSuiteFullRegression" configurationId="JUnit" />
|
1015
|
914
|
</history-entry>
|
|
915
|
+ <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 43m 58s.xml">
|
|
916
|
+ <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
|
|
917
|
+ </history-entry>
|
1016
|
918
|
</component>
|
1017
|
919
|
<component name="TodoView">
|
1018
|
920
|
<todo-panel id="selected-file">
|
|
@@ -1028,7 +930,7 @@
|
1028
|
930
|
<editor active="true" />
|
1029
|
931
|
<layout>
|
1030
|
932
|
<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="3" side_tool="false" content_ui="tabs" />
|
1031
|
|
- <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32778355" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
933
|
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32778355" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
1032
|
934
|
<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="2" side_tool="false" content_ui="tabs" />
|
1033
|
935
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32778355" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
1034
|
936
|
<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="3" side_tool="false" content_ui="tabs" />
|
|
@@ -1043,7 +945,7 @@
|
1043
|
945
|
<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="2" side_tool="false" content_ui="tabs" />
|
1044
|
946
|
<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="2" side_tool="false" content_ui="tabs" />
|
1045
|
947
|
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20820022" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
1046
|
|
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
948
|
+ <window_info id="Find" active="false" 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" />
|
1047
|
949
|
<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" />
|
1048
|
950
|
<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" />
|
1049
|
951
|
<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="2" side_tool="false" content_ui="tabs" />
|
|
@@ -1270,22 +1172,6 @@
|
1270
|
1172
|
</state>
|
1271
|
1173
|
</provider>
|
1272
|
1174
|
</entry>
|
1273
|
|
- <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java">
|
1274
|
|
- <provider selected="true" editor-type-id="text-editor">
|
1275
|
|
- <state relative-caret-position="135">
|
1276
|
|
- <caret line="13" column="32" lean-forward="false" selection-start-line="13" selection-start-column="32" selection-end-line="13" selection-end-column="32" />
|
1277
|
|
- <folding />
|
1278
|
|
- </state>
|
1279
|
|
- </provider>
|
1280
|
|
- </entry>
|
1281
|
|
- <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java">
|
1282
|
|
- <provider selected="true" editor-type-id="text-editor">
|
1283
|
|
- <state relative-caret-position="150">
|
1284
|
|
- <caret line="10" column="16" lean-forward="false" selection-start-line="10" selection-start-column="16" selection-end-line="10" selection-end-column="16" />
|
1285
|
|
- <folding />
|
1286
|
|
- </state>
|
1287
|
|
- </provider>
|
1288
|
|
- </entry>
|
1289
|
1175
|
<entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java">
|
1290
|
1176
|
<provider selected="true" editor-type-id="text-editor">
|
1291
|
1177
|
<state relative-caret-position="285">
|
|
@@ -1384,14 +1270,6 @@
|
1384
|
1270
|
</state>
|
1385
|
1271
|
</provider>
|
1386
|
1272
|
</entry>
|
1387
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
|
1388
|
|
- <provider selected="true" editor-type-id="text-editor">
|
1389
|
|
- <state relative-caret-position="300">
|
1390
|
|
- <caret line="24" column="30" lean-forward="false" selection-start-line="24" selection-start-column="30" selection-end-line="24" selection-end-column="30" />
|
1391
|
|
- <folding />
|
1392
|
|
- </state>
|
1393
|
|
- </provider>
|
1394
|
|
- </entry>
|
1395
|
1273
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java">
|
1396
|
1274
|
<provider selected="true" editor-type-id="text-editor">
|
1397
|
1275
|
<state relative-caret-position="90">
|
|
@@ -1475,25 +1353,10 @@
|
1475
|
1353
|
</state>
|
1476
|
1354
|
</provider>
|
1477
|
1355
|
</entry>
|
1478
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
|
1479
|
|
- <provider selected="true" editor-type-id="text-editor">
|
1480
|
|
- <state relative-caret-position="432">
|
1481
|
|
- <caret line="58" column="11" lean-forward="false" selection-start-line="58" selection-start-column="11" selection-end-line="58" selection-end-column="11" />
|
1482
|
|
- <folding>
|
1483
|
|
- <element signature="e#1453#1454#0" expanded="true" />
|
1484
|
|
- <element signature="e#1480#1481#0" expanded="true" />
|
1485
|
|
- <element signature="e#1674#1675#0" expanded="true" />
|
1486
|
|
- <element signature="e#1701#1702#0" expanded="true" />
|
1487
|
|
- <element signature="e#1951#1952#0" expanded="true" />
|
1488
|
|
- <element signature="e#1978#1979#0" expanded="true" />
|
1489
|
|
- </folding>
|
1490
|
|
- </state>
|
1491
|
|
- </provider>
|
1492
|
|
- </entry>
|
1493
|
1356
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java">
|
1494
|
1357
|
<provider selected="true" editor-type-id="text-editor">
|
1495
|
|
- <state relative-caret-position="465">
|
1496
|
|
- <caret line="39" column="0" lean-forward="true" selection-start-line="39" selection-start-column="0" selection-end-line="39" selection-end-column="0" />
|
|
1358
|
+ <state relative-caret-position="375">
|
|
1359
|
+ <caret line="33" column="7" lean-forward="true" selection-start-line="33" selection-start-column="7" selection-end-line="33" selection-end-column="7" />
|
1497
|
1360
|
<folding>
|
1498
|
1361
|
<element signature="e#1420#1421#0" expanded="true" />
|
1499
|
1362
|
<element signature="e#1447#1448#0" expanded="true" />
|
|
@@ -1511,6 +1374,45 @@
|
1511
|
1374
|
</state>
|
1512
|
1375
|
</provider>
|
1513
|
1376
|
</entry>
|
|
1377
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
|
|
1378
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
1379
|
+ <state relative-caret-position="300">
|
|
1380
|
+ <caret line="24" column="30" lean-forward="false" selection-start-line="24" selection-start-column="30" selection-end-line="24" selection-end-column="30" />
|
|
1381
|
+ <folding />
|
|
1382
|
+ </state>
|
|
1383
|
+ </provider>
|
|
1384
|
+ </entry>
|
|
1385
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
|
|
1386
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
1387
|
+ <state relative-caret-position="747">
|
|
1388
|
+ <caret line="58" column="11" lean-forward="false" selection-start-line="58" selection-start-column="11" selection-end-line="58" selection-end-column="11" />
|
|
1389
|
+ <folding>
|
|
1390
|
+ <element signature="e#1453#1454#0" expanded="true" />
|
|
1391
|
+ <element signature="e#1480#1481#0" expanded="true" />
|
|
1392
|
+ <element signature="e#1674#1675#0" expanded="true" />
|
|
1393
|
+ <element signature="e#1701#1702#0" expanded="true" />
|
|
1394
|
+ <element signature="e#1951#1952#0" expanded="true" />
|
|
1395
|
+ <element signature="e#1978#1979#0" expanded="true" />
|
|
1396
|
+ </folding>
|
|
1397
|
+ </state>
|
|
1398
|
+ </provider>
|
|
1399
|
+ </entry>
|
|
1400
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java">
|
|
1401
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
1402
|
+ <state relative-caret-position="210">
|
|
1403
|
+ <caret line="14" column="0" lean-forward="true" selection-start-line="14" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
|
|
1404
|
+ <folding />
|
|
1405
|
+ </state>
|
|
1406
|
+ </provider>
|
|
1407
|
+ </entry>
|
|
1408
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java">
|
|
1409
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
1410
|
+ <state relative-caret-position="120">
|
|
1411
|
+ <caret line="12" column="0" lean-forward="false" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
|
|
1412
|
+ <folding />
|
|
1413
|
+ </state>
|
|
1414
|
+ </provider>
|
|
1415
|
+ </entry>
|
1514
|
1416
|
</component>
|
1515
|
1417
|
<component name="masterDetails">
|
1516
|
1418
|
<states>
|