workspace.xml 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="dba1a9fd-2ef9-4e28-afe3-bd40fdb5742d" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/src/main/java/AccountApp.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/AccountApp.java" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/test/java/AccountAppTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/AccountAppTest.java" afterDir="false" />
  7. </list>
  8. <ignored path="$PROJECT_DIR$/out/" />
  9. <ignored path="$PROJECT_DIR$/target/" />
  10. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  11. <option name="TRACKING_ENABLED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FileEditorManager">
  18. <splitter split-orientation="horizontal" split-proportion="0.4457606">
  19. <split-first>
  20. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  21. <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
  22. <entry file="file://$PROJECT_DIR$/pom.xml">
  23. <provider selected="true" editor-type-id="text-editor">
  24. <state>
  25. <caret lean-forward="true" />
  26. </state>
  27. </provider>
  28. </entry>
  29. </file>
  30. <file leaf-file-name="AccountApp.java" pinned="false" current-in-tab="true">
  31. <entry file="file://$PROJECT_DIR$/src/main/java/AccountApp.java">
  32. <provider selected="true" editor-type-id="text-editor">
  33. <state relative-caret-position="1130">
  34. <caret line="93" column="24" selection-start-line="93" selection-start-column="24" selection-end-line="93" selection-end-column="24" />
  35. <folding>
  36. <element signature="imports" expanded="true" />
  37. <element signature="e#3387#3388#0" expanded="true" />
  38. <element signature="e#3437#3438#0" expanded="true" />
  39. </folding>
  40. </state>
  41. </provider>
  42. </entry>
  43. </file>
  44. <file leaf-file-name="Account.java" pinned="false" current-in-tab="false">
  45. <entry file="file://$PROJECT_DIR$/src/main/java/Account.java">
  46. <provider selected="true" editor-type-id="text-editor">
  47. <state relative-caret-position="225">
  48. <caret line="16" column="32" selection-start-line="16" selection-start-column="32" selection-end-line="16" selection-end-column="32" />
  49. <folding>
  50. <element signature="imports" expanded="true" />
  51. </folding>
  52. </state>
  53. </provider>
  54. </entry>
  55. </file>
  56. </leaf>
  57. </split-first>
  58. <split-second>
  59. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  60. <file leaf-file-name="AccountAppTest.java" pinned="false" current-in-tab="true">
  61. <entry file="file://$PROJECT_DIR$/src/test/java/AccountAppTest.java">
  62. <provider selected="true" editor-type-id="text-editor">
  63. <state relative-caret-position="105">
  64. <caret line="7" column="26" lean-forward="true" selection-start-line="7" selection-start-column="26" selection-end-line="7" selection-end-column="26" />
  65. <folding>
  66. <element signature="imports" expanded="true" />
  67. </folding>
  68. </state>
  69. </provider>
  70. </entry>
  71. </file>
  72. </leaf>
  73. </split-second>
  74. </splitter>
  75. </component>
  76. <component name="FileTemplateManagerImpl">
  77. <option name="RECENT_TEMPLATES">
  78. <list>
  79. <option value="Class" />
  80. </list>
  81. </option>
  82. </component>
  83. <component name="Git.Settings">
  84. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  85. </component>
  86. <component name="IdeDocumentHistory">
  87. <option name="CHANGED_PATHS">
  88. <list>
  89. <option value="$PROJECT_DIR$/src/main/java/Account.java" />
  90. <option value="$PROJECT_DIR$/pom.xml" />
  91. <option value="$PROJECT_DIR$/src/test/java/AccountAppTest.java" />
  92. <option value="$PROJECT_DIR$/src/main/java/AccountApp.java" />
  93. </list>
  94. </option>
  95. </component>
  96. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  97. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  98. <component name="JsGulpfileManager">
  99. <detection-done>true</detection-done>
  100. <sorting>DEFINITION_ORDER</sorting>
  101. </component>
  102. <component name="MavenImportPreferences">
  103. <option name="importingSettings">
  104. <MavenImportingSettings>
  105. <option name="importAutomatically" value="true" />
  106. </MavenImportingSettings>
  107. </option>
  108. </component>
  109. <component name="NodePackageJsonFileManager">
  110. <packageJsonPaths />
  111. </component>
  112. <component name="ProjectFrameBounds" fullScreen="true">
  113. <option name="x" value="-320" />
  114. <option name="y" value="-1080" />
  115. <option name="width" value="1920" />
  116. <option name="height" value="1080" />
  117. </component>
  118. <component name="ProjectView">
  119. <navigator proportions="" version="1">
  120. <foldersAlwaysOnTop value="true" />
  121. </navigator>
  122. <panes>
  123. <pane id="PackagesPane" />
  124. <pane id="Scope" />
  125. <pane id="AndroidView" />
  126. <pane id="ProjectPane">
  127. <subPane>
  128. <expand>
  129. <path>
  130. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  131. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  132. </path>
  133. <path>
  134. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  135. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  136. <item name=".idea" type="462c0819:PsiDirectoryNode" />
  137. </path>
  138. <path>
  139. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  140. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  141. <item name="src" type="462c0819:PsiDirectoryNode" />
  142. </path>
  143. <path>
  144. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  145. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  146. <item name="src" type="462c0819:PsiDirectoryNode" />
  147. <item name="main" type="462c0819:PsiDirectoryNode" />
  148. </path>
  149. <path>
  150. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  151. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  152. <item name="src" type="462c0819:PsiDirectoryNode" />
  153. <item name="main" type="462c0819:PsiDirectoryNode" />
  154. <item name="java" type="462c0819:PsiDirectoryNode" />
  155. </path>
  156. <path>
  157. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  158. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  159. <item name="src" type="462c0819:PsiDirectoryNode" />
  160. <item name="test" type="462c0819:PsiDirectoryNode" />
  161. </path>
  162. <path>
  163. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  164. <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
  165. <item name="src" type="462c0819:PsiDirectoryNode" />
  166. <item name="test" type="462c0819:PsiDirectoryNode" />
  167. <item name="java" type="462c0819:PsiDirectoryNode" />
  168. </path>
  169. <path>
  170. <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
  171. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  172. </path>
  173. </expand>
  174. <select />
  175. </subPane>
  176. </pane>
  177. </panes>
  178. </component>
  179. <component name="PropertiesComponent">
  180. <property name="WebServerToolWindowFactoryState" value="false" />
  181. <property name="aspect.path.notification.shown" value="true" />
  182. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  183. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  184. <property name="project.structure.last.edited" value="Modules" />
  185. <property name="project.structure.proportion" value="0.0" />
  186. <property name="project.structure.side.proportion" value="0.0" />
  187. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  188. </component>
  189. <component name="RunDashboard">
  190. <option name="ruleStates">
  191. <list>
  192. <RuleState>
  193. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  194. </RuleState>
  195. <RuleState>
  196. <option name="name" value="StatusDashboardGroupingRule" />
  197. </RuleState>
  198. </list>
  199. </option>
  200. </component>
  201. <component name="RunManager" selected="Application.AccountApp">
  202. <configuration name="AccountApp" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  203. <option name="MAIN_CLASS_NAME" value="AccountApp" />
  204. <module name="ZCW-ORM-SimpleAccount" />
  205. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  206. </configuration>
  207. <configuration default="true" type="Application" factoryName="Application">
  208. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  209. </configuration>
  210. <configuration name="AccountAppTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  211. <module name="ZCW-ORM-SimpleAccount" />
  212. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  213. <option name="ALTERNATIVE_JRE_PATH" />
  214. <option name="PACKAGE_NAME" value="" />
  215. <option name="MAIN_CLASS_NAME" value="AccountAppTest" />
  216. <option name="METHOD_NAME" />
  217. <option name="TEST_OBJECT" value="class" />
  218. <option name="VM_PARAMETERS" value="-ea" />
  219. <option name="PARAMETERS" />
  220. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  221. <option name="PASS_PARENT_ENVS" value="true" />
  222. <option name="TEST_SEARCH_SCOPE">
  223. <value defaultName="singleModule" />
  224. </option>
  225. <patterns />
  226. </configuration>
  227. <configuration name="AccountAppTest.addAccountObjectToDatabaseTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  228. <module name="ZCW-ORM-SimpleAccount" />
  229. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  230. <option name="ALTERNATIVE_JRE_PATH" />
  231. <option name="PACKAGE_NAME" value="" />
  232. <option name="MAIN_CLASS_NAME" value="AccountAppTest" />
  233. <option name="METHOD_NAME" value="addAccountObjectToDatabaseTest" />
  234. <option name="TEST_OBJECT" value="method" />
  235. <option name="VM_PARAMETERS" value="-ea" />
  236. <option name="PARAMETERS" />
  237. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  238. <option name="PASS_PARENT_ENVS" value="true" />
  239. <option name="TEST_SEARCH_SCOPE">
  240. <value defaultName="singleModule" />
  241. </option>
  242. <patterns />
  243. </configuration>
  244. <configuration name="AccountAppTest.createAccountObjectNameTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  245. <module name="ZCW-ORM-SimpleAccount" />
  246. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  247. <option name="ALTERNATIVE_JRE_PATH" />
  248. <option name="PACKAGE_NAME" value="" />
  249. <option name="MAIN_CLASS_NAME" value="AccountAppTest" />
  250. <option name="METHOD_NAME" value="createAccountObjectNameTest" />
  251. <option name="TEST_OBJECT" value="method" />
  252. <option name="VM_PARAMETERS" value="-ea" />
  253. <option name="PARAMETERS" />
  254. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  255. <option name="PASS_PARENT_ENVS" value="true" />
  256. <option name="TEST_SEARCH_SCOPE">
  257. <value defaultName="singleModule" />
  258. </option>
  259. <patterns />
  260. </configuration>
  261. <configuration name="AccountAppTest.updateAccountTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  262. <module name="ZCW-ORM-SimpleAccount" />
  263. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  264. <option name="ALTERNATIVE_JRE_PATH" />
  265. <option name="PACKAGE_NAME" value="" />
  266. <option name="MAIN_CLASS_NAME" value="AccountAppTest" />
  267. <option name="METHOD_NAME" value="updateAccountTest" />
  268. <option name="TEST_OBJECT" value="method" />
  269. <option name="VM_PARAMETERS" value="-ea" />
  270. <option name="PARAMETERS" />
  271. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  272. <option name="PASS_PARENT_ENVS" value="true" />
  273. <option name="TEST_SEARCH_SCOPE">
  274. <value defaultName="singleModule" />
  275. </option>
  276. <patterns />
  277. </configuration>
  278. <configuration default="true" type="JUnit" factoryName="JUnit">
  279. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  280. <option name="ALTERNATIVE_JRE_PATH" />
  281. <option name="PACKAGE_NAME" />
  282. <option name="MAIN_CLASS_NAME" />
  283. <option name="METHOD_NAME" />
  284. <option name="TEST_OBJECT" value="class" />
  285. <option name="VM_PARAMETERS" value="-ea" />
  286. <option name="PARAMETERS" />
  287. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  288. <option name="PASS_PARENT_ENVS" value="true" />
  289. <option name="TEST_SEARCH_SCOPE">
  290. <value defaultName="singleModule" />
  291. </option>
  292. <patterns />
  293. </configuration>
  294. <configuration default="true" type="TestNG" factoryName="TestNG">
  295. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  296. <option name="ALTERNATIVE_JRE_PATH" />
  297. <option name="SUITE_NAME" />
  298. <option name="PACKAGE_NAME" />
  299. <option name="MAIN_CLASS_NAME" />
  300. <option name="METHOD_NAME" />
  301. <option name="GROUP_NAME" />
  302. <option name="TEST_OBJECT" value="CLASS" />
  303. <option name="VM_PARAMETERS" value="-ea" />
  304. <option name="PARAMETERS" />
  305. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  306. <option name="OUTPUT_DIRECTORY" />
  307. <option name="PASS_PARENT_ENVS" value="true" />
  308. <option name="TEST_SEARCH_SCOPE">
  309. <value defaultName="singleModule" />
  310. </option>
  311. <option name="USE_DEFAULT_REPORTERS" value="false" />
  312. <option name="PROPERTIES_FILE" />
  313. <properties />
  314. <listeners />
  315. </configuration>
  316. <list>
  317. <item itemvalue="JUnit.AccountAppTest" />
  318. <item itemvalue="JUnit.AccountAppTest.addAccountObjectToDatabaseTest" />
  319. <item itemvalue="JUnit.AccountAppTest.updateAccountTest" />
  320. <item itemvalue="JUnit.AccountAppTest.createAccountObjectNameTest" />
  321. <item itemvalue="Application.AccountApp" />
  322. </list>
  323. <recent_temporary>
  324. <list>
  325. <item itemvalue="Application.AccountApp" />
  326. <item itemvalue="JUnit.AccountAppTest" />
  327. <item itemvalue="JUnit.AccountAppTest.createAccountObjectNameTest" />
  328. <item itemvalue="JUnit.AccountAppTest.updateAccountTest" />
  329. <item itemvalue="JUnit.AccountAppTest.addAccountObjectToDatabaseTest" />
  330. </list>
  331. </recent_temporary>
  332. </component>
  333. <component name="SvnConfiguration">
  334. <configuration />
  335. </component>
  336. <component name="TaskManager">
  337. <task active="true" id="Default" summary="Default task">
  338. <changelist id="dba1a9fd-2ef9-4e28-afe3-bd40fdb5742d" name="Default" comment="" />
  339. <created>1528892554607</created>
  340. <option name="number" value="Default" />
  341. <option name="presentableId" value="Default" />
  342. <updated>1528892554607</updated>
  343. <workItem from="1528892565145" duration="10447000" />
  344. <workItem from="1528918767130" duration="9025000" />
  345. </task>
  346. <servers />
  347. </component>
  348. <component name="TestHistory">
  349. <history-entry file="AccountAppTest - 2018.06.13 at 17h 44m 55s.xml">
  350. <configuration name="AccountAppTest" configurationId="JUnit" />
  351. </history-entry>
  352. <history-entry file="AccountAppTest - 2018.06.13 at 17h 45m 48s.xml">
  353. <configuration name="AccountAppTest" configurationId="JUnit" />
  354. </history-entry>
  355. <history-entry file="AccountAppTest - 2018.06.13 at 17h 47m 10s.xml">
  356. <configuration name="AccountAppTest" configurationId="JUnit" />
  357. </history-entry>
  358. <history-entry file="AccountAppTest - 2018.06.13 at 17h 49m 57s.xml">
  359. <configuration name="AccountAppTest" configurationId="JUnit" />
  360. </history-entry>
  361. <history-entry file="AccountAppTest - 2018.06.13 at 17h 50m 36s.xml">
  362. <configuration name="AccountAppTest" configurationId="JUnit" />
  363. </history-entry>
  364. <history-entry file="AccountAppTest - 2018.06.13 at 17h 55m 06s.xml">
  365. <configuration name="AccountAppTest" configurationId="JUnit" />
  366. </history-entry>
  367. <history-entry file="AccountAppTest - 2018.06.13 at 17h 59m 00s.xml">
  368. <configuration name="AccountAppTest" configurationId="JUnit" />
  369. </history-entry>
  370. <history-entry file="AccountAppTest - 2018.06.13 at 18h 06m 26s.xml">
  371. <configuration name="AccountAppTest" configurationId="JUnit" />
  372. </history-entry>
  373. <history-entry file="AccountAppTest - 2018.06.13 at 18h 10m 04s.xml">
  374. <configuration name="AccountAppTest" configurationId="JUnit" />
  375. </history-entry>
  376. <history-entry file="AccountAppTest - 2018.06.13 at 18h 12m 29s.xml">
  377. <configuration name="AccountAppTest" configurationId="JUnit" />
  378. </history-entry>
  379. </component>
  380. <component name="TimeTrackingManager">
  381. <option name="totallyTimeSpent" value="19472000" />
  382. </component>
  383. <component name="ToolWindowManager">
  384. <frame x="-320" y="-1080" width="1920" height="1080" extended-state="0" />
  385. <layout>
  386. <window_info anchor="right" id="Palette" order="3" />
  387. <window_info anchor="bottom" id="TODO" order="6" />
  388. <window_info anchor="bottom" id="Messages" order="7" weight="0.32392997" />
  389. <window_info anchor="right" id="Palette&#9;" order="3" />
  390. <window_info id="Image Layers" order="2" />
  391. <window_info anchor="right" id="Capture Analysis" order="3" />
  392. <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
  393. <window_info anchor="right" id="Maven Projects" order="3" />
  394. <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
  395. <window_info anchor="bottom" id="Version Control" order="7" />
  396. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.192607" />
  397. <window_info anchor="bottom" id="Terminal" order="7" />
  398. <window_info id="Capture Tool" order="2" />
  399. <window_info id="Designer" order="2" />
  400. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.16458334" />
  401. <window_info anchor="right" id="Database" order="3" />
  402. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  403. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  404. <window_info id="UI Designer" order="2" />
  405. <window_info anchor="right" id="Theme Preview" order="3" />
  406. <window_info id="Favorites" order="2" side_tool="true" />
  407. <window_info anchor="bottom" id="Debug" order="3" weight="0.39973262" />
  408. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  409. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  410. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  411. <window_info anchor="bottom" id="Message" order="0" />
  412. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  413. <window_info anchor="bottom" id="Find" order="1" />
  414. </layout>
  415. </component>
  416. <component name="TypeScriptGeneratedFilesManager">
  417. <option name="version" value="1" />
  418. </component>
  419. <component name="VcsContentAnnotationSettings">
  420. <option name="myLimit" value="2678400000" />
  421. </component>
  422. <component name="XDebuggerManager">
  423. <breakpoint-manager>
  424. <option name="time" value="4" />
  425. </breakpoint-manager>
  426. </component>
  427. <component name="editorHistoryManager">
  428. <entry file="file://$PROJECT_DIR$/pom.xml">
  429. <provider selected="true" editor-type-id="text-editor">
  430. <state relative-caret-position="570">
  431. <caret line="38" selection-start-line="38" selection-end-line="38" />
  432. </state>
  433. </provider>
  434. </entry>
  435. <entry file="file://$PROJECT_DIR$/src/main/java/Account.java">
  436. <provider selected="true" editor-type-id="text-editor">
  437. <state relative-caret-position="225">
  438. <caret line="16" column="32" selection-start-line="16" selection-start-column="32" selection-end-line="16" selection-end-column="32" />
  439. <folding>
  440. <element signature="imports" expanded="true" />
  441. </folding>
  442. </state>
  443. </provider>
  444. </entry>
  445. <entry file="file://$PROJECT_DIR$/src/main/java/AccountApp.java">
  446. <provider selected="true" editor-type-id="text-editor">
  447. <state relative-caret-position="1290">
  448. <caret line="92" lean-forward="true" selection-start-line="92" selection-end-line="92" />
  449. <folding>
  450. <element signature="imports" expanded="true" />
  451. <element signature="e#3387#3388#0" expanded="true" />
  452. <element signature="e#3437#3438#0" expanded="true" />
  453. </folding>
  454. </state>
  455. </provider>
  456. </entry>
  457. <entry file="file://$PROJECT_DIR$/src/test/java/AccountAppTest.java">
  458. <provider selected="true" editor-type-id="text-editor">
  459. <state relative-caret-position="630">
  460. <caret line="42" selection-start-line="42" selection-end-line="42" />
  461. <folding>
  462. <element signature="imports" expanded="true" />
  463. </folding>
  464. </state>
  465. </provider>
  466. </entry>
  467. <entry file="file://$PROJECT_DIR$/ZCW-ORM-SimpleAccount.iml">
  468. <provider selected="true" editor-type-id="text-editor">
  469. <state relative-caret-position="210">
  470. <caret line="14" column="9" lean-forward="true" selection-start-line="14" selection-start-column="9" selection-end-line="14" selection-end-column="9" />
  471. </state>
  472. </provider>
  473. </entry>
  474. <entry file="file://$PROJECT_DIR$/src/main/java/Account.java">
  475. <provider selected="true" editor-type-id="text-editor">
  476. <state relative-caret-position="225">
  477. <caret line="16" column="32" selection-start-line="16" selection-start-column="32" selection-end-line="16" selection-end-column="32" />
  478. <folding>
  479. <element signature="imports" expanded="true" />
  480. </folding>
  481. </state>
  482. </provider>
  483. </entry>
  484. <entry file="jar://$MAVEN_REPOSITORY$/com/j256/ormlite/ormlite-core/4.48/ormlite-core-4.48.jar!/com/j256/ormlite/dao/Dao.class">
  485. <provider selected="true" editor-type-id="text-editor">
  486. <state relative-caret-position="229">
  487. <caret line="43" column="6" selection-start-line="43" selection-start-column="6" selection-end-line="43" selection-end-column="6" />
  488. </state>
  489. </provider>
  490. </entry>
  491. <entry file="file://$PROJECT_DIR$/pom.xml">
  492. <provider selected="true" editor-type-id="text-editor">
  493. <state>
  494. <caret lean-forward="true" />
  495. </state>
  496. </provider>
  497. </entry>
  498. <entry file="file://$PROJECT_DIR$/src/test/java/AccountAppTest.java">
  499. <provider selected="true" editor-type-id="text-editor">
  500. <state relative-caret-position="105">
  501. <caret line="7" column="26" lean-forward="true" selection-start-line="7" selection-start-column="26" selection-end-line="7" selection-end-column="26" />
  502. <folding>
  503. <element signature="imports" expanded="true" />
  504. </folding>
  505. </state>
  506. </provider>
  507. </entry>
  508. <entry file="file://$PROJECT_DIR$/src/main/java/AccountApp.java">
  509. <provider selected="true" editor-type-id="text-editor">
  510. <state relative-caret-position="1130">
  511. <caret line="93" column="24" selection-start-line="93" selection-start-column="24" selection-end-line="93" selection-end-column="24" />
  512. <folding>
  513. <element signature="imports" expanded="true" />
  514. <element signature="e#3387#3388#0" expanded="true" />
  515. <element signature="e#3437#3438#0" expanded="true" />
  516. </folding>
  517. </state>
  518. </provider>
  519. </entry>
  520. </component>
  521. <component name="masterDetails">
  522. <states>
  523. <state key="ArtifactsStructureConfigurable.UI">
  524. <settings>
  525. <artifact-editor />
  526. <splitter-proportions>
  527. <option name="proportions">
  528. <list>
  529. <option value="0.2" />
  530. </list>
  531. </option>
  532. </splitter-proportions>
  533. </settings>
  534. </state>
  535. <state key="FacetStructureConfigurable.UI">
  536. <settings>
  537. <last-edited>No facets are configured</last-edited>
  538. <splitter-proportions>
  539. <option name="proportions">
  540. <list>
  541. <option value="0.2" />
  542. </list>
  543. </option>
  544. </splitter-proportions>
  545. </settings>
  546. </state>
  547. <state key="GlobalLibrariesConfigurable.UI">
  548. <settings>
  549. <splitter-proportions>
  550. <option name="proportions">
  551. <list>
  552. <option value="0.2" />
  553. </list>
  554. </option>
  555. </splitter-proportions>
  556. </settings>
  557. </state>
  558. <state key="JdkListConfigurable.UI">
  559. <settings>
  560. <last-edited>1.8</last-edited>
  561. <splitter-proportions>
  562. <option name="proportions">
  563. <list>
  564. <option value="0.2" />
  565. </list>
  566. </option>
  567. </splitter-proportions>
  568. </settings>
  569. </state>
  570. <state key="ModuleStructureConfigurable.UI">
  571. <settings>
  572. <last-edited>ZCW-ORM-SimpleAccount</last-edited>
  573. <splitter-proportions>
  574. <option name="proportions">
  575. <list>
  576. <option value="0.2" />
  577. <option value="0.6" />
  578. </list>
  579. </option>
  580. </splitter-proportions>
  581. </settings>
  582. </state>
  583. <state key="ProjectJDKs.UI">
  584. <settings>
  585. <last-edited>1.8</last-edited>
  586. <splitter-proportions>
  587. <option name="proportions">
  588. <list>
  589. <option value="0.2" />
  590. </list>
  591. </option>
  592. </splitter-proportions>
  593. </settings>
  594. </state>
  595. <state key="ProjectLibrariesConfigurable.UI">
  596. <settings>
  597. <splitter-proportions>
  598. <option name="proportions">
  599. <list>
  600. <option value="0.2" />
  601. </list>
  602. </option>
  603. </splitter-proportions>
  604. </settings>
  605. </state>
  606. </states>
  607. </component>
  608. </project>