1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="30b7e4a0-b899-49c3-865c-0311dfadae62" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" beforeDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/streamdemo.iml" beforeDir="false" afterPath="$PROJECT_DIR$/streamdemo.iml" afterDir="false" />
  17. </list>
  18. <ignored path="$PROJECT_DIR$/out/" />
  19. <ignored path="$PROJECT_DIR$/target/" />
  20. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  21. <option name="SHOW_DIALOG" value="false" />
  22. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  23. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  24. <option name="LAST_RESOLUTION" value="IGNORE" />
  25. </component>
  26. <component name="ExportTestResults" outputFolder="$PROJECT_DIR$" openResultsInEditor="true" userTempatePath="" />
  27. <component name="FUSProjectUsageTrigger">
  28. <session id="-2138873179">
  29. <usages-collector id="statistics.lifecycle.project">
  30. <counts>
  31. <entry key="project.closed" value="3" />
  32. <entry key="project.open.time.2" value="2" />
  33. <entry key="project.open.time.8" value="2" />
  34. <entry key="project.opened" value="4" />
  35. </counts>
  36. </usages-collector>
  37. <usages-collector id="statistics.file.extensions.open">
  38. <counts>
  39. <entry key="gitignore" value="1" />
  40. <entry key="iml" value="1" />
  41. <entry key="java" value="12" />
  42. <entry key="xml" value="1" />
  43. </counts>
  44. </usages-collector>
  45. <usages-collector id="statistics.file.types.open">
  46. <counts>
  47. <entry key="IDEA_MODULE" value="1" />
  48. <entry key="JAVA" value="12" />
  49. <entry key="PLAIN_TEXT" value="1" />
  50. <entry key="XML" value="1" />
  51. </counts>
  52. </usages-collector>
  53. <usages-collector id="statistics.file.extensions.edit">
  54. <counts>
  55. <entry key="java" value="216" />
  56. </counts>
  57. </usages-collector>
  58. <usages-collector id="statistics.file.types.edit">
  59. <counts>
  60. <entry key="JAVA" value="216" />
  61. </counts>
  62. </usages-collector>
  63. </session>
  64. </component>
  65. <component name="FileEditorManager">
  66. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  67. <file pinned="false" current-in-tab="false">
  68. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
  69. <provider selected="true" editor-type-id="text-editor">
  70. <state relative-caret-position="300">
  71. <caret line="24" column="30" selection-start-line="24" selection-start-column="30" selection-end-line="24" selection-end-column="30" />
  72. </state>
  73. </provider>
  74. </entry>
  75. </file>
  76. <file pinned="false" current-in-tab="false">
  77. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java">
  78. <provider selected="true" editor-type-id="text-editor">
  79. <state relative-caret-position="465">
  80. <caret line="37" column="69" selection-start-line="37" selection-start-column="69" selection-end-line="37" selection-end-column="69" />
  81. </state>
  82. </provider>
  83. </entry>
  84. </file>
  85. <file pinned="false" current-in-tab="true">
  86. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java">
  87. <provider selected="true" editor-type-id="text-editor">
  88. <state relative-caret-position="210">
  89. <caret line="14" column="29" lean-forward="true" selection-start-line="14" selection-start-column="29" selection-end-line="14" selection-end-column="29" />
  90. <folding>
  91. <element signature="imports" expanded="true" />
  92. <element signature="e#1226#1227#0" expanded="true" />
  93. <element signature="e#1281#1282#0" expanded="true" />
  94. </folding>
  95. </state>
  96. </provider>
  97. </entry>
  98. </file>
  99. <file pinned="false" current-in-tab="false">
  100. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/PersonConversionAgent.java">
  101. <provider selected="true" editor-type-id="text-editor">
  102. <state relative-caret-position="120">
  103. <caret line="8" column="69" selection-start-line="8" selection-start-column="69" selection-end-line="8" selection-end-column="69" />
  104. </state>
  105. </provider>
  106. </entry>
  107. </file>
  108. <file pinned="false" current-in-tab="false">
  109. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
  110. <provider selected="true" editor-type-id="text-editor">
  111. <state relative-caret-position="683">
  112. <caret line="62" column="15" selection-start-line="62" selection-start-column="15" selection-end-line="62" selection-end-column="15" />
  113. </state>
  114. </provider>
  115. </entry>
  116. </file>
  117. <file pinned="false" current-in-tab="false">
  118. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java">
  119. <provider selected="true" editor-type-id="text-editor">
  120. <state relative-caret-position="213">
  121. <caret line="62" column="97" selection-start-line="62" selection-start-column="97" selection-end-line="62" selection-end-column="97" />
  122. <folding>
  123. <element signature="imports" expanded="true" />
  124. <element signature="e#1420#1421#0" expanded="true" />
  125. <element signature="e#1469#1470#0" expanded="true" />
  126. <element signature="e#2202#2203#0" expanded="true" />
  127. <element signature="e#2229#2230#0" expanded="true" />
  128. <element signature="e#2343#2344#0" expanded="true" />
  129. <element signature="e#2370#2371#0" expanded="true" />
  130. <element signature="e#2486#2487#0" expanded="true" />
  131. <element signature="e#2513#2514#0" expanded="true" />
  132. </folding>
  133. </state>
  134. </provider>
  135. </entry>
  136. </file>
  137. <file pinned="false" current-in-tab="false">
  138. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java">
  139. <provider selected="true" editor-type-id="text-editor">
  140. <state relative-caret-position="435">
  141. <caret line="37" column="15" selection-start-line="37" selection-start-column="15" selection-end-line="37" selection-end-column="15" />
  142. <folding>
  143. <element signature="e#823#824#0" expanded="true" />
  144. <element signature="e#850#851#0" expanded="true" />
  145. <element signature="e#1017#1018#0" expanded="true" />
  146. <element signature="e#1060#1061#0" expanded="true" />
  147. </folding>
  148. </state>
  149. </provider>
  150. </entry>
  151. </file>
  152. <file pinned="false" current-in-tab="false">
  153. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java">
  154. <provider selected="true" editor-type-id="text-editor">
  155. <state relative-caret-position="130">
  156. <caret line="14" column="1" selection-start-line="14" selection-start-column="1" selection-end-line="14" selection-end-column="69" />
  157. </state>
  158. </provider>
  159. </entry>
  160. </file>
  161. <file pinned="false" current-in-tab="false">
  162. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java">
  163. <provider selected="true" editor-type-id="text-editor">
  164. <state relative-caret-position="495">
  165. <caret line="39" lean-forward="true" selection-start-line="39" selection-end-line="39" />
  166. <folding>
  167. <element signature="e#888#889#0" expanded="true" />
  168. <element signature="e#915#916#0" expanded="true" />
  169. </folding>
  170. </state>
  171. </provider>
  172. </entry>
  173. </file>
  174. <file pinned="false" current-in-tab="false">
  175. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java">
  176. <provider selected="true" editor-type-id="text-editor">
  177. <state relative-caret-position="510">
  178. <caret line="39" column="58" selection-start-line="39" selection-start-column="58" selection-end-line="39" selection-end-column="58" />
  179. <folding>
  180. <element signature="e#892#893#0" expanded="true" />
  181. <element signature="e#919#920#0" expanded="true" />
  182. </folding>
  183. </state>
  184. </provider>
  185. </entry>
  186. </file>
  187. </leaf>
  188. </component>
  189. <component name="FileTemplateManagerImpl">
  190. <option name="RECENT_TEMPLATES">
  191. <list>
  192. <option value="Kotlin File" />
  193. <option value="Interface" />
  194. <option value="Class" />
  195. </list>
  196. </option>
  197. </component>
  198. <component name="FindInProjectRecents">
  199. <findStrings>
  200. <find>public</find>
  201. <find>static</find>
  202. <find>FilterSyntax.</find>
  203. <find>whose name starts with &quot;A&quot;</find>
  204. <find>public final</find>
  205. <find>.stream</find>
  206. <find>.stream()</find>
  207. <find>Person</find>
  208. <find>people.</find>
  209. </findStrings>
  210. <replaceStrings>
  211. <replace>public static</replace>
  212. <replace />
  213. <replace>filterSyntax.</replace>
  214. <replace>whose name starts with `this.startingCharacter`</replace>
  215. <replace>private final</replace>
  216. <replace>.parallelStream()</replace>
  217. <replace>R</replace>
  218. <replace>getPeople().</replace>
  219. </replaceStrings>
  220. </component>
  221. <component name="Git.Settings">
  222. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  223. </component>
  224. <component name="IdeDocumentHistory">
  225. <option name="CHANGED_PATHS">
  226. <list>
  227. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionArray.java" />
  228. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConverterArray.java" />
  229. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionStream.java" />
  230. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConverterStream.java" />
  231. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionList.java" />
  232. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConverterList.java" />
  233. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ArrayConversion.java" />
  234. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ListConversion.java" />
  235. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/StreamConversion.java" />
  236. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionSuite.java" />
  237. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestSuiteConversionRegression.java" />
  238. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ListConverter.java" />
  239. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ArrayConverter.java" />
  240. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionAgent.java" />
  241. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ConversionAgent.java" />
  242. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/StreamConverter.java" />
  243. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConstants.java" />
  244. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/TestPersonFactory.java" />
  245. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestPersonFactory.java" />
  246. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/DemoStreamFilter.java" />
  247. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/exercises/ConversionAgent.java" />
  248. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/RandomUtils.java" />
  249. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterArray.java" />
  250. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterList.java" />
  251. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterStream.java" />
  252. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestSuiteConversionRegression.java" />
  253. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java" />
  254. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestConstants.java" />
  255. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWorld.java" />
  256. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/ReflectionUtils.java" />
  257. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPerson.java" />
  258. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.java" />
  259. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java" />
  260. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java" />
  261. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java" />
  262. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/DateUtils.java" />
  263. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java" />
  264. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java" />
  265. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java" />
  266. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerHandler.java" />
  267. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/PersonConversionAgent.java" />
  268. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonWarehouse.java" />
  269. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestSuiteAnthropoidRegression.java" />
  270. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java" />
  271. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" />
  272. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" />
  273. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" />
  274. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" />
  275. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" />
  276. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java" />
  277. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" />
  278. </list>
  279. </option>
  280. </component>
  281. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  282. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  283. <component name="JsGulpfileManager">
  284. <detection-done>true</detection-done>
  285. <sorting>DEFINITION_ORDER</sorting>
  286. </component>
  287. <component name="ProjectFrameBounds" fullScreen="true">
  288. <option name="width" value="1440" />
  289. <option name="height" value="900" />
  290. </component>
  291. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  292. <component name="ProjectView">
  293. <navigator proportions="" version="1">
  294. <foldersAlwaysOnTop value="true" />
  295. </navigator>
  296. <panes>
  297. <pane id="PackagesPane" />
  298. <pane id="ProjectPane">
  299. <subPane>
  300. <expand>
  301. <path>
  302. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  303. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  304. </path>
  305. <path>
  306. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  307. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  308. <item name="src" type="462c0819:PsiDirectoryNode" />
  309. </path>
  310. <path>
  311. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  312. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  313. <item name="src" type="462c0819:PsiDirectoryNode" />
  314. <item name="main" type="462c0819:PsiDirectoryNode" />
  315. </path>
  316. <path>
  317. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  318. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  319. <item name="src" type="462c0819:PsiDirectoryNode" />
  320. <item name="main" type="462c0819:PsiDirectoryNode" />
  321. <item name="java" type="462c0819:PsiDirectoryNode" />
  322. </path>
  323. <path>
  324. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  325. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  326. <item name="src" type="462c0819:PsiDirectoryNode" />
  327. <item name="main" type="462c0819:PsiDirectoryNode" />
  328. <item name="java" type="462c0819:PsiDirectoryNode" />
  329. <item name="streams" type="462c0819:PsiDirectoryNode" />
  330. </path>
  331. <path>
  332. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  333. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  334. <item name="src" type="462c0819:PsiDirectoryNode" />
  335. <item name="main" type="462c0819:PsiDirectoryNode" />
  336. <item name="java" type="462c0819:PsiDirectoryNode" />
  337. <item name="streams" type="462c0819:PsiDirectoryNode" />
  338. <item name="anthropoid" type="462c0819:PsiDirectoryNode" />
  339. </path>
  340. <path>
  341. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  342. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  343. <item name="src" type="462c0819:PsiDirectoryNode" />
  344. <item name="main" type="462c0819:PsiDirectoryNode" />
  345. <item name="java" type="462c0819:PsiDirectoryNode" />
  346. <item name="streams" type="462c0819:PsiDirectoryNode" />
  347. <item name="conversions" type="462c0819:PsiDirectoryNode" />
  348. </path>
  349. <path>
  350. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  351. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  352. <item name="src" type="462c0819:PsiDirectoryNode" />
  353. <item name="test" type="462c0819:PsiDirectoryNode" />
  354. </path>
  355. <path>
  356. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  357. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  358. <item name="src" type="462c0819:PsiDirectoryNode" />
  359. <item name="test" type="462c0819:PsiDirectoryNode" />
  360. <item name="java" type="462c0819:PsiDirectoryNode" />
  361. </path>
  362. <path>
  363. <item name="CR-MicroLabs-Streams-And-Lambdas" type="b2602c69:ProjectViewProjectNode" />
  364. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  365. <item name="src" type="462c0819:PsiDirectoryNode" />
  366. <item name="test" type="462c0819:PsiDirectoryNode" />
  367. <item name="java" type="462c0819:PsiDirectoryNode" />
  368. <item name="streams" type="462c0819:PsiDirectoryNode" />
  369. </path>
  370. </expand>
  371. <select />
  372. </subPane>
  373. </pane>
  374. <pane id="Scope" />
  375. </panes>
  376. </component>
  377. <component name="PropertiesComponent">
  378. <property name="WebServerToolWindowFactoryState" value="false" />
  379. <property name="aspect.path.notification.shown" value="true" />
  380. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1543083507468" />
  381. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  382. <property name="project.structure.last.edited" value="Modules" />
  383. <property name="project.structure.proportion" value="0.0" />
  384. <property name="project.structure.side.proportion" value="0.2" />
  385. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  386. </component>
  387. <component name="RecentsManager">
  388. <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
  389. <recent name="com.zipcodewilmington.streams.anthropoid" />
  390. <recent name="com.zipcodewilmington.lambdas" />
  391. <recent name="com.zipcodewilmington.lambdas.exercises" />
  392. <recent name="com.zipcode" />
  393. </key>
  394. <key name="CopyFile.RECENT_KEYS">
  395. <recent name="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools" />
  396. </key>
  397. <key name="CreateClassDialog.RecentsKey">
  398. <recent name="com.zipcodewilmington.lambdas" />
  399. <recent name="com.zipcodewilmington.lambdas.tools" />
  400. </key>
  401. </component>
  402. <component name="RunDashboard">
  403. <option name="ruleStates">
  404. <list>
  405. <RuleState>
  406. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  407. </RuleState>
  408. <RuleState>
  409. <option name="name" value="StatusDashboardGroupingRule" />
  410. </RuleState>
  411. </list>
  412. </option>
  413. </component>
  414. <component name="RunManager" selected="JUnit.TestSuiteFullRegression">
  415. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  416. <module name="" />
  417. <option name="TESTING_TYPE" value="0" />
  418. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  419. <option name="METHOD_NAME" value="" />
  420. <option name="CLASS_NAME" value="" />
  421. <option name="PACKAGE_NAME" value="" />
  422. <option name="EXTRA_OPTIONS" value="" />
  423. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  424. <option name="PREFERRED_AVD" value="" />
  425. <option name="CLEAR_LOGCAT" value="false" />
  426. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  427. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  428. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  429. <option name="DEBUGGER_TYPE" value="Java" />
  430. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  431. <option name="PREFERRED_AVD" value="" />
  432. <Java />
  433. <Profilers>
  434. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  435. <option name="GAPID_ENABLED" value="false" />
  436. <option name="GAPID_DISABLE_PCS" value="false" />
  437. <option name="SUPPORT_LIB_ENABLED" value="true" />
  438. <option name="INSTRUMENTATION_ENABLED" value="true" />
  439. </Profilers>
  440. <method />
  441. </configuration>
  442. <configuration default="true" type="Applet" factoryName="Applet">
  443. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  444. <method v="2">
  445. <option name="Make" enabled="true" />
  446. </method>
  447. </configuration>
  448. <configuration name="TestPerson" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  449. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.anthropoid.TestPerson" />
  450. <module name="looptest" />
  451. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  452. <extension name="coverage">
  453. <pattern>
  454. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  455. <option name="ENABLED" value="true" />
  456. </pattern>
  457. </extension>
  458. <method v="2">
  459. <option name="Make" enabled="true" />
  460. </method>
  461. </configuration>
  462. <configuration default="true" type="Application" factoryName="Application">
  463. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  464. <method v="2">
  465. <option name="Make" enabled="true" />
  466. </method>
  467. </configuration>
  468. <configuration name="TestPersonWarehouse" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  469. <module name="streamdemo" />
  470. <extension name="coverage">
  471. <pattern>
  472. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  473. <option name="ENABLED" value="true" />
  474. </pattern>
  475. </extension>
  476. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams.anthropoid" />
  477. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.anthropoid.TestPersonWarehouse" />
  478. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  479. <method v="2">
  480. <option name="Make" enabled="true" />
  481. </method>
  482. </configuration>
  483. <configuration name="TestPersonWarehouse.testAddPerson" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  484. <module name="streamdemo" />
  485. <extension name="coverage">
  486. <pattern>
  487. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  488. <option name="ENABLED" value="true" />
  489. </pattern>
  490. </extension>
  491. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams.anthropoid" />
  492. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.anthropoid.TestPersonWarehouse" />
  493. <option name="METHOD_NAME" value="testAddPerson" />
  494. <option name="TEST_OBJECT" value="method" />
  495. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  496. <method v="2">
  497. <option name="Make" enabled="true" />
  498. </method>
  499. </configuration>
  500. <configuration name="TestPersonWarehouse.testGetIdToNameMap" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  501. <module name="streamdemo" />
  502. <extension name="coverage">
  503. <pattern>
  504. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  505. <option name="ENABLED" value="true" />
  506. </pattern>
  507. </extension>
  508. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams.anthropoid" />
  509. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.anthropoid.TestPersonWarehouse" />
  510. <option name="METHOD_NAME" value="testGetIdToNameMap" />
  511. <option name="TEST_OBJECT" value="method" />
  512. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  513. <method v="2">
  514. <option name="Make" enabled="true" />
  515. </method>
  516. </configuration>
  517. <configuration name="TestSuiteFullRegression" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  518. <module name="streamdemo" />
  519. <extension name="coverage">
  520. <pattern>
  521. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  522. <option name="ENABLED" value="true" />
  523. </pattern>
  524. </extension>
  525. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams" />
  526. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.TestSuiteFullRegression" />
  527. <option name="METHOD_NAME" value="" />
  528. <option name="PARAMETERS" value="" />
  529. <option name="WORKING_DIRECTORY" value="file://$MODULE_DIR$" />
  530. <method v="2">
  531. <option name="Make" enabled="true" />
  532. </method>
  533. </configuration>
  534. <configuration default="true" type="JUnit" factoryName="JUnit">
  535. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  536. <method v="2">
  537. <option name="Make" enabled="true" />
  538. </method>
  539. </configuration>
  540. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  541. <module name="looptest" />
  542. <option name="VM_PARAMETERS" />
  543. <option name="PROGRAM_PARAMETERS" />
  544. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  545. <option name="ALTERNATIVE_JRE_PATH" />
  546. <option name="PASS_PARENT_ENVS" value="true" />
  547. <option name="MAIN_CLASS_NAME" />
  548. <option name="WORKING_DIRECTORY" />
  549. <method v="2">
  550. <option name="Make" enabled="true" />
  551. </method>
  552. </configuration>
  553. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
  554. <option name="filePath" />
  555. <option name="vmParameters" />
  556. <option name="alternativeJrePath" />
  557. <option name="programParameters" />
  558. <option name="passParentEnvs" value="true" />
  559. <option name="workingDirectory" />
  560. <option name="isAlternativeJrePathEnabled" value="false" />
  561. <option name="VM_PARAMETERS" />
  562. <option name="PROGRAM_PARAMETERS" />
  563. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  564. <option name="ALTERNATIVE_JRE_PATH" />
  565. <option name="PASS_PARENT_ENVS" value="true" />
  566. <option name="MAIN_CLASS_NAME" />
  567. <option name="WORKING_DIRECTORY" />
  568. <module name="" />
  569. <option name="filePath" />
  570. <option name="vmParameters" />
  571. <option name="alternativeJrePath" />
  572. <option name="programParameters" />
  573. <option name="passParentEnvs" value="true" />
  574. <option name="workingDirectory" />
  575. <option name="isAlternativeJrePathEnabled" value="false" />
  576. <option name="VM_PARAMETERS" />
  577. <option name="PROGRAM_PARAMETERS" />
  578. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  579. <option name="ALTERNATIVE_JRE_PATH" />
  580. <option name="PASS_PARENT_ENVS" value="true" />
  581. <option name="MAIN_CLASS_NAME" />
  582. <option name="WORKING_DIRECTORY" />
  583. <method v="2">
  584. <option name="Make" enabled="true" />
  585. </method>
  586. </configuration>
  587. <configuration default="true" type="TestNG" factoryName="TestNG">
  588. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  589. <properties />
  590. <listeners />
  591. <method v="2">
  592. <option name="Make" enabled="true" />
  593. </method>
  594. </configuration>
  595. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  596. <module name="" />
  597. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  598. <option name="PROGRAM_PARAMETERS" />
  599. <predefined_log_file id="idea.log" enabled="true" />
  600. <method v="2">
  601. <option name="Make" enabled="true" />
  602. </method>
  603. </configuration>
  604. <list>
  605. <item itemvalue="Application.TestPerson" />
  606. <item itemvalue="JUnit.TestPersonWarehouse.testAddPerson" />
  607. <item itemvalue="JUnit.TestPersonWarehouse.testGetIdToNameMap" />
  608. <item itemvalue="JUnit.TestPersonWarehouse" />
  609. <item itemvalue="JUnit.TestSuiteFullRegression" />
  610. </list>
  611. <recent_temporary>
  612. <list>
  613. <item itemvalue="JUnit.TestSuiteFullRegression" />
  614. <item itemvalue="JUnit.TestPersonWarehouse" />
  615. <item itemvalue="JUnit.TestPersonWarehouse.testAddPerson" />
  616. <item itemvalue="JUnit.TestPersonWarehouse.testGetIdToNameMap" />
  617. <item itemvalue="Application.TestPerson" />
  618. </list>
  619. </recent_temporary>
  620. </component>
  621. <component name="SvnConfiguration">
  622. <configuration />
  623. </component>
  624. <component name="TaskManager">
  625. <task active="true" id="Default" summary="Default task">
  626. <changelist id="30b7e4a0-b899-49c3-865c-0311dfadae62" name="Default" comment="" />
  627. <created>1493756132542</created>
  628. <option name="number" value="Default" />
  629. <option name="presentableId" value="Default" />
  630. <updated>1493756132542</updated>
  631. <workItem from="1542811127393" duration="733000" />
  632. <workItem from="1543600464484" duration="287000" />
  633. <workItem from="1543769766664" duration="340000" />
  634. <workItem from="1543939894562" duration="3472000" />
  635. </task>
  636. <servers />
  637. </component>
  638. <component name="TestHistory">
  639. <history-entry file="TestPersonWarehouse - 2017.05.31 at 15h 58m 16s.xml">
  640. <configuration name="TestPersonWarehouse" configurationId="JUnit" />
  641. </history-entry>
  642. <history-entry file="TestPersonWarehouse - 2017.05.31 at 15h 58m 34s.xml">
  643. <configuration name="TestPersonWarehouse" configurationId="JUnit" />
  644. </history-entry>
  645. <history-entry file="TestPersonWarehouse - 2017.05.31 at 15h 59m 25s.xml">
  646. <configuration name="TestPersonWarehouse" configurationId="JUnit" />
  647. </history-entry>
  648. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 00m 00s.xml">
  649. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  650. </history-entry>
  651. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 18m 17s.xml">
  652. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  653. </history-entry>
  654. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 19m 07s.xml">
  655. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  656. </history-entry>
  657. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 20m 17s.xml">
  658. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  659. </history-entry>
  660. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 20m 32s.xml">
  661. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  662. </history-entry>
  663. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 22m 46s.xml">
  664. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  665. </history-entry>
  666. <history-entry file="TestSuiteFullRegression - 2017.05.31 at 16h 43m 58s.xml">
  667. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  668. </history-entry>
  669. </component>
  670. <component name="TimeTrackingManager">
  671. <option name="totallyTimeSpent" value="4832000" />
  672. </component>
  673. <component name="TodoView">
  674. <todo-panel id="selected-file">
  675. <is-autoscroll-to-source value="true" />
  676. </todo-panel>
  677. <todo-panel id="all">
  678. <are-packages-shown value="true" />
  679. <is-autoscroll-to-source value="true" />
  680. </todo-panel>
  681. </component>
  682. <component name="ToolWindowManager">
  683. <frame x="0" y="0" width="1440" height="900" extended-state="0" />
  684. <editor active="true" />
  685. <layout>
  686. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.21959943" />
  687. <window_info id="Structure" order="1" weight="0.25" />
  688. <window_info id="Designer" order="2" />
  689. <window_info id="Nl-Palette" order="3" />
  690. <window_info id="Favorites" order="4" side_tool="true" />
  691. <window_info id="Image Layers" order="5" />
  692. <window_info id="Capture Tool" order="6" />
  693. <window_info id="UI Designer" order="7" />
  694. <window_info anchor="bottom" id="Message" order="0" />
  695. <window_info anchor="bottom" id="Find" order="1" weight="0.3298647" />
  696. <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.31425598" />
  697. <window_info anchor="bottom" id="Debug" order="3" weight="0.39958376" />
  698. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  699. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  700. <window_info anchor="bottom" id="TODO" order="6" weight="0.3277849" />
  701. <window_info anchor="bottom" id="Version Control" order="7" />
  702. <window_info anchor="bottom" id="Terminal" order="8" weight="0.264308" />
  703. <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
  704. <window_info anchor="bottom" id="Messages" order="10" weight="0.32778355" />
  705. <window_info anchor="bottom" id="Database Changes" order="11" show_stripe_button="false" />
  706. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  707. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  708. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  709. <window_info anchor="right" id="Palette" order="3" />
  710. <window_info anchor="right" id="Capture Analysis" order="4" />
  711. <window_info anchor="right" id="Theme Preview" order="5" />
  712. <window_info anchor="right" id="Properties" order="6" />
  713. <window_info anchor="right" id="Palette&#9;" order="7" />
  714. <window_info anchor="right" id="Maven Projects" order="8" />
  715. <window_info anchor="right" id="Database" order="9" />
  716. </layout>
  717. </component>
  718. <component name="TypeScriptGeneratedFilesManager">
  719. <option name="version" value="1" />
  720. </component>
  721. <component name="VcsContentAnnotationSettings">
  722. <option name="myLimit" value="2678400000" />
  723. </component>
  724. <component name="antWorkspaceConfiguration">
  725. <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
  726. <option name="FILTER_TARGETS" value="false" />
  727. </component>
  728. <component name="editorHistoryManager">
  729. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/lang/Iterable.java" />
  730. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/AbstractCollection.java" />
  731. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcode/LoopMethods.java" />
  732. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcode/ArrayLoopMethods.java" />
  733. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcode/ArrayLoopMethodsTest.java" />
  734. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/tools/StringFactory.java" />
  735. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/Assert.class">
  736. <provider selected="true" editor-type-id="text-editor">
  737. <state relative-caret-position="361">
  738. <caret line="38" column="39" lean-forward="true" selection-start-line="38" selection-start-column="39" selection-end-line="38" selection-end-column="39" />
  739. </state>
  740. </provider>
  741. </entry>
  742. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/Arrays.java" />
  743. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/Exercises.java" />
  744. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/stream/Stream.java" />
  745. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/HashMap.java" />
  746. <entry file="file://$PROJECT_DIR$/target/index.html">
  747. <provider selected="true" editor-type-id="text-editor" />
  748. </entry>
  749. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/time/LocalDate.java" />
  750. <entry file="file://$PROJECT_DIR$/target/global.leonlog.1">
  751. <provider selected="true" editor-type-id="LargeFileEditor">
  752. <state relative-caret-position="146">
  753. <caret line="10" column="90" lean-forward="true" selection-start-line="10" selection-start-column="90" selection-end-line="10" selection-end-column="90" />
  754. </state>
  755. </provider>
  756. </entry>
  757. <entry file="file://$PROJECT_DIR$/Test Results - TestSuiteFullRegression.html" />
  758. <entry file="file://$PROJECT_DIR$/target/global.leonlog">
  759. <provider editor-type-id="text-editor" />
  760. <provider selected="true" editor-type-id="LargeFileEditor">
  761. <state relative-caret-position="-90">
  762. <caret line="2" lean-forward="true" selection-start-line="2" selection-end-line="2" />
  763. </state>
  764. </provider>
  765. </entry>
  766. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWorld.java" />
  767. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouseWarehouse.java" />
  768. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/function/Predicate.java" />
  769. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java">
  770. <provider selected="true" editor-type-id="text-editor">
  771. <state relative-caret-position="60">
  772. <caret line="4" column="45" selection-start-line="4" selection-end-line="5" />
  773. </state>
  774. </provider>
  775. </entry>
  776. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/ReflectionUtils.java">
  777. <provider selected="true" editor-type-id="text-editor">
  778. <state relative-caret-position="270">
  779. <caret line="23" column="61" lean-forward="true" selection-start-line="23" selection-start-column="61" selection-end-line="23" selection-end-column="61" />
  780. </state>
  781. </provider>
  782. </entry>
  783. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/RandomUtils.java">
  784. <provider selected="true" editor-type-id="text-editor">
  785. <state relative-caret-position="765">
  786. <caret line="60" column="9" selection-start-line="60" selection-start-column="9" selection-end-line="60" selection-end-column="9" />
  787. </state>
  788. </provider>
  789. </entry>
  790. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/DateUtils.java">
  791. <provider selected="true" editor-type-id="text-editor">
  792. <state relative-caret-position="840">
  793. <caret line="57" column="41" selection-start-line="57" selection-start-column="41" selection-end-line="57" selection-end-column="41" />
  794. </state>
  795. </provider>
  796. </entry>
  797. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java">
  798. <provider selected="true" editor-type-id="text-editor">
  799. <state relative-caret-position="285">
  800. <caret line="31" column="49" lean-forward="true" selection-start-line="31" selection-start-column="49" selection-end-line="31" selection-end-column="49" />
  801. <folding>
  802. <element signature="e#807#808#0" expanded="true" />
  803. <element signature="e#863#864#0" expanded="true" />
  804. </folding>
  805. </state>
  806. </provider>
  807. </entry>
  808. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestConstants.java">
  809. <provider selected="true" editor-type-id="text-editor">
  810. <state relative-caret-position="105">
  811. <caret line="7" column="26" selection-start-line="7" selection-start-column="26" selection-end-line="7" selection-end-column="26" />
  812. </state>
  813. </provider>
  814. </entry>
  815. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java">
  816. <provider selected="true" editor-type-id="text-editor">
  817. <state relative-caret-position="272">
  818. <caret line="28" column="55" lean-forward="true" selection-start-line="28" selection-start-column="55" selection-end-line="28" selection-end-column="55" />
  819. </state>
  820. </provider>
  821. </entry>
  822. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterArray.java">
  823. <provider selected="true" editor-type-id="text-editor">
  824. <state relative-caret-position="90">
  825. <caret line="6" column="69" selection-start-line="6" selection-start-column="69" selection-end-line="6" selection-end-column="69" />
  826. </state>
  827. </provider>
  828. </entry>
  829. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterList.java">
  830. <provider selected="true" editor-type-id="text-editor">
  831. <state relative-caret-position="90">
  832. <caret line="6" column="69" selection-start-line="6" selection-start-column="69" selection-end-line="6" selection-end-column="69" />
  833. </state>
  834. </provider>
  835. </entry>
  836. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterStream.java">
  837. <provider selected="true" editor-type-id="text-editor">
  838. <state relative-caret-position="90">
  839. <caret line="6" column="69" selection-start-line="6" selection-start-column="69" selection-end-line="6" selection-end-column="69" />
  840. </state>
  841. </provider>
  842. </entry>
  843. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestSuiteConversionRegression.java">
  844. <provider selected="true" editor-type-id="text-editor">
  845. <state relative-caret-position="225">
  846. <caret line="16" column="13" selection-start-line="16" selection-start-column="13" selection-end-line="16" selection-end-column="13" />
  847. </state>
  848. </provider>
  849. </entry>
  850. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPerson.java">
  851. <provider selected="true" editor-type-id="text-editor">
  852. <state relative-caret-position="300">
  853. <caret line="25" column="12" selection-start-line="25" selection-start-column="12" selection-end-line="25" selection-end-column="12" />
  854. </state>
  855. </provider>
  856. </entry>
  857. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.java">
  858. <provider selected="true" editor-type-id="text-editor">
  859. <state relative-caret-position="330">
  860. <caret line="32" column="12" selection-start-line="32" selection-start-column="12" selection-end-line="32" selection-end-column="12" />
  861. <folding>
  862. <element signature="e#975#976#0" expanded="true" />
  863. <element signature="e#1052#1053#0" expanded="true" />
  864. </folding>
  865. </state>
  866. </provider>
  867. </entry>
  868. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestSuiteAnthropoidRegression.java">
  869. <provider selected="true" editor-type-id="text-editor">
  870. <state relative-caret-position="315">
  871. <caret line="21" lean-forward="true" selection-start-line="21" selection-end-line="21" />
  872. </state>
  873. </provider>
  874. </entry>
  875. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java">
  876. <provider selected="true" editor-type-id="text-editor">
  877. <state relative-caret-position="90">
  878. <caret line="7" column="69" selection-start-line="7" selection-start-column="69" selection-end-line="7" selection-end-column="69" />
  879. </state>
  880. </provider>
  881. </entry>
  882. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java" />
  883. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java">
  884. <provider selected="true" editor-type-id="text-editor">
  885. <state relative-caret-position="120">
  886. <caret line="12" selection-start-line="12" selection-end-line="12" />
  887. </state>
  888. </provider>
  889. </entry>
  890. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerHandler.java">
  891. <provider selected="true" editor-type-id="text-editor">
  892. <state relative-caret-position="105">
  893. <caret line="13" column="69" selection-start-line="13" selection-start-column="69" selection-end-line="13" selection-end-column="69" />
  894. </state>
  895. </provider>
  896. </entry>
  897. <entry file="file://$PROJECT_DIR$/streamdemo.iml">
  898. <provider selected="true" editor-type-id="text-editor" />
  899. </entry>
  900. <entry file="file://$PROJECT_DIR$/pom.xml">
  901. <provider selected="true" editor-type-id="text-editor" />
  902. </entry>
  903. <entry file="file://$PROJECT_DIR$/.gitignore">
  904. <provider selected="true" editor-type-id="text-editor">
  905. <state relative-caret-position="15">
  906. <caret line="1" selection-start-line="1" selection-end-line="1" />
  907. </state>
  908. </provider>
  909. </entry>
  910. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonWarehouse.java">
  911. <provider selected="true" editor-type-id="text-editor">
  912. <state relative-caret-position="180">
  913. <caret line="12" column="69" selection-start-line="12" selection-start-column="69" selection-end-line="12" selection-end-column="69" />
  914. <folding>
  915. <element signature="imports" expanded="true" />
  916. </folding>
  917. </state>
  918. </provider>
  919. </entry>
  920. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
  921. <provider selected="true" editor-type-id="text-editor">
  922. <state relative-caret-position="300">
  923. <caret line="24" column="30" selection-start-line="24" selection-start-column="30" selection-end-line="24" selection-end-column="30" />
  924. </state>
  925. </provider>
  926. </entry>
  927. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java">
  928. <provider selected="true" editor-type-id="text-editor">
  929. <state relative-caret-position="465">
  930. <caret line="37" column="69" selection-start-line="37" selection-start-column="69" selection-end-line="37" selection-end-column="69" />
  931. </state>
  932. </provider>
  933. </entry>
  934. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java">
  935. <provider selected="true" editor-type-id="text-editor">
  936. <state relative-caret-position="213">
  937. <caret line="62" column="97" selection-start-line="62" selection-start-column="97" selection-end-line="62" selection-end-column="97" />
  938. <folding>
  939. <element signature="imports" expanded="true" />
  940. <element signature="e#1420#1421#0" expanded="true" />
  941. <element signature="e#1469#1470#0" expanded="true" />
  942. <element signature="e#2202#2203#0" expanded="true" />
  943. <element signature="e#2229#2230#0" expanded="true" />
  944. <element signature="e#2343#2344#0" expanded="true" />
  945. <element signature="e#2370#2371#0" expanded="true" />
  946. <element signature="e#2486#2487#0" expanded="true" />
  947. <element signature="e#2513#2514#0" expanded="true" />
  948. </folding>
  949. </state>
  950. </provider>
  951. </entry>
  952. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java">
  953. <provider selected="true" editor-type-id="text-editor">
  954. <state relative-caret-position="435">
  955. <caret line="37" column="15" selection-start-line="37" selection-start-column="15" selection-end-line="37" selection-end-column="15" />
  956. <folding>
  957. <element signature="e#823#824#0" expanded="true" />
  958. <element signature="e#850#851#0" expanded="true" />
  959. <element signature="e#1017#1018#0" expanded="true" />
  960. <element signature="e#1060#1061#0" expanded="true" />
  961. </folding>
  962. </state>
  963. </provider>
  964. </entry>
  965. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java">
  966. <provider selected="true" editor-type-id="text-editor">
  967. <state relative-caret-position="130">
  968. <caret line="14" column="1" selection-start-line="14" selection-start-column="1" selection-end-line="14" selection-end-column="69" />
  969. </state>
  970. </provider>
  971. </entry>
  972. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java">
  973. <provider selected="true" editor-type-id="text-editor">
  974. <state relative-caret-position="510">
  975. <caret line="39" column="58" selection-start-line="39" selection-start-column="58" selection-end-line="39" selection-end-column="58" />
  976. <folding>
  977. <element signature="e#892#893#0" expanded="true" />
  978. <element signature="e#919#920#0" expanded="true" />
  979. </folding>
  980. </state>
  981. </provider>
  982. </entry>
  983. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
  984. <provider selected="true" editor-type-id="text-editor">
  985. <state relative-caret-position="683">
  986. <caret line="62" column="15" selection-start-line="62" selection-start-column="15" selection-end-line="62" selection-end-column="15" />
  987. </state>
  988. </provider>
  989. </entry>
  990. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/PersonConversionAgent.java">
  991. <provider selected="true" editor-type-id="text-editor">
  992. <state relative-caret-position="120">
  993. <caret line="8" column="69" selection-start-line="8" selection-start-column="69" selection-end-line="8" selection-end-column="69" />
  994. </state>
  995. </provider>
  996. </entry>
  997. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java">
  998. <provider selected="true" editor-type-id="text-editor">
  999. <state relative-caret-position="495">
  1000. <caret line="39" lean-forward="true" selection-start-line="39" selection-end-line="39" />
  1001. <folding>
  1002. <element signature="e#888#889#0" expanded="true" />
  1003. <element signature="e#915#916#0" expanded="true" />
  1004. </folding>
  1005. </state>
  1006. </provider>
  1007. </entry>
  1008. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java">
  1009. <provider selected="true" editor-type-id="text-editor">
  1010. <state relative-caret-position="210">
  1011. <caret line="14" column="29" lean-forward="true" selection-start-line="14" selection-start-column="29" selection-end-line="14" selection-end-column="29" />
  1012. <folding>
  1013. <element signature="imports" expanded="true" />
  1014. <element signature="e#1226#1227#0" expanded="true" />
  1015. <element signature="e#1281#1282#0" expanded="true" />
  1016. </folding>
  1017. </state>
  1018. </provider>
  1019. </entry>
  1020. </component>
  1021. <component name="masterDetails">
  1022. <states>
  1023. <state key="ArtifactsStructureConfigurable.UI">
  1024. <settings>
  1025. <artifact-editor />
  1026. <splitter-proportions>
  1027. <option name="proportions">
  1028. <list>
  1029. <option value="0.2" />
  1030. </list>
  1031. </option>
  1032. </splitter-proportions>
  1033. </settings>
  1034. </state>
  1035. <state key="FacetStructureConfigurable.UI">
  1036. <settings>
  1037. <last-edited>No facets are configured</last-edited>
  1038. <splitter-proportions>
  1039. <option name="proportions">
  1040. <list>
  1041. <option value="0.2" />
  1042. </list>
  1043. </option>
  1044. </splitter-proportions>
  1045. </settings>
  1046. </state>
  1047. <state key="GlobalLibrariesConfigurable.UI">
  1048. <settings>
  1049. <splitter-proportions>
  1050. <option name="proportions">
  1051. <list>
  1052. <option value="0.2" />
  1053. </list>
  1054. </option>
  1055. </splitter-proportions>
  1056. </settings>
  1057. </state>
  1058. <state key="JdkListConfigurable.UI">
  1059. <settings>
  1060. <last-edited>1.8</last-edited>
  1061. <splitter-proportions>
  1062. <option name="proportions">
  1063. <list>
  1064. <option value="0.2" />
  1065. </list>
  1066. </option>
  1067. </splitter-proportions>
  1068. </settings>
  1069. </state>
  1070. <state key="ModuleStructureConfigurable.UI">
  1071. <settings>
  1072. <last-edited>looptest</last-edited>
  1073. <splitter-proportions>
  1074. <option name="proportions">
  1075. <list>
  1076. <option value="0.2" />
  1077. <option value="0.6" />
  1078. </list>
  1079. </option>
  1080. </splitter-proportions>
  1081. </settings>
  1082. </state>
  1083. <state key="ProjectLibrariesConfigurable.UI">
  1084. <settings>
  1085. <last-edited>Maven: junit:junit:4.12</last-edited>
  1086. <splitter-proportions>
  1087. <option name="proportions">
  1088. <list>
  1089. <option value="0.2" />
  1090. </list>
  1091. </option>
  1092. </splitter-proportions>
  1093. </settings>
  1094. </state>
  1095. <state key="ScopeChooserConfigurable.UI">
  1096. <settings>
  1097. <splitter-proportions>
  1098. <option name="proportions">
  1099. <list>
  1100. <option value="0.2" />
  1101. </list>
  1102. </option>
  1103. </splitter-proportions>
  1104. </settings>
  1105. </state>
  1106. </states>
  1107. </component>
  1108. </project>