123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="cc34fc27-1373-44ef-9539-38292d0c2fb1" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/kotlinc.xml" beforeDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" beforeDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml" beforeDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
  11. <change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/target/PersonWarehouse.leonlog" beforeDir="false" afterPath="$PROJECT_DIR$/target/PersonWarehouse.leonlog" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamFilter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamFilter.class" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonFactory.class" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.class" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/ArrayConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/ArrayConverter.class" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/target/global.leonlog" beforeDir="false" afterPath="$PROJECT_DIR$/target/global.leonlog" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestStreamMap.class" beforeDir="false" />
  26. </list>
  27. <ignored path="$PROJECT_DIR$/target/" />
  28. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  29. <option name="SHOW_DIALOG" value="false" />
  30. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  31. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  32. <option name="LAST_RESOLUTION" value="IGNORE" />
  33. </component>
  34. <component name="FUSProjectUsageTrigger">
  35. <session id="-1683267985">
  36. <usages-collector id="statistics.lifecycle.project">
  37. <counts>
  38. <entry key="project.closed" value="1" />
  39. <entry key="project.open.time.2" value="1" />
  40. <entry key="project.opened" value="1" />
  41. </counts>
  42. </usages-collector>
  43. </session>
  44. </component>
  45. <component name="Git.Settings">
  46. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  47. </component>
  48. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  49. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  50. <component name="JsGulpfileManager">
  51. <detection-done>true</detection-done>
  52. <sorting>DEFINITION_ORDER</sorting>
  53. </component>
  54. <component name="ProjectFrameBounds" extendedState="6">
  55. <option name="y" value="23" />
  56. <option name="width" value="1280" />
  57. <option name="height" value="713" />
  58. </component>
  59. <component name="ProjectInspectionProfilesVisibleTreeState">
  60. <entry key="Project Default">
  61. <profile-state>
  62. <expanded-state>
  63. <State />
  64. <State>
  65. <id>Android</id>
  66. </State>
  67. <State>
  68. <id>CSS</id>
  69. </State>
  70. <State>
  71. <id>CorrectnessLintAndroid</id>
  72. </State>
  73. <State>
  74. <id>Java</id>
  75. </State>
  76. <State>
  77. <id>LintAndroid</id>
  78. </State>
  79. <State>
  80. <id>Probable bugsCSS</id>
  81. </State>
  82. <State>
  83. <id>Probable bugsJava</id>
  84. </State>
  85. <State>
  86. <id>RELAX NG</id>
  87. </State>
  88. <State>
  89. <id>XPath</id>
  90. </State>
  91. <State>
  92. <id>XSLT</id>
  93. </State>
  94. </expanded-state>
  95. <selected-state>
  96. <State>
  97. <id>Android</id>
  98. </State>
  99. </selected-state>
  100. </profile-state>
  101. </entry>
  102. </component>
  103. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  104. <component name="ProjectView">
  105. <navigator proportions="" version="1">
  106. <foldersAlwaysOnTop value="true" />
  107. </navigator>
  108. <panes>
  109. <pane id="Scope" />
  110. <pane id="ProjectPane">
  111. <subPane>
  112. <expand>
  113. <path>
  114. <item name="looptest" type="b2602c69:ProjectViewProjectNode" />
  115. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  116. </path>
  117. <path>
  118. <item name="looptest" type="b2602c69:ProjectViewProjectNode" />
  119. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  120. <item name="src" type="462c0819:PsiDirectoryNode" />
  121. </path>
  122. <path>
  123. <item name="looptest" type="b2602c69:ProjectViewProjectNode" />
  124. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  125. <item name="src" type="462c0819:PsiDirectoryNode" />
  126. <item name="main" type="462c0819:PsiDirectoryNode" />
  127. </path>
  128. <path>
  129. <item name="looptest" type="b2602c69:ProjectViewProjectNode" />
  130. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  131. <item name="src" type="462c0819:PsiDirectoryNode" />
  132. <item name="main" type="462c0819:PsiDirectoryNode" />
  133. <item name="java" type="462c0819:PsiDirectoryNode" />
  134. </path>
  135. <path>
  136. <item name="looptest" type="b2602c69:ProjectViewProjectNode" />
  137. <item name="CR-MicroLabs-Streams-And-Lambdas" type="462c0819:PsiDirectoryNode" />
  138. <item name="src" type="462c0819:PsiDirectoryNode" />
  139. <item name="main" type="462c0819:PsiDirectoryNode" />
  140. <item name="java" type="462c0819:PsiDirectoryNode" />
  141. <item name="streams" type="462c0819:PsiDirectoryNode" />
  142. </path>
  143. </expand>
  144. <select />
  145. </subPane>
  146. </pane>
  147. <pane id="PackagesPane" />
  148. </panes>
  149. </component>
  150. <component name="PropertiesComponent">
  151. <property name="WebServerToolWindowFactoryState" value="false" />
  152. <property name="aspect.path.notification.shown" value="true" />
  153. <property name="last_opened_file_path" value="$PROJECT_DIR$/pom.xml" />
  154. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  155. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  156. <property name="settings.editor.selected.configurable" value="preferences.sourceCode" />
  157. </component>
  158. <component name="RunDashboard">
  159. <option name="ruleStates">
  160. <list>
  161. <RuleState>
  162. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  163. </RuleState>
  164. <RuleState>
  165. <option name="name" value="StatusDashboardGroupingRule" />
  166. </RuleState>
  167. </list>
  168. </option>
  169. </component>
  170. <component name="SvnConfiguration">
  171. <configuration />
  172. </component>
  173. <component name="TaskManager">
  174. <task active="true" id="Default" summary="Default task">
  175. <changelist id="cc34fc27-1373-44ef-9539-38292d0c2fb1" name="Default Changelist" comment="" />
  176. <created>1546556083546</created>
  177. <option name="number" value="Default" />
  178. <option name="presentableId" value="Default" />
  179. <updated>1546556083546</updated>
  180. <workItem from="1546556086467" duration="14000" />
  181. </task>
  182. <servers />
  183. </component>
  184. <component name="TimeTrackingManager">
  185. <option name="totallyTimeSpent" value="14000" />
  186. </component>
  187. <component name="ToolWindowManager">
  188. <frame x="0" y="23" width="1280" height="713" extended-state="6" />
  189. <layout>
  190. <window_info id="Image Layers" />
  191. <window_info id="Designer" />
  192. <window_info id="UI Designer" />
  193. <window_info id="Capture Tool" />
  194. <window_info id="Favorites" side_tool="true" />
  195. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
  196. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  197. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  198. <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
  199. <window_info anchor="bottom" id="Terminal" />
  200. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  201. <window_info anchor="bottom" id="Message" order="0" />
  202. <window_info anchor="bottom" id="Find" order="1" />
  203. <window_info anchor="bottom" id="Run" order="2" />
  204. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  205. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  206. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  207. <window_info anchor="bottom" id="TODO" order="6" />
  208. <window_info anchor="right" id="Palette" />
  209. <window_info anchor="right" id="Theme Preview" />
  210. <window_info anchor="right" id="Capture Analysis" />
  211. <window_info anchor="right" id="Palette&#9;" />
  212. <window_info anchor="right" id="Database" />
  213. <window_info anchor="right" id="Maven Projects" />
  214. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  215. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  216. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  217. </layout>
  218. </component>
  219. <component name="TypeScriptGeneratedFilesManager">
  220. <option name="version" value="1" />
  221. </component>
  222. <component name="VcsContentAnnotationSettings">
  223. <option name="myLimit" value="2678400000" />
  224. </component>
  225. <component name="masterDetails">
  226. <states>
  227. <state key="ProjectJDKs.UI">
  228. <settings>
  229. <last-edited>1.8</last-edited>
  230. <splitter-proportions>
  231. <option name="proportions">
  232. <list>
  233. <option value="0.2" />
  234. </list>
  235. </option>
  236. </splitter-proportions>
  237. </settings>
  238. </state>
  239. </states>
  240. </component>
  241. </project>