Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_langtools
提交
cc2b9ed9
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看板
提交
cc2b9ed9
编写于
8月 15, 2012
作者:
J
jjh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7191449: update copyright year to match last edit in jdk8 langtools repository
Reviewed-by: jjh Contributed-by: steve.sides@oracle.com
上级
4dd72d3d
变更
36
隐藏空白更改
内联
并排
Showing
36 changed file
with
36 addition
and
36 deletion
+36
-36
make/jprt.properties
make/jprt.properties
+1
-1
make/tools/anttasks/CompilePropertiesTask.java
make/tools/anttasks/CompilePropertiesTask.java
+1
-1
make/tools/anttasks/GenStubsTask.java
make/tools/anttasks/GenStubsTask.java
+1
-1
make/tools/anttasks/SelectToolTask.java
make/tools/anttasks/SelectToolTask.java
+1
-1
make/tools/compileproperties/CompileProperties.java
make/tools/compileproperties/CompileProperties.java
+1
-1
make/tools/genstubs/GenStubs.java
make/tools/genstubs/GenStubs.java
+1
-1
src/share/classes/com/sun/tools/javac/code/Source.java
src/share/classes/com/sun/tools/javac/code/Source.java
+1
-1
src/share/classes/com/sun/tools/javac/code/Type.java
src/share/classes/com/sun/tools/javac/code/Type.java
+1
-1
src/share/classes/com/sun/tools/javac/comp/AttrContext.java
src/share/classes/com/sun/tools/javac/comp/AttrContext.java
+1
-1
src/share/classes/com/sun/tools/javac/comp/TransTypes.java
src/share/classes/com/sun/tools/javac/comp/TransTypes.java
+1
-1
src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
+1
-1
src/share/classes/com/sun/tools/javac/main/Main.java
src/share/classes/com/sun/tools/javac/main/Main.java
+1
-1
src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java
...ses/com/sun/tools/javac/util/RichDiagnosticFormatter.java
+1
-1
test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh
test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh
+1
-1
test/tools/javac/api/7086261/T7086261.java
test/tools/javac/api/7086261/T7086261.java
+1
-1
test/tools/javac/api/T6397104.java
test/tools/javac/api/T6397104.java
+1
-1
test/tools/javac/diags/CheckExamples.java
test/tools/javac/diags/CheckExamples.java
+1
-1
test/tools/javac/diags/MessageInfo.java
test/tools/javac/diags/MessageInfo.java
+1
-1
test/tools/javac/diags/RunExamples.java
test/tools/javac/diags/RunExamples.java
+1
-1
test/tools/javac/diags/examples/ApplicableMethodFound1.java
test/tools/javac/diags/examples/ApplicableMethodFound1.java
+1
-1
test/tools/javac/diags/examples/IllegalDot.java
test/tools/javac/diags/examples/IllegalDot.java
+1
-1
test/tools/javac/diags/examples/InconvertibleTypes.java
test/tools/javac/diags/examples/InconvertibleTypes.java
+1
-1
test/tools/javac/diags/examples/KindnameConstructor.java
test/tools/javac/diags/examples/KindnameConstructor.java
+1
-1
test/tools/javac/diags/examples/NotApplicableMethodFound.java
.../tools/javac/diags/examples/NotApplicableMethodFound.java
+1
-1
test/tools/javac/diags/examples/PossibleLossPrecision.java
test/tools/javac/diags/examples/PossibleLossPrecision.java
+1
-1
test/tools/javac/diags/examples/ResourceNotApplicableToType.java
...ols/javac/diags/examples/ResourceNotApplicableToType.java
+1
-1
test/tools/javac/diags/examples/VarargsArgumentMismatch.java
test/tools/javac/diags/examples/VarargsArgumentMismatch.java
+1
-1
test/tools/javac/diags/examples/VerboseResolveMulti1.java
test/tools/javac/diags/examples/VerboseResolveMulti1.java
+1
-1
test/tools/javac/diags/examples/WhereCaptured.java
test/tools/javac/diags/examples/WhereCaptured.java
+1
-1
test/tools/javac/diags/examples/WhereCaptured1.java
test/tools/javac/diags/examples/WhereCaptured1.java
+1
-1
test/tools/javac/diags/examples/WhereIntersection.java
test/tools/javac/diags/examples/WhereIntersection.java
+1
-1
test/tools/javac/diags/examples/WhereTypeVar.java
test/tools/javac/diags/examples/WhereTypeVar.java
+1
-1
test/tools/javac/generics/typevars/T7148242.java
test/tools/javac/generics/typevars/T7148242.java
+1
-1
test/tools/javac/newlines/Newlines.sh
test/tools/javac/newlines/Newlines.sh
+1
-1
test/tools/javac/parser/T4881269.java
test/tools/javac/parser/T4881269.java
+1
-1
test/tools/javac/processing/TestWarnErrorCount.java
test/tools/javac/processing/TestWarnErrorCount.java
+1
-1
未找到文件。
make/jprt.properties
浏览文件 @
cc2b9ed9
#
# Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2006, 201
2
, Oracle and/or its affiliates. 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
...
...
make/tools/anttasks/CompilePropertiesTask.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2007, 201
0
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 201
2
, Oracle and/or its affiliates. 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
...
...
make/tools/anttasks/GenStubsTask.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009,
2012,
Oracle and/or its affiliates. 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
...
...
make/tools/anttasks/SelectToolTask.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2008, 20
09
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 20
12
, Oracle and/or its affiliates. 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
...
...
make/tools/compileproperties/CompileProperties.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2002, 201
0
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 201
2
, Oracle and/or its affiliates. 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
...
...
make/tools/genstubs/GenStubs.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2009, 201
0
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009, 201
2
, Oracle and/or its affiliates. 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/code/Source.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2002, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 201
2
, Oracle and/or its affiliates. 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/code/Type.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 1999, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 201
2
, Oracle and/or its affiliates. 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/AttrContext.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 1999, 20
08
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 20
12
, Oracle and/or its affiliates. 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/TransTypes.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 1999, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 201
2
, Oracle and/or its affiliates. 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/file/ZipFileIndex.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2007, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 201
2
, Oracle and/or its affiliates. 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/main/Main.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 1999, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 201
2
, Oracle and/or its affiliates. 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/RichDiagnosticFormatter.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009,
2012,
Oracle and/or its affiliates. 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/ProtectedInnerClass/ProtectedInnerClass.sh
浏览文件 @
cc2b9ed9
#
# Copyright (c) 1998, 20
09
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1998, 20
12
, Oracle and/or its affiliates. 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/api/7086261/T7086261.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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/api/T6397104.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006,
2012,
Oracle and/or its affiliates. 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/diags/CheckExamples.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/MessageInfo.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 201
2
, Oracle and/or its affiliates. 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/diags/RunExamples.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 201
2
, Oracle and/or its affiliates. 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/diags/examples/ApplicableMethodFound1.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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/diags/examples/IllegalDot.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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/diags/examples/InconvertibleTypes.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/KindnameConstructor.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 201
2
, Oracle and/or its affiliates. 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/diags/examples/NotApplicableMethodFound.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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/diags/examples/PossibleLossPrecision.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/ResourceNotApplicableToType.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/VarargsArgumentMismatch.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/VerboseResolveMulti1.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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/diags/examples/WhereCaptured.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/WhereCaptured1.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/WhereIntersection.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/diags/examples/WhereTypeVar.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2012,
Oracle and/or its affiliates. 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/generics/typevars/T7148242.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2009, 201
0
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009, 201
2
, Oracle and/or its affiliates. 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/newlines/Newlines.sh
浏览文件 @
cc2b9ed9
#
# Copyright (c) 2002, 20
09
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2002, 20
12
, Oracle and/or its affiliates. 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/parser/T4881269.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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/TestWarnErrorCount.java
浏览文件 @
cc2b9ed9
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011,
2012,
Oracle and/or its affiliates. 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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录