Searched defs:copyOptions (Results 1 – 2 of 2) sorted by relevance
39 public static void copyOptions(Object origObject, Object destObject) in copyOptions() method in OptionCopier63 public static void copyOptions(Object origObject, Object destObject, String optionName) in copyOptions() method in OptionCopier
499 List<TestOption> copyOptions = new ArrayList<>(a.getOptions()); in createComparableNames() local