DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceIndirection / test29 / in / Test.java
12345678
package p0; public class Test { void m() { new StringBuffer("hello").substring(1, 3); new StringBuffer("hello").substring(1, 4); } }