123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506
  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 type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" />
  6. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/DateUtils.java" />
  7. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerHandler.java" />
  8. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java" />
  9. <change type="DELETED" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/Person$PersonProperty.class" afterPath="" />
  10. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamFilter.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamFilter.class" />
  11. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamMap.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamMap.class" />
  12. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/Person.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/Person.class" />
  13. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonFactory.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonFactory.class" />
  14. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/ConversionAgent.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/ConversionAgent.class" />
  15. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/StreamConverter.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/StreamConverter.class" />
  16. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/tools/StringUtils.class" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/tools/StringUtils.class" />
  17. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestStreamFilter.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestStreamFilter.class" />
  18. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestStreamMap.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestStreamMap.class" />
  19. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestSuiteFullRegression.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestSuiteFullRegression.class" />
  20. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/anthropoid/TestPerson.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/anthropoid/TestPerson.class" />
  21. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.class" />
  22. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConversionAgent.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConversionAgent.class" />
  23. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConverterArray.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConverterArray.class" />
  24. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConverterList.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConverterList.class" />
  25. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConverterStream.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestConverterStream.class" />
  26. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestSuiteConversionRegression.class" afterPath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/conversions/TestSuiteConversionRegression.class" />
  27. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  28. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" />
  29. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" />
  30. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java" />
  31. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" />
  32. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java" />
  33. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" />
  34. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java" />
  35. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java" />
  36. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPerson.java" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPerson.java" />
  37. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.java" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.java" />
  38. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java" />
  39. </list>
  40. <ignored path="$PROJECT_DIR$/out/" />
  41. <ignored path="$PROJECT_DIR$/target/" />
  42. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  43. <option name="TRACKING_ENABLED" value="true" />
  44. <option name="SHOW_DIALOG" value="false" />
  45. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  46. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  47. <option name="LAST_RESOLUTION" value="IGNORE" />
  48. </component>
  49. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  50. <component name="ExportTestResults" outputFolder="$PROJECT_DIR$" openResultsInEditor="true" userTempatePath="" />
  51. <component name="FileEditorManager">
  52. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  53. <file leaf-file-name="StreamFilter.java" pinned="false" current-in-tab="false">
  54. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java">
  55. <provider selected="true" editor-type-id="text-editor">
  56. <state relative-caret-position="309">
  57. <caret line="90" column="101" lean-forward="true" selection-start-line="90" selection-start-column="101" selection-end-line="90" selection-end-column="101" />
  58. <folding>
  59. <element signature="e#690#691#0" expanded="true" />
  60. <element signature="e#788#789#0" expanded="true" />
  61. </folding>
  62. </state>
  63. </provider>
  64. </entry>
  65. </file>
  66. <file leaf-file-name="TestStreamFilter.java" pinned="false" current-in-tab="false">
  67. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java">
  68. <provider selected="true" editor-type-id="text-editor">
  69. <state relative-caret-position="180">
  70. <caret line="21" column="33" lean-forward="true" selection-start-line="21" selection-start-column="33" selection-end-line="21" selection-end-column="33" />
  71. <folding>
  72. <element signature="e#700#701#0" expanded="true" />
  73. <element signature="e#758#759#0" expanded="true" />
  74. <element signature="e#807#808#0" expanded="true" />
  75. <element signature="e#863#864#0" expanded="true" />
  76. <element signature="e#915#916#0" expanded="true" />
  77. <element signature="e#974#975#0" expanded="true" />
  78. <element signature="e#1024#1025#0" expanded="true" />
  79. <element signature="e#1081#1082#0" expanded="true" />
  80. <element signature="e#1133#1134#0" expanded="true" />
  81. <element signature="e#1183#1184#0" expanded="true" />
  82. </folding>
  83. </state>
  84. </provider>
  85. </entry>
  86. </file>
  87. <file leaf-file-name="StringUtils.java" pinned="false" current-in-tab="false">
  88. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java">
  89. <provider selected="true" editor-type-id="text-editor">
  90. <state relative-caret-position="690">
  91. <caret line="50" column="5" lean-forward="true" selection-start-line="50" selection-start-column="5" selection-end-line="50" selection-end-column="5" />
  92. <folding />
  93. </state>
  94. </provider>
  95. </entry>
  96. </file>
  97. <file leaf-file-name="PersonFactory.java" pinned="false" current-in-tab="false">
  98. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
  99. <provider selected="true" editor-type-id="text-editor">
  100. <state relative-caret-position="255">
  101. <caret line="23" column="90" lean-forward="false" selection-start-line="23" selection-start-column="90" selection-end-line="23" selection-end-column="90" />
  102. <folding />
  103. </state>
  104. </provider>
  105. </entry>
  106. </file>
  107. <file leaf-file-name="RandomUtils.java" pinned="false" current-in-tab="false">
  108. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/RandomUtils.java">
  109. <provider selected="true" editor-type-id="text-editor">
  110. <state relative-caret-position="120">
  111. <caret line="9" column="19" lean-forward="false" selection-start-line="9" selection-start-column="19" selection-end-line="9" selection-end-column="19" />
  112. <folding />
  113. </state>
  114. </provider>
  115. </entry>
  116. </file>
  117. <file leaf-file-name="Person.java" pinned="false" current-in-tab="false">
  118. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
  119. <provider selected="true" editor-type-id="text-editor">
  120. <state relative-caret-position="308">
  121. <caret line="29" column="37" lean-forward="true" selection-start-line="29" selection-start-column="37" selection-end-line="29" selection-end-column="37" />
  122. <folding>
  123. <element signature="imports" expanded="true" />
  124. </folding>
  125. </state>
  126. </provider>
  127. </entry>
  128. </file>
  129. <file leaf-file-name="StreamMap.java" pinned="false" current-in-tab="false">
  130. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java">
  131. <provider selected="true" editor-type-id="text-editor">
  132. <state relative-caret-position="360">
  133. <caret line="26" column="69" lean-forward="false" selection-start-line="26" selection-start-column="69" selection-end-line="26" selection-end-column="69" />
  134. <folding>
  135. <element signature="imports" expanded="true" />
  136. </folding>
  137. </state>
  138. </provider>
  139. </entry>
  140. </file>
  141. <file leaf-file-name="StreamConverter.java" pinned="false" current-in-tab="false">
  142. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java">
  143. <provider selected="true" editor-type-id="text-editor">
  144. <state relative-caret-position="270">
  145. <caret line="23" column="5" lean-forward="false" selection-start-line="23" selection-start-column="5" selection-end-line="23" selection-end-column="5" />
  146. <folding />
  147. </state>
  148. </provider>
  149. </entry>
  150. </file>
  151. <file leaf-file-name="ConversionAgent.java" pinned="false" current-in-tab="true">
  152. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java">
  153. <provider selected="true" editor-type-id="text-editor">
  154. <state relative-caret-position="90">
  155. <caret line="11" column="85" lean-forward="false" selection-start-line="11" selection-start-column="85" selection-end-line="11" selection-end-column="85" />
  156. <folding />
  157. </state>
  158. </provider>
  159. </entry>
  160. </file>
  161. <file leaf-file-name="ListConverter.java" pinned="false" current-in-tab="false">
  162. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java">
  163. <provider selected="true" editor-type-id="text-editor">
  164. <state relative-caret-position="345">
  165. <caret line="33" column="31" lean-forward="true" selection-start-line="33" selection-start-column="31" selection-end-line="33" selection-end-column="31" />
  166. <folding />
  167. </state>
  168. </provider>
  169. </entry>
  170. </file>
  171. </leaf>
  172. </component>
  173. <component name="FileTemplateManagerImpl">
  174. <option name="RECENT_TEMPLATES">
  175. <list>
  176. <option value="Kotlin File" />
  177. <option value="Interface" />
  178. <option value="Class" />
  179. </list>
  180. </option>
  181. </component>
  182. <component name="FindInProjectRecents">
  183. <findStrings>
  184. <find>public</find>
  185. <find>static</find>
  186. <find>FilterSyntax.</find>
  187. <find>whose name starts with &quot;A&quot;</find>
  188. <find>public final</find>
  189. <find>.stream</find>
  190. <find>.stream()</find>
  191. </findStrings>
  192. <replaceStrings>
  193. <replace>public static</replace>
  194. <replace />
  195. <replace>filterSyntax.</replace>
  196. <replace>whose name starts with `this.startingCharacter`</replace>
  197. <replace>private final</replace>
  198. <replace>.parallelStream()</replace>
  199. </replaceStrings>
  200. </component>
  201. <component name="Git.Settings">
  202. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  203. </component>
  204. <component name="GradleLocalSettings">
  205. <option name="externalProjectsViewState">
  206. <projects_view />
  207. </option>
  208. </component>
  209. <component name="IdeDocumentHistory">
  210. <option name="CHANGED_PATHS">
  211. <list>
  212. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionAgents.java" />
  213. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestStreamConversion.java" />
  214. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestListConversion.java" />
  215. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestArrayConversion.java" />
  216. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionArray.java" />
  217. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConverterArray.java" />
  218. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionStream.java" />
  219. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConverterStream.java" />
  220. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionList.java" />
  221. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConverterList.java" />
  222. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ArrayConversion.java" />
  223. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ListConversion.java" />
  224. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/StreamConversion.java" />
  225. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionSuite.java" />
  226. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestSuiteConversionRegression.java" />
  227. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ListConverter.java" />
  228. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ArrayConverter.java" />
  229. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConversionAgent.java" />
  230. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/ConversionAgent.java" />
  231. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/exercises/StreamConverter.java" />
  232. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/exercises/TestConstants.java" />
  233. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/lambdas/TestPersonFactory.java" />
  234. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestPersonFactory.java" />
  235. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/DemoStreamFilter.java" />
  236. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/exercises/ConversionAgent.java" />
  237. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" />
  238. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/RandomUtils.java" />
  239. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/ReflectionUtils.java" />
  240. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterArray.java" />
  241. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterList.java" />
  242. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterStream.java" />
  243. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestSuiteConversionRegression.java" />
  244. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java" />
  245. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java" />
  246. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java" />
  247. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java" />
  248. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java" />
  249. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestConstants.java" />
  250. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerHandler.java" />
  251. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java" />
  252. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" />
  253. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWorld.java" />
  254. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPerson.java" />
  255. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.java" />
  256. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" />
  257. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/DateUtils.java" />
  258. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java" />
  259. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java" />
  260. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" />
  261. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" />
  262. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java" />
  263. </list>
  264. </option>
  265. </component>
  266. <component name="ProjectFrameBounds">
  267. <option name="x" value="482" />
  268. <option name="y" value="74" />
  269. <option name="width" value="1440" />
  270. <option name="height" value="877" />
  271. </component>
  272. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  273. <component name="ProjectView">
  274. <navigator currentView="ProjectPane" proportions="" version="1">
  275. <flattenPackages />
  276. <showMembers />
  277. <showModules />
  278. <showLibraryContents />
  279. <hideEmptyPackages />
  280. <abbreviatePackageNames />
  281. <autoscrollToSource />
  282. <autoscrollFromSource />
  283. <sortByType />
  284. <manualOrder />
  285. <foldersAlwaysOnTop value="true" />
  286. </navigator>
  287. <panes>
  288. <pane id="PackagesPane" />
  289. <pane id="Scratches" />
  290. <pane id="Scope" />
  291. <pane id="ProjectPane">
  292. <subPane>
  293. <PATH>
  294. <PATH_ELEMENT>
  295. <option name="myItemId" value="looptest" />
  296. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  297. </PATH_ELEMENT>
  298. <PATH_ELEMENT>
  299. <option name="myItemId" value="looptest" />
  300. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  301. </PATH_ELEMENT>
  302. </PATH>
  303. <PATH>
  304. <PATH_ELEMENT>
  305. <option name="myItemId" value="looptest" />
  306. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  307. </PATH_ELEMENT>
  308. <PATH_ELEMENT>
  309. <option name="myItemId" value="looptest" />
  310. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  311. </PATH_ELEMENT>
  312. <PATH_ELEMENT>
  313. <option name="myItemId" value="target" />
  314. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  315. </PATH_ELEMENT>
  316. </PATH>
  317. <PATH>
  318. <PATH_ELEMENT>
  319. <option name="myItemId" value="looptest" />
  320. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  321. </PATH_ELEMENT>
  322. <PATH_ELEMENT>
  323. <option name="myItemId" value="looptest" />
  324. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  325. </PATH_ELEMENT>
  326. <PATH_ELEMENT>
  327. <option name="myItemId" value="src" />
  328. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  329. </PATH_ELEMENT>
  330. <PATH_ELEMENT>
  331. <option name="myItemId" value="test" />
  332. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  333. </PATH_ELEMENT>
  334. <PATH_ELEMENT>
  335. <option name="myItemId" value="java" />
  336. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  337. </PATH_ELEMENT>
  338. <PATH_ELEMENT>
  339. <option name="myItemId" value="streams" />
  340. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  341. </PATH_ELEMENT>
  342. </PATH>
  343. <PATH>
  344. <PATH_ELEMENT>
  345. <option name="myItemId" value="looptest" />
  346. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  347. </PATH_ELEMENT>
  348. <PATH_ELEMENT>
  349. <option name="myItemId" value="looptest" />
  350. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  351. </PATH_ELEMENT>
  352. <PATH_ELEMENT>
  353. <option name="myItemId" value="src" />
  354. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  355. </PATH_ELEMENT>
  356. <PATH_ELEMENT>
  357. <option name="myItemId" value="test" />
  358. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  359. </PATH_ELEMENT>
  360. <PATH_ELEMENT>
  361. <option name="myItemId" value="java" />
  362. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  363. </PATH_ELEMENT>
  364. <PATH_ELEMENT>
  365. <option name="myItemId" value="streams" />
  366. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  367. </PATH_ELEMENT>
  368. <PATH_ELEMENT>
  369. <option name="myItemId" value="anthropoid" />
  370. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  371. </PATH_ELEMENT>
  372. </PATH>
  373. <PATH>
  374. <PATH_ELEMENT>
  375. <option name="myItemId" value="looptest" />
  376. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  377. </PATH_ELEMENT>
  378. <PATH_ELEMENT>
  379. <option name="myItemId" value="looptest" />
  380. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  381. </PATH_ELEMENT>
  382. <PATH_ELEMENT>
  383. <option name="myItemId" value="src" />
  384. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  385. </PATH_ELEMENT>
  386. <PATH_ELEMENT>
  387. <option name="myItemId" value="main" />
  388. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  389. </PATH_ELEMENT>
  390. </PATH>
  391. <PATH>
  392. <PATH_ELEMENT>
  393. <option name="myItemId" value="looptest" />
  394. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  395. </PATH_ELEMENT>
  396. <PATH_ELEMENT>
  397. <option name="myItemId" value="looptest" />
  398. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  399. </PATH_ELEMENT>
  400. <PATH_ELEMENT>
  401. <option name="myItemId" value="src" />
  402. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  403. </PATH_ELEMENT>
  404. <PATH_ELEMENT>
  405. <option name="myItemId" value="main" />
  406. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  407. </PATH_ELEMENT>
  408. <PATH_ELEMENT>
  409. <option name="myItemId" value="java" />
  410. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  411. </PATH_ELEMENT>
  412. <PATH_ELEMENT>
  413. <option name="myItemId" value="streams" />
  414. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  415. </PATH_ELEMENT>
  416. </PATH>
  417. <PATH>
  418. <PATH_ELEMENT>
  419. <option name="myItemId" value="looptest" />
  420. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  421. </PATH_ELEMENT>
  422. <PATH_ELEMENT>
  423. <option name="myItemId" value="looptest" />
  424. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  425. </PATH_ELEMENT>
  426. <PATH_ELEMENT>
  427. <option name="myItemId" value="src" />
  428. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  429. </PATH_ELEMENT>
  430. <PATH_ELEMENT>
  431. <option name="myItemId" value="main" />
  432. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  433. </PATH_ELEMENT>
  434. <PATH_ELEMENT>
  435. <option name="myItemId" value="java" />
  436. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  437. </PATH_ELEMENT>
  438. <PATH_ELEMENT>
  439. <option name="myItemId" value="streams" />
  440. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  441. </PATH_ELEMENT>
  442. <PATH_ELEMENT>
  443. <option name="myItemId" value="tools" />
  444. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  445. </PATH_ELEMENT>
  446. </PATH>
  447. <PATH>
  448. <PATH_ELEMENT>
  449. <option name="myItemId" value="looptest" />
  450. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  451. </PATH_ELEMENT>
  452. <PATH_ELEMENT>
  453. <option name="myItemId" value="looptest" />
  454. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  455. </PATH_ELEMENT>
  456. <PATH_ELEMENT>
  457. <option name="myItemId" value="src" />
  458. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  459. </PATH_ELEMENT>
  460. <PATH_ELEMENT>
  461. <option name="myItemId" value="main" />
  462. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  463. </PATH_ELEMENT>
  464. <PATH_ELEMENT>
  465. <option name="myItemId" value="java" />
  466. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  467. </PATH_ELEMENT>
  468. <PATH_ELEMENT>
  469. <option name="myItemId" value="streams" />
  470. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  471. </PATH_ELEMENT>
  472. <PATH_ELEMENT>
  473. <option name="myItemId" value="tools" />
  474. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  475. </PATH_ELEMENT>
  476. <PATH_ELEMENT>
  477. <option name="myItemId" value="logging" />
  478. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  479. </PATH_ELEMENT>
  480. </PATH>
  481. <PATH>
  482. <PATH_ELEMENT>
  483. <option name="myItemId" value="looptest" />
  484. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  485. </PATH_ELEMENT>
  486. <PATH_ELEMENT>
  487. <option name="myItemId" value="looptest" />
  488. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  489. </PATH_ELEMENT>
  490. <PATH_ELEMENT>
  491. <option name="myItemId" value="src" />
  492. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  493. </PATH_ELEMENT>
  494. <PATH_ELEMENT>
  495. <option name="myItemId" value="main" />
  496. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  497. </PATH_ELEMENT>
  498. <PATH_ELEMENT>
  499. <option name="myItemId" value="java" />
  500. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  501. </PATH_ELEMENT>
  502. <PATH_ELEMENT>
  503. <option name="myItemId" value="streams" />
  504. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  505. </PATH_ELEMENT>
  506. <PATH_ELEMENT>
  507. <option name="myItemId" value="conversions" />
  508. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  509. </PATH_ELEMENT>
  510. </PATH>
  511. <PATH>
  512. <PATH_ELEMENT>
  513. <option name="myItemId" value="looptest" />
  514. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  515. </PATH_ELEMENT>
  516. <PATH_ELEMENT>
  517. <option name="myItemId" value="looptest" />
  518. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  519. </PATH_ELEMENT>
  520. <PATH_ELEMENT>
  521. <option name="myItemId" value="src" />
  522. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  523. </PATH_ELEMENT>
  524. <PATH_ELEMENT>
  525. <option name="myItemId" value="main" />
  526. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  527. </PATH_ELEMENT>
  528. <PATH_ELEMENT>
  529. <option name="myItemId" value="java" />
  530. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  531. </PATH_ELEMENT>
  532. <PATH_ELEMENT>
  533. <option name="myItemId" value="streams" />
  534. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  535. </PATH_ELEMENT>
  536. <PATH_ELEMENT>
  537. <option name="myItemId" value="anthropoid" />
  538. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  539. </PATH_ELEMENT>
  540. </PATH>
  541. </subPane>
  542. </pane>
  543. </panes>
  544. </component>
  545. <component name="PropertiesComponent">
  546. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  547. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  548. <property name="project.structure.last.edited" value="Modules" />
  549. <property name="project.structure.proportion" value="0.0" />
  550. <property name="project.structure.side.proportion" value="0.0" />
  551. </component>
  552. <component name="RecentsManager">
  553. <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
  554. <recent name="com.zipcodewilmington.streams.anthropoid" />
  555. <recent name="com.zipcodewilmington.lambdas" />
  556. <recent name="com.zipcodewilmington.lambdas.exercises" />
  557. <recent name="com.zipcode" />
  558. </key>
  559. <key name="CopyFile.RECENT_KEYS">
  560. <recent name="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools" />
  561. </key>
  562. <key name="CreateClassDialog.RecentsKey">
  563. <recent name="com.zipcodewilmington.lambdas" />
  564. <recent name="com.zipcodewilmington.lambdas.tools" />
  565. </key>
  566. </component>
  567. <component name="RunDashboard">
  568. <option name="ruleStates">
  569. <list>
  570. <RuleState>
  571. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  572. </RuleState>
  573. <RuleState>
  574. <option name="name" value="StatusDashboardGroupingRule" />
  575. </RuleState>
  576. </list>
  577. </option>
  578. </component>
  579. <component name="RunManager" selected="JUnit.TestSuiteFullRegression">
  580. <configuration default="false" name="TestSuiteFullRegression" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  581. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  582. <pattern>
  583. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  584. <option name="ENABLED" value="true" />
  585. </pattern>
  586. </extension>
  587. <module name="looptest" />
  588. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  589. <option name="ALTERNATIVE_JRE_PATH" />
  590. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams" />
  591. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.TestSuiteFullRegression" />
  592. <option name="METHOD_NAME" />
  593. <option name="TEST_OBJECT" value="class" />
  594. <option name="VM_PARAMETERS" value="-ea" />
  595. <option name="PARAMETERS" />
  596. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  597. <option name="ENV_VARIABLES" />
  598. <option name="PASS_PARENT_ENVS" value="true" />
  599. <option name="TEST_SEARCH_SCOPE">
  600. <value defaultName="singleModule" />
  601. </option>
  602. <envs />
  603. <patterns />
  604. <method />
  605. </configuration>
  606. <configuration default="false" name="TestConverterArray.testCount" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  607. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  608. <pattern>
  609. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  610. <option name="ENABLED" value="true" />
  611. </pattern>
  612. </extension>
  613. <module name="looptest" />
  614. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  615. <option name="ALTERNATIVE_JRE_PATH" />
  616. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams.conversions" />
  617. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.conversions.TestConverterArray" />
  618. <option name="METHOD_NAME" value="testCount" />
  619. <option name="TEST_OBJECT" value="method" />
  620. <option name="VM_PARAMETERS" value="-ea" />
  621. <option name="PARAMETERS" />
  622. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  623. <option name="ENV_VARIABLES" />
  624. <option name="PASS_PARENT_ENVS" value="true" />
  625. <option name="TEST_SEARCH_SCOPE">
  626. <value defaultName="singleModule" />
  627. </option>
  628. <envs />
  629. <patterns />
  630. <method />
  631. </configuration>
  632. <configuration default="false" name="TestConverterArray" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  633. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  634. <pattern>
  635. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  636. <option name="ENABLED" value="true" />
  637. </pattern>
  638. </extension>
  639. <module name="looptest" />
  640. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  641. <option name="ALTERNATIVE_JRE_PATH" />
  642. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams.conversions" />
  643. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.conversions.TestConverterArray" />
  644. <option name="METHOD_NAME" />
  645. <option name="TEST_OBJECT" value="class" />
  646. <option name="VM_PARAMETERS" value="-ea" />
  647. <option name="PARAMETERS" />
  648. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  649. <option name="ENV_VARIABLES" />
  650. <option name="PASS_PARENT_ENVS" value="true" />
  651. <option name="TEST_SEARCH_SCOPE">
  652. <value defaultName="singleModule" />
  653. </option>
  654. <envs />
  655. <patterns />
  656. <method />
  657. </configuration>
  658. <configuration default="false" name="TestSuiteConversionRegression" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  659. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  660. <pattern>
  661. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  662. <option name="ENABLED" value="true" />
  663. </pattern>
  664. </extension>
  665. <module name="looptest" />
  666. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  667. <option name="ALTERNATIVE_JRE_PATH" />
  668. <option name="PACKAGE_NAME" value="com.zipcodewilmington.streams.conversions" />
  669. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.conversions.TestSuiteConversionRegression" />
  670. <option name="METHOD_NAME" />
  671. <option name="TEST_OBJECT" value="class" />
  672. <option name="VM_PARAMETERS" value="-ea" />
  673. <option name="PARAMETERS" />
  674. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  675. <option name="ENV_VARIABLES" />
  676. <option name="PASS_PARENT_ENVS" value="true" />
  677. <option name="TEST_SEARCH_SCOPE">
  678. <value defaultName="singleModule" />
  679. </option>
  680. <envs />
  681. <patterns />
  682. <method />
  683. </configuration>
  684. <configuration default="false" name="TestPerson" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  685. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  686. <pattern>
  687. <option name="PATTERN" value="com.zipcodewilmington.streams.anthropoid.*" />
  688. <option name="ENABLED" value="true" />
  689. </pattern>
  690. </extension>
  691. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.streams.anthropoid.TestPerson" />
  692. <option name="VM_PARAMETERS" />
  693. <option name="PROGRAM_PARAMETERS" />
  694. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  695. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  696. <option name="ALTERNATIVE_JRE_PATH" />
  697. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  698. <option name="ENV_VARIABLES" />
  699. <option name="PASS_PARENT_ENVS" value="true" />
  700. <module name="looptest" />
  701. <envs />
  702. <method />
  703. </configuration>
  704. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  705. <module name="" />
  706. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  707. <option name="PROGRAM_PARAMETERS" />
  708. <predefined_log_file id="idea.log" enabled="true" />
  709. <method />
  710. </configuration>
  711. <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
  712. <module name="" />
  713. <option name="DEPLOY" value="true" />
  714. <option name="ARTIFACT_NAME" value="" />
  715. <option name="PM_INSTALL_OPTIONS" value="" />
  716. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  717. <option name="MODE" value="default_activity" />
  718. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  719. <option name="PREFERRED_AVD" value="" />
  720. <option name="CLEAR_LOGCAT" value="false" />
  721. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  722. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  723. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  724. <option name="DEBUGGER_TYPE" value="Java" />
  725. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  726. <option name="PREFERRED_AVD" value="" />
  727. <Java />
  728. <Profilers>
  729. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  730. <option name="GAPID_ENABLED" value="false" />
  731. <option name="GAPID_DISABLE_PCS" value="false" />
  732. <option name="SUPPORT_LIB_ENABLED" value="true" />
  733. <option name="INSTRUMENTATION_ENABLED" value="true" />
  734. </Profilers>
  735. <option name="DEEP_LINK" value="" />
  736. <option name="ACTIVITY_CLASS" value="" />
  737. <method />
  738. </configuration>
  739. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  740. <module name="" />
  741. <option name="TESTING_TYPE" value="0" />
  742. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  743. <option name="METHOD_NAME" value="" />
  744. <option name="CLASS_NAME" value="" />
  745. <option name="PACKAGE_NAME" value="" />
  746. <option name="EXTRA_OPTIONS" value="" />
  747. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  748. <option name="PREFERRED_AVD" value="" />
  749. <option name="CLEAR_LOGCAT" value="false" />
  750. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  751. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  752. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  753. <option name="DEBUGGER_TYPE" value="Java" />
  754. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  755. <option name="PREFERRED_AVD" value="" />
  756. <Java />
  757. <Profilers>
  758. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  759. <option name="GAPID_ENABLED" value="false" />
  760. <option name="GAPID_DISABLE_PCS" value="false" />
  761. <option name="SUPPORT_LIB_ENABLED" value="true" />
  762. <option name="INSTRUMENTATION_ENABLED" value="true" />
  763. </Profilers>
  764. <method />
  765. </configuration>
  766. <configuration default="true" type="Applet" factoryName="Applet">
  767. <option name="HTML_USED" value="false" />
  768. <option name="WIDTH" value="400" />
  769. <option name="HEIGHT" value="300" />
  770. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  771. <module />
  772. <method />
  773. </configuration>
  774. <configuration default="true" type="Application" factoryName="Application">
  775. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  776. <option name="MAIN_CLASS_NAME" />
  777. <option name="VM_PARAMETERS" />
  778. <option name="PROGRAM_PARAMETERS" />
  779. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  780. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  781. <option name="ALTERNATIVE_JRE_PATH" />
  782. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  783. <option name="ENV_VARIABLES" />
  784. <option name="PASS_PARENT_ENVS" value="true" />
  785. <module name="" />
  786. <envs />
  787. <method />
  788. </configuration>
  789. <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
  790. <ExternalSystemSettings>
  791. <option name="executionName" />
  792. <option name="externalProjectPath" />
  793. <option name="externalSystemIdString" value="GRADLE" />
  794. <option name="scriptParameters" />
  795. <option name="taskDescriptions">
  796. <list />
  797. </option>
  798. <option name="taskNames">
  799. <list />
  800. </option>
  801. <option name="vmOptions" />
  802. </ExternalSystemSettings>
  803. <method />
  804. </configuration>
  805. <configuration default="true" type="JUnit" factoryName="JUnit">
  806. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  807. <module name="" />
  808. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  809. <option name="ALTERNATIVE_JRE_PATH" />
  810. <option name="PACKAGE_NAME" />
  811. <option name="MAIN_CLASS_NAME" />
  812. <option name="METHOD_NAME" />
  813. <option name="TEST_OBJECT" value="class" />
  814. <option name="VM_PARAMETERS" value="-ea" />
  815. <option name="PARAMETERS" />
  816. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  817. <option name="ENV_VARIABLES" />
  818. <option name="PASS_PARENT_ENVS" value="true" />
  819. <option name="TEST_SEARCH_SCOPE">
  820. <value defaultName="singleModule" />
  821. </option>
  822. <envs />
  823. <patterns />
  824. <method />
  825. </configuration>
  826. <configuration default="true" type="JarApplication" factoryName="JAR Application">
  827. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  828. <envs />
  829. <method />
  830. </configuration>
  831. <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
  832. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  833. <option name="SCRATCH_FILE_ID" value="0" />
  834. <option name="MAIN_CLASS_NAME" />
  835. <option name="VM_PARAMETERS" />
  836. <option name="PROGRAM_PARAMETERS" />
  837. <option name="WORKING_DIRECTORY" />
  838. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  839. <option name="ALTERNATIVE_JRE_PATH" />
  840. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  841. <option name="ENV_VARIABLES" />
  842. <option name="PASS_PARENT_ENVS" value="true" />
  843. <module name="" />
  844. <envs />
  845. <method />
  846. </configuration>
  847. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  848. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  849. <option name="MAIN_CLASS_NAME" />
  850. <option name="VM_PARAMETERS" />
  851. <option name="PROGRAM_PARAMETERS" />
  852. <option name="WORKING_DIRECTORY" />
  853. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  854. <option name="ALTERNATIVE_JRE_PATH" />
  855. <option name="PASS_PARENT_ENVS" value="true" />
  856. <module name="looptest" />
  857. <envs />
  858. <method />
  859. </configuration>
  860. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
  861. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  862. <option name="filePath" />
  863. <option name="vmParameters" />
  864. <option name="alternativeJrePath" />
  865. <option name="programParameters" />
  866. <option name="passParentEnvs" value="true" />
  867. <option name="workingDirectory" />
  868. <option name="isAlternativeJrePathEnabled" value="false" />
  869. <envs />
  870. <method />
  871. </configuration>
  872. <configuration default="true" type="Remote" factoryName="Remote">
  873. <option name="USE_SOCKET_TRANSPORT" value="true" />
  874. <option name="SERVER_MODE" value="false" />
  875. <option name="SHMEM_ADDRESS" value="javadebug" />
  876. <option name="HOST" value="localhost" />
  877. <option name="PORT" value="5005" />
  878. <method />
  879. </configuration>
  880. <configuration default="true" type="TestNG" factoryName="TestNG">
  881. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  882. <module name="" />
  883. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  884. <option name="ALTERNATIVE_JRE_PATH" />
  885. <option name="SUITE_NAME" />
  886. <option name="PACKAGE_NAME" />
  887. <option name="MAIN_CLASS_NAME" />
  888. <option name="METHOD_NAME" />
  889. <option name="GROUP_NAME" />
  890. <option name="TEST_OBJECT" value="CLASS" />
  891. <option name="VM_PARAMETERS" value="-ea" />
  892. <option name="PARAMETERS" />
  893. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  894. <option name="OUTPUT_DIRECTORY" />
  895. <option name="ANNOTATION_TYPE" />
  896. <option name="ENV_VARIABLES" />
  897. <option name="PASS_PARENT_ENVS" value="true" />
  898. <option name="TEST_SEARCH_SCOPE">
  899. <value defaultName="singleModule" />
  900. </option>
  901. <option name="USE_DEFAULT_REPORTERS" value="false" />
  902. <option name="PROPERTIES_FILE" />
  903. <envs />
  904. <properties />
  905. <listeners />
  906. <method />
  907. </configuration>
  908. <list size="5">
  909. <item index="0" class="java.lang.String" itemvalue="JUnit.TestSuiteFullRegression" />
  910. <item index="1" class="java.lang.String" itemvalue="JUnit.TestConverterArray.testCount" />
  911. <item index="2" class="java.lang.String" itemvalue="JUnit.TestConverterArray" />
  912. <item index="3" class="java.lang.String" itemvalue="JUnit.TestSuiteConversionRegression" />
  913. <item index="4" class="java.lang.String" itemvalue="Application.TestPerson" />
  914. </list>
  915. <recent_temporary>
  916. <list size="5">
  917. <item index="0" class="java.lang.String" itemvalue="JUnit.TestSuiteFullRegression" />
  918. <item index="1" class="java.lang.String" itemvalue="Application.TestPerson" />
  919. <item index="2" class="java.lang.String" itemvalue="JUnit.TestSuiteConversionRegression" />
  920. <item index="3" class="java.lang.String" itemvalue="JUnit.TestConverterArray" />
  921. <item index="4" class="java.lang.String" itemvalue="JUnit.TestConverterArray.testCount" />
  922. </list>
  923. </recent_temporary>
  924. </component>
  925. <component name="ShelveChangesManager" show_recycled="false">
  926. <option name="remove_strategy" value="false" />
  927. </component>
  928. <component name="SvnConfiguration">
  929. <configuration />
  930. </component>
  931. <component name="TaskManager">
  932. <task active="true" id="Default" summary="Default task">
  933. <changelist id="30b7e4a0-b899-49c3-865c-0311dfadae62" name="Default" comment="" />
  934. <created>1493756132542</created>
  935. <option name="number" value="Default" />
  936. <option name="presentableId" value="Default" />
  937. <updated>1493756132542</updated>
  938. </task>
  939. <servers />
  940. </component>
  941. <component name="TestHistory">
  942. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 19m 55s.xml">
  943. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  944. </history-entry>
  945. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 20m 14s.xml">
  946. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  947. </history-entry>
  948. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 21m 59s.xml">
  949. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  950. </history-entry>
  951. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 22m 29s.xml">
  952. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  953. </history-entry>
  954. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 22m 48s.xml">
  955. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  956. </history-entry>
  957. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 22m 56s.xml">
  958. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  959. </history-entry>
  960. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 23m 46s.xml">
  961. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  962. </history-entry>
  963. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 23m 53s.xml">
  964. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  965. </history-entry>
  966. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 23m 58s.xml">
  967. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  968. </history-entry>
  969. <history-entry file="TestSuiteFullRegression - 2017.05.30 at 16h 24m 21s.xml">
  970. <configuration name="TestSuiteFullRegression" configurationId="JUnit" />
  971. </history-entry>
  972. </component>
  973. <component name="TodoView">
  974. <todo-panel id="selected-file">
  975. <is-autoscroll-to-source value="true" />
  976. </todo-panel>
  977. <todo-panel id="all">
  978. <are-packages-shown value="true" />
  979. <is-autoscroll-to-source value="true" />
  980. </todo-panel>
  981. </component>
  982. <component name="ToolWindowManager">
  983. <frame x="482" y="74" width="1440" height="877" extended-state="0" />
  984. <editor active="true" />
  985. <layout>
  986. <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  987. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32882413" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  988. <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  989. <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  990. <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  991. <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  992. <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  993. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
  994. <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  995. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  996. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.31464967" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  997. <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  998. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.2663892" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  999. <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  1000. <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  1001. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24105866" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  1002. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  1003. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  1004. <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  1005. <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  1006. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
  1007. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39958376" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  1008. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  1009. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  1010. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  1011. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
  1012. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  1013. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  1014. </layout>
  1015. </component>
  1016. <component name="VcsContentAnnotationSettings">
  1017. <option name="myLimit" value="2678400000" />
  1018. </component>
  1019. <component name="XDebuggerManager">
  1020. <breakpoint-manager>
  1021. <option name="time" value="9" />
  1022. </breakpoint-manager>
  1023. <watches-manager />
  1024. </component>
  1025. <component name="antWorkspaceConfiguration">
  1026. <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
  1027. <option name="FILTER_TARGETS" value="false" />
  1028. </component>
  1029. <component name="editorHistoryManager">
  1030. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcode/Person.kt" />
  1031. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcode.java" />
  1032. <entry file="file://$PROJECT_DIR$/pom.xml">
  1033. <provider selected="true" editor-type-id="text-editor">
  1034. <state relative-caret-position="0">
  1035. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1036. <folding />
  1037. </state>
  1038. </provider>
  1039. </entry>
  1040. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/ArrayList.java">
  1041. <provider selected="true" editor-type-id="text-editor">
  1042. <state relative-caret-position="312">
  1043. <caret line="105" column="41" lean-forward="true" selection-start-line="105" selection-start-column="41" selection-end-line="105" selection-end-column="41" />
  1044. <folding />
  1045. </state>
  1046. </provider>
  1047. </entry>
  1048. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/AbstractList.java">
  1049. <provider selected="true" editor-type-id="text-editor">
  1050. <state relative-caret-position="312">
  1051. <caret line="70" column="53" lean-forward="false" selection-start-line="70" selection-start-column="53" selection-end-line="70" selection-end-column="53" />
  1052. </state>
  1053. </provider>
  1054. </entry>
  1055. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/Collection.java">
  1056. <provider selected="true" editor-type-id="text-editor">
  1057. <state relative-caret-position="312">
  1058. <caret line="143" column="43" lean-forward="false" selection-start-line="143" selection-start-column="43" selection-end-line="143" selection-end-column="43" />
  1059. <folding />
  1060. </state>
  1061. </provider>
  1062. </entry>
  1063. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/lang/Iterable.java">
  1064. <provider selected="true" editor-type-id="text-editor">
  1065. <state relative-caret-position="180">
  1066. <caret line="39" column="59" lean-forward="true" selection-start-line="39" selection-start-column="59" selection-end-line="39" selection-end-column="59" />
  1067. <folding />
  1068. </state>
  1069. </provider>
  1070. </entry>
  1071. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/AbstractCollection.java">
  1072. <provider selected="true" editor-type-id="text-editor">
  1073. <state relative-caret-position="312">
  1074. <caret line="60" column="59" lean-forward="true" selection-start-line="60" selection-start-column="59" selection-end-line="60" selection-end-column="59" />
  1075. </state>
  1076. </provider>
  1077. </entry>
  1078. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/function/Predicate.java">
  1079. <provider selected="true" editor-type-id="text-editor">
  1080. <state relative-caret-position="312">
  1081. <caret line="48" column="12" lean-forward="false" selection-start-line="48" selection-start-column="12" selection-end-line="48" selection-end-column="12" />
  1082. <folding />
  1083. </state>
  1084. </provider>
  1085. </entry>
  1086. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcode/LoopMethods.java" />
  1087. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcode/ArrayLoopMethods.java" />
  1088. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcode/ArrayLoopMethodsTest.java" />
  1089. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/tools/StringFactory.java" />
  1090. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/Assert.class">
  1091. <provider selected="true" editor-type-id="text-editor">
  1092. <state relative-caret-position="361">
  1093. <caret line="38" column="39" lean-forward="true" selection-start-line="38" selection-start-column="39" selection-end-line="38" selection-end-column="39" />
  1094. </state>
  1095. </provider>
  1096. </entry>
  1097. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/Arrays.java">
  1098. <provider selected="true" editor-type-id="text-editor">
  1099. <state relative-caret-position="181">
  1100. <caret line="3798" column="30" lean-forward="false" selection-start-line="3798" selection-start-column="30" selection-end-line="3798" selection-end-column="30" />
  1101. <folding>
  1102. <element signature="e#177013#177014#0" expanded="false" />
  1103. <element signature="e#177054#177055#0" expanded="false" />
  1104. </folding>
  1105. </state>
  1106. </provider>
  1107. </entry>
  1108. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/lambdas/Exercises.java" />
  1109. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/stream/Stream.java">
  1110. <provider selected="true" editor-type-id="text-editor">
  1111. <state relative-caret-position="786">
  1112. <caret line="806" column="13" lean-forward="false" selection-start-line="806" selection-start-column="13" selection-end-line="806" selection-end-column="13" />
  1113. <folding />
  1114. </state>
  1115. </provider>
  1116. </entry>
  1117. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/util/HashMap.java">
  1118. <provider selected="true" editor-type-id="text-editor">
  1119. <state relative-caret-position="131">
  1120. <caret line="1003" column="31" lean-forward="false" selection-start-line="1003" selection-start-column="31" selection-end-line="1003" selection-end-column="31" />
  1121. <folding />
  1122. </state>
  1123. </provider>
  1124. </entry>
  1125. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestSuiteFullRegression.java">
  1126. <provider selected="true" editor-type-id="text-editor">
  1127. <state relative-caret-position="240">
  1128. <caret line="19" column="25" lean-forward="false" selection-start-line="19" selection-start-column="25" selection-end-line="19" selection-end-column="25" />
  1129. </state>
  1130. </provider>
  1131. </entry>
  1132. <entry file="file://$PROJECT_DIR$/target/index.html">
  1133. <provider selected="true" editor-type-id="text-editor">
  1134. <state relative-caret-position="0">
  1135. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1136. </state>
  1137. </provider>
  1138. </entry>
  1139. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterArray.java">
  1140. <provider selected="true" editor-type-id="text-editor">
  1141. <state relative-caret-position="90">
  1142. <caret line="6" column="69" lean-forward="false" selection-start-line="6" selection-start-column="69" selection-end-line="6" selection-end-column="69" />
  1143. </state>
  1144. </provider>
  1145. </entry>
  1146. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterList.java">
  1147. <provider selected="true" editor-type-id="text-editor">
  1148. <state relative-caret-position="90">
  1149. <caret line="6" column="69" lean-forward="false" selection-start-line="6" selection-start-column="69" selection-end-line="6" selection-end-column="69" />
  1150. </state>
  1151. </provider>
  1152. </entry>
  1153. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConverterStream.java">
  1154. <provider selected="true" editor-type-id="text-editor">
  1155. <state relative-caret-position="90">
  1156. <caret line="6" column="69" lean-forward="false" selection-start-line="6" selection-start-column="69" selection-end-line="6" selection-end-column="69" />
  1157. <folding />
  1158. </state>
  1159. </provider>
  1160. </entry>
  1161. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestSuiteConversionRegression.java">
  1162. <provider selected="true" editor-type-id="text-editor">
  1163. <state relative-caret-position="195">
  1164. <caret line="14" column="69" lean-forward="false" selection-start-line="14" selection-start-column="69" selection-end-line="14" selection-end-column="69" />
  1165. </state>
  1166. </provider>
  1167. </entry>
  1168. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/conversions/TestConversionAgent.java">
  1169. <provider selected="true" editor-type-id="text-editor">
  1170. <state relative-caret-position="0">
  1171. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1172. <folding />
  1173. </state>
  1174. </provider>
  1175. </entry>
  1176. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/ReflectionUtils.java">
  1177. <provider selected="true" editor-type-id="text-editor">
  1178. <state relative-caret-position="195">
  1179. <caret line="17" column="0" lean-forward="true" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
  1180. <folding />
  1181. </state>
  1182. </provider>
  1183. </entry>
  1184. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/src.zip!/java/time/LocalDate.java">
  1185. <provider selected="true" editor-type-id="text-editor">
  1186. <state relative-caret-position="415">
  1187. <caret line="481" column="10" lean-forward="true" selection-start-line="481" selection-start-column="10" selection-end-line="481" selection-end-column="10" />
  1188. </state>
  1189. </provider>
  1190. </entry>
  1191. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestConstants.java">
  1192. <provider selected="true" editor-type-id="text-editor">
  1193. <state relative-caret-position="105">
  1194. <caret line="7" column="26" lean-forward="true" selection-start-line="7" selection-start-column="26" selection-end-line="7" selection-end-column="26" />
  1195. </state>
  1196. </provider>
  1197. </entry>
  1198. <entry file="file://$PROJECT_DIR$/target/global.leonlog.1">
  1199. <provider selected="true" editor-type-id="LargeFileEditor">
  1200. <state relative-caret-position="146">
  1201. <caret line="10" column="90" lean-forward="true" selection-start-line="10" selection-start-column="90" selection-end-line="10" selection-end-column="90" />
  1202. </state>
  1203. </provider>
  1204. </entry>
  1205. <entry file="file://$PROJECT_DIR$/Test Results - TestSuiteFullRegression.html">
  1206. <provider selected="true" editor-type-id="text-editor">
  1207. <state relative-caret-position="195">
  1208. <caret line="13" column="29" lean-forward="true" selection-start-line="13" selection-start-column="29" selection-end-line="13" selection-end-column="29" />
  1209. <folding />
  1210. </state>
  1211. </provider>
  1212. </entry>
  1213. <entry file="file://$PROJECT_DIR$/target/global.leonlog">
  1214. <provider selected="true" editor-type-id="LargeFileEditor">
  1215. <state relative-caret-position="-90">
  1216. <caret line="2" column="0" lean-forward="true" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
  1217. </state>
  1218. </provider>
  1219. <provider editor-type-id="text-editor">
  1220. <state relative-caret-position="0">
  1221. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1222. </state>
  1223. </provider>
  1224. </entry>
  1225. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWorld.java" />
  1226. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouseWarehouse.java" />
  1227. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java">
  1228. <provider selected="true" editor-type-id="text-editor">
  1229. <state relative-caret-position="195">
  1230. <caret line="20" column="71" lean-forward="true" selection-start-line="20" selection-start-column="71" selection-end-line="20" selection-end-column="71" />
  1231. <folding />
  1232. </state>
  1233. </provider>
  1234. </entry>
  1235. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPerson.java">
  1236. <provider selected="true" editor-type-id="text-editor">
  1237. <state relative-caret-position="120">
  1238. <caret line="8" column="1" lean-forward="true" selection-start-line="8" selection-start-column="1" selection-end-line="8" selection-end-column="1" />
  1239. </state>
  1240. </provider>
  1241. </entry>
  1242. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamMap.java">
  1243. <provider selected="true" editor-type-id="text-editor">
  1244. <state relative-caret-position="150">
  1245. <caret line="10" column="16" lean-forward="false" selection-start-line="10" selection-start-column="16" selection-end-line="10" selection-end-column="16" />
  1246. <folding />
  1247. </state>
  1248. </provider>
  1249. </entry>
  1250. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/anthropoid/TestPersonFactory.java">
  1251. <provider selected="true" editor-type-id="text-editor">
  1252. <state relative-caret-position="360">
  1253. <caret line="36" column="65" lean-forward="false" selection-start-line="36" selection-start-column="65" selection-end-line="36" selection-end-column="65" />
  1254. <folding>
  1255. <element signature="e#975#976#0" expanded="false" />
  1256. <element signature="e#1052#1053#0" expanded="false" />
  1257. </folding>
  1258. </state>
  1259. </provider>
  1260. </entry>
  1261. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerHandler.java">
  1262. <provider selected="true" editor-type-id="text-editor">
  1263. <state relative-caret-position="915">
  1264. <caret line="87" column="35" lean-forward="false" selection-start-line="87" selection-start-column="35" selection-end-line="87" selection-end-column="35" />
  1265. <folding>
  1266. <element signature="imports" expanded="false" />
  1267. <element signature="e#459#460#0" expanded="false" />
  1268. <element signature="e#498#499#0" expanded="false" />
  1269. <element signature="e#545#546#0" expanded="false" />
  1270. <element signature="e#595#596#0" expanded="false" />
  1271. <element signature="e#1082#1083#0" expanded="false" />
  1272. <element signature="e#1119#1120#0" expanded="false" />
  1273. <element signature="e#1169#1170#0" expanded="false" />
  1274. <element signature="e#1203#1204#0" expanded="false" />
  1275. <element signature="e#1253#1254#0" expanded="false" />
  1276. <element signature="e#1305#1306#0" expanded="false" />
  1277. <element signature="e#1356#1357#0" expanded="false" />
  1278. <element signature="e#1392#1393#0" expanded="false" />
  1279. <element signature="e#1688#1689#0" expanded="false" />
  1280. <element signature="e#1726#1727#0" expanded="false" />
  1281. <element signature="e#1762#1763#0" expanded="false" />
  1282. <element signature="e#1805#1806#0" expanded="false" />
  1283. <element signature="e#1842#1843#0" expanded="false" />
  1284. <element signature="e#1886#1887#0" expanded="false" />
  1285. <element signature="e#1930#1931#0" expanded="false" />
  1286. <element signature="e#1990#1991#0" expanded="false" />
  1287. </folding>
  1288. </state>
  1289. </provider>
  1290. </entry>
  1291. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java">
  1292. <provider selected="true" editor-type-id="text-editor">
  1293. <state relative-caret-position="180">
  1294. <caret line="19" column="49" lean-forward="false" selection-start-line="19" selection-start-column="49" selection-end-line="19" selection-end-column="49" />
  1295. <folding>
  1296. <element signature="e#1822#1823#0" expanded="false" />
  1297. <element signature="e#1878#1879#0" expanded="false" />
  1298. </folding>
  1299. </state>
  1300. </provider>
  1301. </entry>
  1302. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/DateUtils.java">
  1303. <provider selected="true" editor-type-id="text-editor">
  1304. <state relative-caret-position="345">
  1305. <caret line="24" column="5" lean-forward="false" selection-start-line="24" selection-start-column="5" selection-end-line="24" selection-end-column="5" />
  1306. <folding />
  1307. </state>
  1308. </provider>
  1309. </entry>
  1310. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/logging/LoggerWarehouse.java">
  1311. <provider selected="true" editor-type-id="text-editor">
  1312. <state relative-caret-position="270">
  1313. <caret line="19" column="98" lean-forward="false" selection-start-line="19" selection-start-column="98" selection-end-line="19" selection-end-column="98" />
  1314. <folding>
  1315. <element signature="imports" expanded="false" />
  1316. </folding>
  1317. </state>
  1318. </provider>
  1319. </entry>
  1320. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java">
  1321. <provider selected="true" editor-type-id="text-editor">
  1322. <state relative-caret-position="360">
  1323. <caret line="26" column="69" lean-forward="false" selection-start-line="26" selection-start-column="69" selection-end-line="26" selection-end-column="69" />
  1324. <folding>
  1325. <element signature="imports" expanded="true" />
  1326. </folding>
  1327. </state>
  1328. </provider>
  1329. </entry>
  1330. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/StringUtils.java">
  1331. <provider selected="true" editor-type-id="text-editor">
  1332. <state relative-caret-position="690">
  1333. <caret line="50" column="5" lean-forward="true" selection-start-line="50" selection-start-column="5" selection-end-line="50" selection-end-column="5" />
  1334. <folding />
  1335. </state>
  1336. </provider>
  1337. </entry>
  1338. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/tools/RandomUtils.java">
  1339. <provider selected="true" editor-type-id="text-editor">
  1340. <state relative-caret-position="120">
  1341. <caret line="9" column="19" lean-forward="false" selection-start-line="9" selection-start-column="19" selection-end-line="9" selection-end-column="19" />
  1342. <folding />
  1343. </state>
  1344. </provider>
  1345. </entry>
  1346. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/Person.java">
  1347. <provider selected="true" editor-type-id="text-editor">
  1348. <state relative-caret-position="308">
  1349. <caret line="29" column="37" lean-forward="true" selection-start-line="29" selection-start-column="37" selection-end-line="29" selection-end-column="37" />
  1350. <folding>
  1351. <element signature="imports" expanded="true" />
  1352. </folding>
  1353. </state>
  1354. </provider>
  1355. </entry>
  1356. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java">
  1357. <provider selected="true" editor-type-id="text-editor">
  1358. <state relative-caret-position="255">
  1359. <caret line="23" column="90" lean-forward="false" selection-start-line="23" selection-start-column="90" selection-end-line="23" selection-end-column="90" />
  1360. <folding />
  1361. </state>
  1362. </provider>
  1363. </entry>
  1364. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/streams/TestStreamFilter.java">
  1365. <provider selected="true" editor-type-id="text-editor">
  1366. <state relative-caret-position="180">
  1367. <caret line="21" column="33" lean-forward="true" selection-start-line="21" selection-start-column="33" selection-end-line="21" selection-end-column="33" />
  1368. <folding>
  1369. <element signature="e#700#701#0" expanded="true" />
  1370. <element signature="e#758#759#0" expanded="true" />
  1371. <element signature="e#807#808#0" expanded="true" />
  1372. <element signature="e#863#864#0" expanded="true" />
  1373. <element signature="e#915#916#0" expanded="true" />
  1374. <element signature="e#974#975#0" expanded="true" />
  1375. <element signature="e#1024#1025#0" expanded="true" />
  1376. <element signature="e#1081#1082#0" expanded="true" />
  1377. <element signature="e#1133#1134#0" expanded="true" />
  1378. <element signature="e#1183#1184#0" expanded="true" />
  1379. </folding>
  1380. </state>
  1381. </provider>
  1382. </entry>
  1383. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java">
  1384. <provider selected="true" editor-type-id="text-editor">
  1385. <state relative-caret-position="309">
  1386. <caret line="90" column="101" lean-forward="true" selection-start-line="90" selection-start-column="101" selection-end-line="90" selection-end-column="101" />
  1387. <folding>
  1388. <element signature="e#690#691#0" expanded="true" />
  1389. <element signature="e#788#789#0" expanded="true" />
  1390. </folding>
  1391. </state>
  1392. </provider>
  1393. </entry>
  1394. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/StreamConverter.java">
  1395. <provider selected="true" editor-type-id="text-editor">
  1396. <state relative-caret-position="270">
  1397. <caret line="23" column="5" lean-forward="false" selection-start-line="23" selection-start-column="5" selection-end-line="23" selection-end-column="5" />
  1398. <folding />
  1399. </state>
  1400. </provider>
  1401. </entry>
  1402. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ListConverter.java">
  1403. <provider selected="true" editor-type-id="text-editor">
  1404. <state relative-caret-position="345">
  1405. <caret line="33" column="31" lean-forward="true" selection-start-line="33" selection-start-column="31" selection-end-line="33" selection-end-column="31" />
  1406. <folding />
  1407. </state>
  1408. </provider>
  1409. </entry>
  1410. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ConversionAgent.java">
  1411. <provider selected="true" editor-type-id="text-editor">
  1412. <state relative-caret-position="90">
  1413. <caret line="11" column="85" lean-forward="false" selection-start-line="11" selection-start-column="85" selection-end-line="11" selection-end-column="85" />
  1414. <folding />
  1415. </state>
  1416. </provider>
  1417. </entry>
  1418. </component>
  1419. <component name="masterDetails">
  1420. <states>
  1421. <state key="ArtifactsStructureConfigurable.UI">
  1422. <settings>
  1423. <artifact-editor />
  1424. <splitter-proportions>
  1425. <option name="proportions">
  1426. <list>
  1427. <option value="0.2" />
  1428. </list>
  1429. </option>
  1430. </splitter-proportions>
  1431. </settings>
  1432. </state>
  1433. <state key="FacetStructureConfigurable.UI">
  1434. <settings>
  1435. <last-edited>No facets are configured</last-edited>
  1436. <splitter-proportions>
  1437. <option name="proportions">
  1438. <list>
  1439. <option value="0.2" />
  1440. </list>
  1441. </option>
  1442. </splitter-proportions>
  1443. </settings>
  1444. </state>
  1445. <state key="GlobalLibrariesConfigurable.UI">
  1446. <settings>
  1447. <splitter-proportions>
  1448. <option name="proportions">
  1449. <list>
  1450. <option value="0.2" />
  1451. </list>
  1452. </option>
  1453. </splitter-proportions>
  1454. </settings>
  1455. </state>
  1456. <state key="JdkListConfigurable.UI">
  1457. <settings>
  1458. <last-edited>1.8</last-edited>
  1459. <splitter-proportions>
  1460. <option name="proportions">
  1461. <list>
  1462. <option value="0.2" />
  1463. </list>
  1464. </option>
  1465. </splitter-proportions>
  1466. </settings>
  1467. </state>
  1468. <state key="ModuleStructureConfigurable.UI">
  1469. <settings>
  1470. <last-edited>looptest</last-edited>
  1471. <splitter-proportions>
  1472. <option name="proportions">
  1473. <list>
  1474. <option value="0.2" />
  1475. <option value="0.6" />
  1476. </list>
  1477. </option>
  1478. </splitter-proportions>
  1479. </settings>
  1480. </state>
  1481. <state key="ProjectLibrariesConfigurable.UI">
  1482. <settings>
  1483. <last-edited>Maven: junit:junit:4.12</last-edited>
  1484. <splitter-proportions>
  1485. <option name="proportions">
  1486. <list>
  1487. <option value="0.2" />
  1488. </list>
  1489. </option>
  1490. </splitter-proportions>
  1491. </settings>
  1492. </state>
  1493. <state key="ScopeChooserConfigurable.UI">
  1494. <settings>
  1495. <splitter-proportions>
  1496. <option name="proportions">
  1497. <list>
  1498. <option value="0.2" />
  1499. </list>
  1500. </option>
  1501. </splitter-proportions>
  1502. </settings>
  1503. </state>
  1504. </states>
  1505. </component>
  1506. </project>