resolver="vaadin-addons" />
<module organisation="com.vaadin" name="vaadin-testbench-api"
resolver="vaadin-addons" />
- <module organisation="com.vaadin" name="vaadin-buildhelpers"
- resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-root"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-shared"
private static String[] BASE_PACKAGES = { "com.vaadin" };
- private static String[] EXCLUDED_PATTERNS = {
+ private static String[] EXCLUDED_PATTERNS = { //
"com\\.vaadin\\.demo\\..*", //
"com\\.vaadin\\.external\\.org\\.apache\\.commons\\.fileupload\\..*", //
"com\\.vaadin\\.launcher\\..*", //
// class level filtering, also affecting nested classes and
// interfaces
"com\\.vaadin\\.server\\.LegacyCommunicationManager.*", //
- "com\\.vaadin\\.buildhelpers.*", //
"com\\.vaadin\\.util\\.EncodeUtil.*", //
"com\\.vaadin\\.util\\.ReflectTools.*", //
"com\\.vaadin\\.data\\.util\\.ReflectTools.*", //
nonSerializableString += ")";
}
}
- Assert.fail("Serializable not implemented by the following classes and interfaces: "
- + nonSerializableString);
+ Assert.fail(
+ "Serializable not implemented by the following classes and interfaces: "
+ + nonSerializableString);
}
}
while (e.hasMoreElements()) {
JarEntry entry = e.nextElement();
if (entry.getName().endsWith(".class")) {
- String nameWithoutExtension = entry.getName().replaceAll(
- "\\.class", "");
+ String nameWithoutExtension = entry.getName()
+ .replaceAll("\\.class", "");
String className = nameWithoutExtension.replace('/', '.');
classes.add(className);
}
resolver="vaadin-addons" />
<module organisation="com.vaadin" name="vaadin-testbench-api"
resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-buildhelpers"
- resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-root"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-shared"