On Fri, Mar 24, 2017 at 3:51 PM, Vojtech Szocs <vszocs@redhat.com> wrote:Found the problem after debugging NlsCheck.First of all, it checks all kinds of Java sources, including the generated ones. That's silly and one of the reasons why Checkstyle execution takes a rather long time. I'll fix that.Next, when checking a Java source that contains string "{}" (without quotes) it will log the problem, but Checkstyle message logging infra things that "{}" is a placeholder to resolve, but it's not, and it fails on NumberFormatException. I'll fix that too.VojtechOn Fri, Mar 24, 2017 at 3:19 PM, Vojtech Szocs <vszocs@redhat.com> wrote:Hi Allon,I think I found some strange Checkstyle related problems on master.Engine build with (GWT compilation enabled) works OK.Next, trying to start GWT debugger:
$ make gwt-debug DEBUG_MODULE=webadmin \
DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-Dgwt.userAgent=gecko1_8 ,safari" \
DEV_EXTRA_BUILD_FLAGS="-Dgwt.logLevel=INFO -Dgwt.locale=en_US -Dgwt.compiler.localWorkers=1" \
DEV_BUILD_GWT_SUPER_DEV_MODE=1
maven-checkstyle-plugin:check execution fails on
frontend/webadmin/modules/gwt-extension/src/main/java/org/ov irt/engine/ui/uioverrides/org/ ovirt/engine/core/compat/Forma tterDotnet.java
can't parse argument number: (\\d)\\: For input string: "(\\d)\\"the class isn't used, removed it, retry. Now it fails on:
frontend/webadmin/modules/gwt-extension/src/main/java/org/ov irt/engine/ui/uioverrides/org/ slf4j/Logger.java
can't parse argument number: For input string: ""I guess it's a bug in our NON-NLS check? But why doesn't the problem occur during Engine build?I'm thinking about disabling Checkstyle for gwt-extension module, as it contains custom GWT RPC serializers and GWT class overrides, and maybe the file path src/main/java/org/ovirt/engine/ui/uioverrides/here/goes/actu al/pkg is confusing the Checkstyle now. Thanks,VojtechOn Wed, Mar 22, 2017 at 10:33 PM, Allon Mureinik <amureini@redhat.com> wrote:______________________________Hi all,As per [1], I've just merged a series of patches that upgrades the oVirt engine to use the latest maven-checkstyle-plugin and checkstyle packages.Please note that the newer checkstyle is a tad stricter than the old one we used to have (read: it contains several fixes for bugs where the old checkstyle was supposed to find issues but missed them).I also took the opportunity and added a couple of new checks that enforce rules we were de-facto adhering to anyway.If any problems come up, please let me know.-Your friendly neighborhood cleanup dude_________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel