workspace.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="12140050-64bb-493c-b359-1ac1fbbf3cc2" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/../../02_JavaWeb/day04_maven/pom.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/java/com/lc/mybatis/mapper/UserMapper.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/java/com/lc/mybatis/pojo/User.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/druid.properties" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/log4j.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/mapper/UserMapper.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/mybatis-config.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/../../maven_test/src/test/java/Test01.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/../../maven_test/src/test/java/com/lc/mybatis/TestMybatis01.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/../../maven_test/src/test/java/com/lc/mybatis/TestMybatis02.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/day03/src/com/lc/day03/exer/ExerWhile04.java" beforeDir="false" afterPath="$PROJECT_DIR$/day03/src/com/lc/day03/exer/ExerWhile04.java" afterDir="false" />
  19. </list>
  20. <option name="SHOW_DIALOG" value="false" />
  21. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  22. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  23. <option name="LAST_RESOLUTION" value="IGNORE" />
  24. </component>
  25. <component name="CompilerWorkspaceConfiguration">
  26. <option name="MAKE_PROJECT_ON_SAVE" value="true" />
  27. <option name="PARALLEL_COMPILATION" value="true" />
  28. </component>
  29. <component name="FileTemplateManagerImpl">
  30. <option name="RECENT_TEMPLATES">
  31. <list>
  32. <option value="Enum" />
  33. <option value="AnnotationType" />
  34. <option value="Interface" />
  35. <option value="Class" />
  36. <option value="Record" />
  37. </list>
  38. </option>
  39. </component>
  40. <component name="Git.Settings">
  41. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
  42. </component>
  43. <component name="HighlightingSettingsPerFile">
  44. <setting file="jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/io/PrintStream.java" root0="SKIP_INSPECTION" />
  45. <setting file="jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/lang/Object.java" root0="SKIP_INSPECTION" />
  46. <setting file="jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/lang/String.java" root0="SKIP_INSPECTION" />
  47. </component>
  48. <component name="MavenImportPreferences">
  49. <option name="generalSettings">
  50. <MavenGeneralSettings>
  51. <option name="mavenHome" value="$USER_HOME$/Xerga/apache-maven-3.8.1" />
  52. </MavenGeneralSettings>
  53. </option>
  54. </component>
  55. <component name="ProjectId" id="2SScBSD1SlwdDkWS5JFdUI4caCI" />
  56. <component name="ProjectLevelVcsManager">
  57. <ConfirmationsSetting value="2" id="Add" />
  58. </component>
  59. <component name="ProjectViewState">
  60. <option name="hideEmptyMiddlePackages" value="true" />
  61. <option name="showLibraryContents" value="true" />
  62. </component>
  63. <component name="PropertiesComponent">{
  64. &quot;keyToString&quot;: {
  65. &quot;Downloaded.Files.Path.Enabled&quot;: &quot;false&quot;,
  66. &quot;Repository.Attach.Annotations&quot;: &quot;false&quot;,
  67. &quot;Repository.Attach.JavaDocs&quot;: &quot;false&quot;,
  68. &quot;Repository.Attach.Sources&quot;: &quot;false&quot;,
  69. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  70. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  71. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  72. &quot;jdk.selected.JAVA_MODULE&quot;: &quot;17&quot;,
  73. &quot;last_opened_file_path&quot;: &quot;C:/LoveCoding/VIP-27/code/02_JavaWeb&quot;,
  74. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  75. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  76. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  77. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  78. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  79. &quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
  80. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  81. &quot;project.structure.side.proportion&quot;: &quot;0.2908046&quot;,
  82. &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
  83. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  84. }
  85. }</component>
  86. <component name="RecentsManager">
  87. <key name="CopyFile.RECENT_KEYS">
  88. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day20\src\com\lc\day20\reflect1" />
  89. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day19\src\com\lc\day19\tcp4" />
  90. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\img\a" />
  91. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\img" />
  92. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\libs" />
  93. </key>
  94. <key name="MoveFile.RECENT_KEYS">
  95. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day20\src" />
  96. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day20\src\com\lc\day20" />
  97. <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\files" />
  98. </key>
  99. <key name="CopyClassDialog.RECENTS_KEY">
  100. <recent name="com.lc.day20.reflect6" />
  101. <recent name="com.lc.day20.reflect4" />
  102. <recent name="com.lc.day19.tcp2" />
  103. <recent name="com.lc.internet.a1.a2" />
  104. <recent name="com.lc.day18.io3" />
  105. </key>
  106. </component>
  107. <component name="RunManager" selected="Application.ExerWhile04">
  108. <configuration name="ExerWhile04" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  109. <option name="MAIN_CLASS_NAME" value="com.lc.day03.exer.ExerWhile04" />
  110. <module name="day03" />
  111. <extension name="coverage">
  112. <pattern>
  113. <option name="PATTERN" value="com.lc.day03.exer.*" />
  114. <option name="ENABLED" value="true" />
  115. </pattern>
  116. </extension>
  117. <method v="2">
  118. <option name="Make" enabled="true" />
  119. </method>
  120. </configuration>
  121. <configuration name="TestPerson" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  122. <option name="MAIN_CLASS_NAME" value="com.lc.day21.exer.TestPerson" />
  123. <module name="day21" />
  124. <extension name="coverage">
  125. <pattern>
  126. <option name="PATTERN" value="com.lc.day21.exer.*" />
  127. <option name="ENABLED" value="true" />
  128. </pattern>
  129. </extension>
  130. <method v="2">
  131. <option name="Make" enabled="true" />
  132. </method>
  133. </configuration>
  134. <configuration name="StreamEndding.test06" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  135. <module name="day21" />
  136. <extension name="coverage">
  137. <pattern>
  138. <option name="PATTERN" value="com.lc.day21.stream5.*" />
  139. <option name="ENABLED" value="true" />
  140. </pattern>
  141. </extension>
  142. <option name="PACKAGE_NAME" value="com.lc.day21.stream5" />
  143. <option name="MAIN_CLASS_NAME" value="com.lc.day21.stream5.StreamEndding" />
  144. <option name="METHOD_NAME" value="test06" />
  145. <option name="TEST_OBJECT" value="method" />
  146. <method v="2">
  147. <option name="Make" enabled="true" />
  148. </method>
  149. </configuration>
  150. <configuration name="Test01.test06" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  151. <module name="day21" />
  152. <extension name="coverage">
  153. <pattern>
  154. <option name="PATTERN" value="com.lc.day21.other6.*" />
  155. <option name="ENABLED" value="true" />
  156. </pattern>
  157. </extension>
  158. <option name="PACKAGE_NAME" value="com.lc.day21.other6" />
  159. <option name="MAIN_CLASS_NAME" value="com.lc.day21.other6.Test01" />
  160. <option name="METHOD_NAME" value="test06" />
  161. <option name="TEST_OBJECT" value="method" />
  162. <method v="2">
  163. <option name="Make" enabled="true" />
  164. </method>
  165. </configuration>
  166. <configuration name="Test01.test07" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  167. <module name="day21" />
  168. <extension name="coverage">
  169. <pattern>
  170. <option name="PATTERN" value="com.lc.day21.other6.*" />
  171. <option name="ENABLED" value="true" />
  172. </pattern>
  173. </extension>
  174. <option name="PACKAGE_NAME" value="com.lc.day21.other6" />
  175. <option name="MAIN_CLASS_NAME" value="com.lc.day21.other6.Test01" />
  176. <option name="METHOD_NAME" value="test07" />
  177. <option name="TEST_OBJECT" value="method" />
  178. <method v="2">
  179. <option name="Make" enabled="true" />
  180. </method>
  181. </configuration>
  182. <recent_temporary>
  183. <list>
  184. <item itemvalue="Application.ExerWhile04" />
  185. <item itemvalue="JUnit.Test01.test07" />
  186. <item itemvalue="JUnit.Test01.test06" />
  187. <item itemvalue="Application.TestPerson" />
  188. <item itemvalue="JUnit.StreamEndding.test06" />
  189. </list>
  190. </recent_temporary>
  191. </component>
  192. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  193. <component name="TaskManager">
  194. <task active="true" id="Default" summary="Default task">
  195. <changelist id="12140050-64bb-493c-b359-1ac1fbbf3cc2" name="Changes" comment="" />
  196. <created>1689143288660</created>
  197. <option name="number" value="Default" />
  198. <option name="presentableId" value="Default" />
  199. <updated>1689143288660</updated>
  200. <workItem from="1689143289687" duration="5805000" />
  201. <workItem from="1689211079534" duration="19362000" />
  202. <workItem from="1689384878613" duration="14576000" />
  203. <workItem from="1689468088880" duration="17301000" />
  204. <workItem from="1689643884392" duration="16542000" />
  205. <workItem from="1689672101731" duration="69000" />
  206. <workItem from="1689727752702" duration="14494000" />
  207. <workItem from="1689898697160" duration="19397000" />
  208. <workItem from="1689933974907" duration="72000" />
  209. <workItem from="1689934055143" duration="86000" />
  210. <workItem from="1689936166819" duration="1266000" />
  211. <workItem from="1689981531239" duration="19507000" />
  212. <workItem from="1690114904679" duration="3000" />
  213. <workItem from="1690114916552" duration="738000" />
  214. <workItem from="1690154455002" duration="23097000" />
  215. <workItem from="1690206101546" duration="85000" />
  216. <workItem from="1690246169052" duration="14741000" />
  217. <workItem from="1690370971331" duration="6173000" />
  218. <workItem from="1690419458171" duration="18766000" />
  219. <workItem from="1690458845079" duration="5169000" />
  220. <workItem from="1690464119555" duration="598000" />
  221. <workItem from="1690501051377" duration="18210000" />
  222. <workItem from="1690631747902" duration="3358000" />
  223. <workItem from="1690676800967" duration="5072000" />
  224. <workItem from="1690684936752" duration="13141000" />
  225. <workItem from="1690804193135" duration="1186000" />
  226. <workItem from="1690851113105" duration="12286000" />
  227. <workItem from="1690873318698" duration="6727000" />
  228. <workItem from="1690894136815" duration="2359000" />
  229. <workItem from="1690939282458" duration="15341000" />
  230. <workItem from="1691023555033" duration="16077000" />
  231. <workItem from="1691198578351" duration="14660000" />
  232. <workItem from="1691238697829" duration="104000" />
  233. <workItem from="1691284527744" duration="15953000" />
  234. <workItem from="1691378808845" duration="641000" />
  235. <workItem from="1691448600851" duration="17831000" />
  236. <workItem from="1691496500463" duration="2341000" />
  237. <workItem from="1691538656273" duration="13926000" />
  238. <workItem from="1691628937313" duration="15412000" />
  239. <workItem from="1691755044626" duration="151000" />
  240. <workItem from="1692320229055" duration="5340000" />
  241. <workItem from="1692404696737" duration="15000" />
  242. <workItem from="1692760679023" duration="2997000" />
  243. <workItem from="1692774912062" duration="30000" />
  244. <workItem from="1693622489264" duration="27000" />
  245. <workItem from="1693622628530" duration="162000" />
  246. </task>
  247. <servers />
  248. </component>
  249. <component name="TypeScriptGeneratedFilesManager">
  250. <option name="version" value="3" />
  251. </component>
  252. <component name="XDebuggerManager">
  253. <breakpoint-manager>
  254. <breakpoints>
  255. <line-breakpoint type="java-line">
  256. <url>file://$PROJECT_DIR$/day02/src/com/lc/day02/Demo010.java</url>
  257. <line>16</line>
  258. <option name="timeStamp" value="2" />
  259. </line-breakpoint>
  260. <line-breakpoint type="java-line">
  261. <url>file://$PROJECT_DIR$/day02/src/com/lc/day02/Demo010.java</url>
  262. <line>28</line>
  263. <option name="timeStamp" value="3" />
  264. </line-breakpoint>
  265. <line-breakpoint type="java-line">
  266. <url>file://$PROJECT_DIR$/day02/src/com/lc/day02/Demo011_if2.java</url>
  267. <line>18</line>
  268. <option name="timeStamp" value="4" />
  269. </line-breakpoint>
  270. <line-breakpoint type="java-line">
  271. <url>file://$PROJECT_DIR$/day03/src/com/lc/day03/Demo01_For.java</url>
  272. <line>20</line>
  273. <option name="timeStamp" value="5" />
  274. </line-breakpoint>
  275. <line-breakpoint type="java-line">
  276. <url>file://$PROJECT_DIR$/day03/src/com/lc/day03/exer/Exer_Scanner1.java</url>
  277. <line>45</line>
  278. <option name="timeStamp" value="6" />
  279. </line-breakpoint>
  280. <line-breakpoint type="java-line">
  281. <url>file://$PROJECT_DIR$/day04/src/com/lc/day04/DemoArrArr10.java</url>
  282. <line>25</line>
  283. <option name="timeStamp" value="12" />
  284. </line-breakpoint>
  285. <line-breakpoint type="java-line">
  286. <url>file://$PROJECT_DIR$/day05/src/com/lc/day05/method2/Person.java</url>
  287. <line>23</line>
  288. <option name="timeStamp" value="13" />
  289. </line-breakpoint>
  290. <line-breakpoint type="java-line">
  291. <url>file://$PROJECT_DIR$/day06/src/com/lc/day06/this03/this1/DemoThis.java</url>
  292. <line>14</line>
  293. <option name="timeStamp" value="17" />
  294. </line-breakpoint>
  295. <line-breakpoint type="java-line">
  296. <url>file://$PROJECT_DIR$/day06/src/com/lc/day06/this03/this1/Person.java</url>
  297. <line>16</line>
  298. <option name="timeStamp" value="18" />
  299. </line-breakpoint>
  300. <line-breakpoint type="java-line">
  301. <url>file://$PROJECT_DIR$/day06/src/com/lc/day06/this03/this1/Person.java</url>
  302. <line>32</line>
  303. <option name="timeStamp" value="19" />
  304. </line-breakpoint>
  305. <line-breakpoint type="java-line">
  306. <url>file://$PROJECT_DIR$/day10/src/com/lc/day10/test/ThreadStateTest.java</url>
  307. <line>8</line>
  308. <option name="timeStamp" value="22" />
  309. </line-breakpoint>
  310. <line-breakpoint type="java-line">
  311. <url>file://$PROJECT_DIR$/day11/src/com/lc/day11/test5/CalendarTest.java</url>
  312. <line>50</line>
  313. <option name="timeStamp" value="23" />
  314. </line-breakpoint>
  315. <line-breakpoint type="java-line">
  316. <url>file://$PROJECT_DIR$/day13/src/com/lc/day13/exer/Test01.java</url>
  317. <line>95</line>
  318. <option name="timeStamp" value="24" />
  319. </line-breakpoint>
  320. <line-breakpoint type="java-line">
  321. <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/Arrays.java</url>
  322. <line>1039</line>
  323. <option name="timeStamp" value="29" />
  324. </line-breakpoint>
  325. <line-breakpoint type="java-line">
  326. <url>file://$PROJECT_DIR$/day13/src/com/lc/day13/comparable/Student.java</url>
  327. <line>26</line>
  328. <option name="timeStamp" value="31" />
  329. </line-breakpoint>
  330. <line-breakpoint type="java-line">
  331. <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/Arrays.java</url>
  332. <line>1232</line>
  333. <option name="timeStamp" value="33" />
  334. </line-breakpoint>
  335. <line-breakpoint type="java-line">
  336. <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/TimSort.java</url>
  337. <line>211</line>
  338. <option name="timeStamp" value="34" />
  339. </line-breakpoint>
  340. <line-breakpoint type="java-line">
  341. <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/TimSort.java</url>
  342. <line>278</line>
  343. <option name="timeStamp" value="35" />
  344. </line-breakpoint>
  345. <line-breakpoint type="java-line">
  346. <url>file://$PROJECT_DIR$/day14/src/com/lc/day14/api1/PersonSort.java</url>
  347. <line>18</line>
  348. <option name="timeStamp" value="38" />
  349. </line-breakpoint>
  350. <line-breakpoint type="java-line">
  351. <url>file://$PROJECT_DIR$/day14/src/com/lc/day14/collection1/TestCollection1.java</url>
  352. <line>59</line>
  353. <option name="timeStamp" value="44" />
  354. </line-breakpoint>
  355. <line-breakpoint enabled="true" type="java-line">
  356. <url>file://$PROJECT_DIR$/day14/src/com/lc/day14/exer/TestList.java</url>
  357. <line>32</line>
  358. <option name="timeStamp" value="77" />
  359. </line-breakpoint>
  360. <line-breakpoint enabled="true" type="java-line">
  361. <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/ArrayList.java</url>
  362. <line>613</line>
  363. <option name="timeStamp" value="86" />
  364. </line-breakpoint>
  365. <line-breakpoint enabled="true" type="java-line">
  366. <url>file://$PROJECT_DIR$/day15/src/com/lc/day15/exer/ExerSet1.java</url>
  367. <line>52</line>
  368. <option name="timeStamp" value="111" />
  369. </line-breakpoint>
  370. <line-breakpoint enabled="true" type="java-line">
  371. <url>file://$PROJECT_DIR$/day15/src/com/lc/day15/exer/ExerSet1.java</url>
  372. <line>61</line>
  373. <option name="timeStamp" value="112" />
  374. </line-breakpoint>
  375. <line-breakpoint enabled="true" type="java-line">
  376. <url>file://$PROJECT_DIR$/day16/src/com/lc/day16/srcs/Test01.java</url>
  377. <line>57</line>
  378. <option name="timeStamp" value="114" />
  379. </line-breakpoint>
  380. <line-breakpoint enabled="true" type="java-line">
  381. <url>file://$PROJECT_DIR$/day16/src/com/lc/day16/srcs/Test01.java</url>
  382. <line>27</line>
  383. <option name="timeStamp" value="130" />
  384. </line-breakpoint>
  385. <line-breakpoint enabled="true" type="java-line">
  386. <url>file://$PROJECT_DIR$/day18/src/com/lc/day18/io2/TestObj.java</url>
  387. <line>22</line>
  388. <option name="timeStamp" value="141" />
  389. </line-breakpoint>
  390. <line-breakpoint enabled="true" type="java-line">
  391. <url>file://$PROJECT_DIR$/test/src/com/lc/internet/a2/Client.java</url>
  392. <line>38</line>
  393. <option name="timeStamp" value="142" />
  394. </line-breakpoint>
  395. <line-breakpoint enabled="true" type="java-line">
  396. <url>file://$PROJECT_DIR$/day19/src/com/lc/day19/tcp3/Client.java</url>
  397. <line>85</line>
  398. <option name="timeStamp" value="147" />
  399. </line-breakpoint>
  400. <line-breakpoint enabled="true" type="java-line">
  401. <url>file://$PROJECT_DIR$/day19/src/com/lc/day19/tcp4/Server.java</url>
  402. <line>67</line>
  403. <option name="timeStamp" value="151" />
  404. </line-breakpoint>
  405. <line-breakpoint enabled="true" type="java-line">
  406. <url>file://$PROJECT_DIR$/day19/src/com/lc/day19/tcp4/Client.java</url>
  407. <line>72</line>
  408. <option name="timeStamp" value="152" />
  409. </line-breakpoint>
  410. <line-breakpoint enabled="true" type="java-line">
  411. <url>file://$PROJECT_DIR$/day20/src/com/lc/day20/reflect7/TestAnnotation.java</url>
  412. <line>32</line>
  413. <option name="timeStamp" value="153" />
  414. </line-breakpoint>
  415. <line-breakpoint enabled="true" type="java-line">
  416. <url>file://$PROJECT_DIR$/day21/src/com/lc/day21/stream5/StreamEndding.java</url>
  417. <line>33</line>
  418. <option name="timeStamp" value="156" />
  419. </line-breakpoint>
  420. </breakpoints>
  421. </breakpoint-manager>
  422. </component>
  423. <component name="XSLT-Support.FileAssociations.UIState">
  424. <expand />
  425. <select />
  426. </component>
  427. </project>