File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <module type =" JAVA_MODULE" version =" 4" />
2+ <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=" true" type =" JAVA_MODULE" version =" 4" >
3+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8" >
4+ <output url =" file://$MODULE_DIR$/target/classes" />
5+ <output-test url =" file://$MODULE_DIR$/target/test-classes" />
6+ <content url =" file://$MODULE_DIR$" >
7+ <sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
8+ <sourceFolder url =" file://$MODULE_DIR$/src/test/java" isTestSource =" true" />
9+ <excludeFolder url =" file://$MODULE_DIR$/target" />
10+ </content >
11+ <orderEntry type =" inheritedJdk" />
12+ <orderEntry type =" sourceFolder" forTests =" false" />
13+ <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.12" level =" project" />
14+ <orderEntry type =" library" scope =" TEST" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
15+ </component >
16+ </module >
Original file line number Diff line number Diff line change @@ -197,13 +197,13 @@ executor.shutdown();
197197
198198#### 73. 避免使用线程组
199199
200- #### 74.
200+ #### 74. 谨慎地实现 Serializable 接口
201201
202- #### 75.
202+ #### 75. 考虑使用自定义的序列化形式
203203
204- #### 76.
204+ #### 76. 保护性的编写 readObject 方法
205205
206- #### 77.
206+ #### 77. 对于实例控制,枚举类型优先于 readObject
207207
208- #### 78.
208+ #### 78. 考虑用序列化代理代替实例化实例
209209
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <module type =" JAVA_MODULE" version =" 4" />
2+ <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=" true" type =" JAVA_MODULE" version =" 4" >
3+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8" >
4+ <output url =" file://$MODULE_DIR$/target/classes" />
5+ <output-test url =" file://$MODULE_DIR$/target/test-classes" />
6+ <content url =" file://$MODULE_DIR$" >
7+ <excludeFolder url =" file://$MODULE_DIR$/target" />
8+ </content >
9+ <orderEntry type =" inheritedJdk" />
10+ <orderEntry type =" sourceFolder" forTests =" false" />
11+ <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.12" level =" project" />
12+ <orderEntry type =" library" scope =" TEST" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
13+ </component >
14+ </module >
You can’t perform that action at this time.
0 commit comments