Skip to content

Commit fe4ebda

Browse files
author
uodut
committed
ver1.1:加入CheckStyle代码检验
1 parent 85377fb commit fe4ebda

File tree

69 files changed

+573
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+573
-581
lines changed

src/ClassDemo/InterfaceDemo.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Reflect/ReflectDemo.java

Lines changed: 0 additions & 139 deletions
This file was deleted.

src/String/Functions.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/String/StringCompare.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/AnnotationDemo/AnnotationClass.java renamed to src/com/nubia/annotation/AnnotationClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AnnotationDemo;
1+
package com.nubia.annotation;
22

33
import java.lang.annotation.ElementType;
44
import java.lang.annotation.Retention;

src/AnnotationDemo/AnnotationConstructor.java renamed to src/com/nubia/annotation/AnnotationConstructor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AnnotationDemo;
1+
package com.nubia.annotation;
22

33
import java.lang.annotation.ElementType;
44
import java.lang.annotation.Retention;

src/AnnotationDemo/AnnotationTest.java renamed to src/com/nubia/annotation/AnnotationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
package AnnotationDemo;
1+
package com.nubia.annotation;
22

33
import java.lang.annotation.Annotation;
44
import java.lang.reflect.Constructor;
55
import java.lang.reflect.Method;
66
import org.apache.log4j.Logger;
7-
import BasicDao.PersonAnnotation;
8-
import LogDemo.LogDemo;
7+
import com.nubia.dao.PersonAnnotation;
8+
import com.nubia.log.LogDemo;
99

1010
/**
1111
* 2016年3月1日
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ClassDemo;
1+
package com.nubia.clazz;
22
/**
33
* 特点:
44
* 1、修饰符为public或者protected,默认为public
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ClassDemo;
1+
package com.nubia.clazz;
22
/**
33
* 内部类包括:
44
* 1、语法层面

0 commit comments

Comments
 (0)