270271272273274275276277278
if (proc == null) { error("{0}は不明なインポーターを利用しています", input); continue; } Set<Location> locations = proc.getInputInfo(input).getLocations(); results.add(new SideData(locations, input.getName())); } return results; }