workspace.xml 51KB

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