workspace.xml 57KB

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