- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
public Map<ConfigurationProperty, List<String>> parseProperties(Map<ConfigurationProperty, List<String>> propertyMap, String... args) throws InterpreterPropertyException { for ( ConfigurationProperty p : getProperties()) { if ( p.hasDefaults()) { List<String> properties = getOrCreatePropertyList(propertyMap, p); Collections.addAll(properties, p.getDefaults()); } } return propertyMap; } }