Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_langtools
提交
a6125ca9
D
dragonwell8_langtools
项目概览
openanolis
/
dragonwell8_langtools
通知
0
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_langtools
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a6125ca9
编写于
1月 08, 2009
作者:
B
bpatel
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
add6cbe1
4fc2f73e
变更
70
隐藏空白更改
内联
并排
Showing
70 changed file
with
187 addition
and
65 deletion
+187
-65
.hgtags
.hgtags
+1
-0
src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java
...lasses/com/sun/tools/doclets/formats/html/HtmlDoclet.java
+1
-1
src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java
...com/sun/tools/doclets/formats/html/WriterFactoryImpl.java
+1
-1
src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java
...om/sun/tools/doclets/internal/toolkit/AbstractDoclet.java
+1
-1
src/share/classes/com/sun/tools/javac/comp/Todo.java
src/share/classes/com/sun/tools/javac/comp/Todo.java
+1
-1
src/share/classes/com/sun/tools/javac/tree/TreeScanner.java
src/share/classes/com/sun/tools/javac/tree/TreeScanner.java
+1
-0
src/share/classes/com/sun/tools/javac/util/JavacMessages.java
...share/classes/com/sun/tools/javac/util/JavacMessages.java
+1
-1
src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java
...re/classes/com/sun/tools/javac/util/LayoutCharacters.java
+1
-1
src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java
...ses/com/sun/tools/javac/util/MandatoryWarningHandler.java
+1
-1
src/share/classes/com/sun/tools/javadoc/JavadocTodo.java
src/share/classes/com/sun/tools/javadoc/JavadocTodo.java
+1
-1
src/share/classes/com/sun/tools/javadoc/Main.java
src/share/classes/com/sun/tools/javadoc/Main.java
+1
-1
src/share/classes/com/sun/tools/javadoc/Start.java
src/share/classes/com/sun/tools/javadoc/Start.java
+1
-1
src/share/classes/javax/tools/FileObject.java
src/share/classes/javax/tools/FileObject.java
+1
-1
test/com/sun/javadoc/AuthorDD/AuthorDD.java
test/com/sun/javadoc/AuthorDD/AuthorDD.java
+1
-1
test/com/sun/javadoc/lib/JavadocTester.java
test/com/sun/javadoc/lib/JavadocTester.java
+1
-1
test/com/sun/javadoc/testSupplementary/TestSupplementary.java
.../com/sun/javadoc/testSupplementary/TestSupplementary.java
+1
-1
test/tools/apt/Basics/print.sh
test/tools/apt/Basics/print.sh
+1
-1
test/tools/apt/Compile/compile.sh
test/tools/apt/Compile/compile.sh
+1
-1
test/tools/apt/Discovery/discovery.sh
test/tools/apt/Discovery/discovery.sh
+1
-1
test/tools/apt/mirror/declaration/AnnoMirror.java
test/tools/apt/mirror/declaration/AnnoMirror.java
+1
-1
test/tools/apt/mirror/declaration/AnnoTypeDecl.java
test/tools/apt/mirror/declaration/AnnoTypeDecl.java
+1
-1
test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java
test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java
+1
-1
test/tools/apt/mirror/declaration/AnnoVal.java
test/tools/apt/mirror/declaration/AnnoVal.java
+1
-1
test/tools/apt/mirror/declaration/ClassDecl.java
test/tools/apt/mirror/declaration/ClassDecl.java
+1
-1
test/tools/apt/mirror/declaration/ConstExpr.java
test/tools/apt/mirror/declaration/ConstExpr.java
+1
-1
test/tools/apt/mirror/declaration/ConstructorDecl.java
test/tools/apt/mirror/declaration/ConstructorDecl.java
+1
-1
test/tools/apt/mirror/declaration/EnumDecl.java
test/tools/apt/mirror/declaration/EnumDecl.java
+1
-1
test/tools/apt/mirror/declaration/FieldDecl.java
test/tools/apt/mirror/declaration/FieldDecl.java
+1
-1
test/tools/apt/mirror/declaration/GetAnno.java
test/tools/apt/mirror/declaration/GetAnno.java
+1
-1
test/tools/apt/mirror/declaration/InterfaceDecl.java
test/tools/apt/mirror/declaration/InterfaceDecl.java
+1
-1
test/tools/apt/mirror/declaration/MethodDecl.java
test/tools/apt/mirror/declaration/MethodDecl.java
+1
-1
test/tools/apt/mirror/declaration/PackageDecl.java
test/tools/apt/mirror/declaration/PackageDecl.java
+1
-1
test/tools/apt/mirror/declaration/ParameterDecl.java
test/tools/apt/mirror/declaration/ParameterDecl.java
+1
-1
test/tools/apt/mirror/type/AnnoTyp.java
test/tools/apt/mirror/type/AnnoTyp.java
+1
-1
test/tools/apt/mirror/type/ArrayTyp.java
test/tools/apt/mirror/type/ArrayTyp.java
+1
-1
test/tools/apt/mirror/type/ClassTyp.java
test/tools/apt/mirror/type/ClassTyp.java
+1
-1
test/tools/apt/mirror/type/EnumTyp.java
test/tools/apt/mirror/type/EnumTyp.java
+1
-1
test/tools/apt/mirror/type/InterfaceTyp.java
test/tools/apt/mirror/type/InterfaceTyp.java
+1
-1
test/tools/apt/mirror/type/PrimitiveTyp.java
test/tools/apt/mirror/type/PrimitiveTyp.java
+1
-1
test/tools/apt/mirror/type/TypeVar.java
test/tools/apt/mirror/type/TypeVar.java
+1
-1
test/tools/apt/mirror/type/WildcardTyp.java
test/tools/apt/mirror/type/WildcardTyp.java
+1
-1
test/tools/apt/mirror/util/Overrides.java
test/tools/apt/mirror/util/Overrides.java
+1
-1
test/tools/apt/mirror/util/TypeCreation.java
test/tools/apt/mirror/util/TypeCreation.java
+1
-1
test/tools/javac/6457284/T6457284.java
test/tools/javac/6457284/T6457284.java
+1
-1
test/tools/javac/links/T.java
test/tools/javac/links/T.java
+1
-1
test/tools/javac/links/links.sh
test/tools/javac/links/links.sh
+1
-1
test/tools/javac/policy/test1/A.java
test/tools/javac/policy/test1/A.java
+1
-1
test/tools/javac/policy/test1/D.java
test/tools/javac/policy/test1/D.java
+1
-1
test/tools/javac/policy/test1/Test1a.java
test/tools/javac/policy/test1/Test1a.java
+1
-1
test/tools/javac/processing/6348193/T6348193.java
test/tools/javac/processing/6348193/T6348193.java
+1
-1
test/tools/javac/processing/6512707/T6512707.java
test/tools/javac/processing/6512707/T6512707.java
+56
-0
test/tools/javac/processing/6512707/TestAnnotation.java
test/tools/javac/processing/6512707/TestAnnotation.java
+35
-0
test/tools/javac/processing/6512707/TestEnum.java
test/tools/javac/processing/6512707/TestEnum.java
+29
-0
test/tools/javadoc/BooleanConst.java
test/tools/javadoc/BooleanConst.java
+1
-1
test/tools/javadoc/BreakIteratorWarning.java
test/tools/javadoc/BreakIteratorWarning.java
+1
-1
test/tools/javadoc/FlagsTooEarly.java
test/tools/javadoc/FlagsTooEarly.java
+1
-1
test/tools/javadoc/InlineTagsWithBraces.java
test/tools/javadoc/InlineTagsWithBraces.java
+1
-1
test/tools/javadoc/LangVers.java
test/tools/javadoc/LangVers.java
+1
-1
test/tools/javadoc/MethodLinks.java
test/tools/javadoc/MethodLinks.java
+1
-1
test/tools/javadoc/NoStar.java
test/tools/javadoc/NoStar.java
+1
-1
test/tools/javadoc/T4994049/T4994049.java
test/tools/javadoc/T4994049/T4994049.java
+1
-1
test/tools/javadoc/XWerror.java
test/tools/javadoc/XWerror.java
+1
-1
test/tools/javadoc/completionFailure/CompletionFailure.java
test/tools/javadoc/completionFailure/CompletionFailure.java
+1
-1
test/tools/javadoc/dupOk/DupOk.java
test/tools/javadoc/dupOk/DupOk.java
+1
-1
test/tools/javadoc/imports/MissingImport.java
test/tools/javadoc/imports/MissingImport.java
+1
-1
test/tools/javadoc/lib/Tester.java
test/tools/javadoc/lib/Tester.java
+1
-1
test/tools/javadoc/nestedClass/NestedClass.java
test/tools/javadoc/nestedClass/NestedClass.java
+1
-1
test/tools/javadoc/sourceOnly/p/SourceOnly.java
test/tools/javadoc/sourceOnly/p/SourceOnly.java
+1
-1
test/tools/javadoc/sourceOption/SourceOption.java
test/tools/javadoc/sourceOption/SourceOption.java
+1
-1
test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java
test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java
+1
-1
未找到文件。
.hgtags
浏览文件 @
a6125ca9
...
...
@@ -16,3 +16,4 @@ eaf608c64fecf70f955dc9f29f94c055b183aeec jdk7-b30
3fb51e47622bb771571680bc6a7b64c6172b482d jdk7-b39
32e30988324601d08b87989f0821d99aa8534511 jdk7-b40
ded6b40f558e8d19b3c17715b3d67ee001606645 jdk7-b41
5e5567c2db56a931cf07768218c20903d9828b5f jdk7-b42
src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java
浏览文件 @
a6125ca9
/*
* Copyright 1997-200
3
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 1997-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java
浏览文件 @
a6125ca9
/*
* Copyright 2003-200
4
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javac/comp/Todo.java
浏览文件 @
a6125ca9
/*
* Copyright 2001-200
5
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2001-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javac/tree/TreeScanner.java
浏览文件 @
a6125ca9
...
...
@@ -86,6 +86,7 @@ public class TreeScanner extends Visitor {
scan
(
tree
.
typarams
);
scan
(
tree
.
params
);
scan
(
tree
.
thrown
);
scan
(
tree
.
defaultValue
);
scan
(
tree
.
body
);
}
...
...
src/share/classes/com/sun/tools/javac/util/JavacMessages.java
浏览文件 @
a6125ca9
/*
* Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2005
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java
浏览文件 @
a6125ca9
/*
* Copyright 1999-200
5
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 1999-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java
浏览文件 @
a6125ca9
/*
* Copyright 2005-200
6
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2005-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javadoc/JavadocTodo.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javadoc/Main.java
浏览文件 @
a6125ca9
/*
* Copyright 2000-200
6
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2000-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/com/sun/tools/javadoc/Start.java
浏览文件 @
a6125ca9
/*
* Copyright 1997-200
6
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 1997-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
src/share/classes/javax/tools/FileObject.java
浏览文件 @
a6125ca9
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2006
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/com/sun/javadoc/AuthorDD/AuthorDD.java
浏览文件 @
a6125ca9
/*
* Copyright 2002-200
3
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/com/sun/javadoc/lib/JavadocTester.java
浏览文件 @
a6125ca9
/*
* Copyright 2002-200
4
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/com/sun/javadoc/testSupplementary/TestSupplementary.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/Basics/print.sh
浏览文件 @
a6125ca9
#!/bin/sh
#
# Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/Compile/compile.sh
浏览文件 @
a6125ca9
#!/bin/sh
#
# Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/Discovery/discovery.sh
浏览文件 @
a6125ca9
#!/bin/sh
#
# Copyright 1999-200
2
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 1999-200
8
Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/AnnoMirror.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/AnnoTypeDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/AnnoVal.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/ClassDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/ConstExpr.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/ConstructorDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/EnumDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/FieldDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/GetAnno.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/InterfaceDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/MethodDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/PackageDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/declaration/ParameterDecl.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/AnnoTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/ArrayTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/ClassTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/EnumTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/InterfaceTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/PrimitiveTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/TypeVar.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/type/WildcardTyp.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/util/Overrides.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/apt/mirror/util/TypeCreation.java
浏览文件 @
a6125ca9
/*
* Copyright 2004-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/6457284/T6457284.java
浏览文件 @
a6125ca9
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2006
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/links/T.java
浏览文件 @
a6125ca9
/*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2001
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/links/links.sh
浏览文件 @
a6125ca9
#!/bin/sh
#
# Copyright 2001-200
2
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 2001-200
8
Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/policy/test1/A.java
浏览文件 @
a6125ca9
/*
* Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2005
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/policy/test1/D.java
浏览文件 @
a6125ca9
/*
* Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2005
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/policy/test1/Test1a.java
浏览文件 @
a6125ca9
/*
* Copyright 2005-200
6
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2005-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/processing/6348193/T6348193.java
浏览文件 @
a6125ca9
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2006
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javac/processing/6512707/T6512707.java
0 → 100644
浏览文件 @
a6125ca9
/*
* Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* CA 95054 USA or visit www.sun.com if you need additional information or
* have any questions.
*/
/*
* @test
* @bug 6512707
* @summary "incompatible types" after (unrelated) annotation processing
* @author Peter Runge
* @compile T6512707.java
*
* @compile -processor T6512707 TestAnnotation.java
*/
import
java.util.Set
;
import
javax.annotation.processing.*
;
import
javax.lang.model.SourceVersion
;
import
javax.lang.model.element.*
;
import
javax.lang.model.util.*
;
/**
* Dummy processor to force bug 6512707 to show - it does not matter what
* the annotation processor does for this bug.
*/
@SupportedAnnotationTypes
(
"*"
)
public
class
T6512707
extends
AbstractProcessor
{
public
boolean
process
(
Set
<?
extends
TypeElement
>
annotations
,
RoundEnvironment
roundEnv
)
{
return
(
false
);
}
@Override
public
SourceVersion
getSupportedSourceVersion
()
{
return
SourceVersion
.
latest
();
}
}
test/tools/javac/processing/6512707/TestAnnotation.java
0 → 100644
浏览文件 @
a6125ca9
/*
* Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* CA 95054 USA or visit www.sun.com if you need additional information or
* have any questions.
*/
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.Target
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
(
ElementType
.
TYPE
)
public
@interface
TestAnnotation
{
public
TestEnum
value
()
default
TestEnum
.
TWO
;
}
test/tools/javac/processing/6512707/TestEnum.java
0 → 100644
浏览文件 @
a6125ca9
/*
* Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* CA 95054 USA or visit www.sun.com if you need additional information or
* have any questions.
*/
public
enum
TestEnum
{
ONE
,
TWO
}
test/tools/javadoc/BooleanConst.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/BreakIteratorWarning.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/FlagsTooEarly.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/InlineTagsWithBraces.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/LangVers.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/MethodLinks.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/NoStar.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/T4994049/T4994049.java
浏览文件 @
a6125ca9
/*
* Copyright 2005-200
7
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2005-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/XWerror.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/completionFailure/CompletionFailure.java
浏览文件 @
a6125ca9
/*
* Copyright 2002-200
5
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/dupOk/DupOk.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/imports/MissingImport.java
浏览文件 @
a6125ca9
/*
* Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2004
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/lib/Tester.java
浏览文件 @
a6125ca9
/*
* Copyright 2003-200
4
Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003-200
8
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/nestedClass/NestedClass.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/sourceOnly/p/SourceOnly.java
浏览文件 @
a6125ca9
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2002
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/sourceOption/SourceOption.java
浏览文件 @
a6125ca9
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2006
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java
浏览文件 @
a6125ca9
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 2003
-2008
Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录