⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changedparent.java

📁 JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,
💻 JAVA
字号:
package ChangedPackage;/**  * OLD: The changes in this class are to do with changes in inherited * methods and fields. */public class ChangedParent {    /** This constructor should remain unchanged. */    public ChangedParent() {    }    /** OLD This method moves to its child. */    public void MovingMethod2() {    }    /** OLD This method is removed from the parent. */    public int OldParentMethod(int a) {        return 1;    }    /** OLD This field moves to its child. */    public int MovingField2;    /** OLD This field is removed from the parent. */    public String OldParentField;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -