瀏覽代碼

Annotated to be removed Tree API with @noreference and @noextend

See https://wiki.eclipse.org/Eclipse/API_Central/API_Removal_Process.

Bug: 486105
Change-Id: I460e43da0d487279608729a2081c614e7065f56f
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
tags/v4.2.0.201601211800-r
Andrey Loskutov 8 年之前
父節點
當前提交
2006e90abc

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileTreeEntry.java 查看文件

* To lookup information about multiple paths at once, use a * To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's * {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods. * information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/ */
@Deprecated @Deprecated
public class FileTreeEntry extends TreeEntry { public class FileTreeEntry extends TreeEntry {

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/lib/GitlinkTreeEntry.java 查看文件

* To lookup information about multiple paths at once, use a * To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's * {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods. * information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/ */
@Deprecated @Deprecated
public class GitlinkTreeEntry extends TreeEntry { public class GitlinkTreeEntry extends TreeEntry {

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/lib/SymlinkTreeEntry.java 查看文件

* To lookup information about multiple paths at once, use a * To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's * {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods. * information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/ */
@Deprecated @Deprecated
public class SymlinkTreeEntry extends TreeEntry { public class SymlinkTreeEntry extends TreeEntry {

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/lib/Tree.java 查看文件

* To lookup information about multiple paths at once, use a * To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's * {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods. * information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/ */
@Deprecated @Deprecated
public class Tree extends TreeEntry { public class Tree extends TreeEntry {

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/lib/TreeEntry.java 查看文件

* To lookup information about multiple paths at once, use a * To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's * {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods. * information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/ */
@Deprecated @Deprecated
public abstract class TreeEntry implements Comparable { public abstract class TreeEntry implements Comparable {

Loading…
取消
儲存