01: package org.netbeans.test.editor.completion;
02:
03: /**
04: *
05: * @author Jan Lahoda
06: */
07: public class ArgumentTest {
08:
09: /** Creates a new instance of ArgumentTest */
10: public ArgumentTest() {
11: }
12:
13: public void testingMethod(String first, Object second, Integer third, Float fourth) {
14:third.
15: }
16: }
|