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

📄 changedparent.java

📁 JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,
💻 JAVA
字号:
package ChangedPackage;/**  * NEW: 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() {    }    /** NEW This method moves to its parent. */    public void MovingMethod1() {    }    /** NEW This is a new method in the parent. */    public void NewParentMethod() {    }    /** NEW This field moves to its parent. */    public int MovingField1;    /** NEW This is a new field in the parent. */    public char NewParentField;}

⌨️ 快捷键说明

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