DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractClass / testFieldsWithJavadoc / in / FieldsWithJavadoc.java
123456789101112
package p; public class FieldsWithJavadoc { /** * the test field */ String[] test; /** val field */ int[] val; }