workspace.xml 55KB

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