Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [openmq-dev] Static Analysis and CS for OpenMQ


have these things done by something like sonar (https://sonarcloud.io)

But
and  https://github.com/eclipse-ee4j/openmq/issues/421 - OpenMQ is not ready to be compiled with JDK11:
> mq/main/mq-broker/cluster/src/main/java/com/sun/messaging/jmq/jmsserver/multibroker/heartbeat/HeartbeatService.java:[219,9] method does not override or implement a method from a supertype

or if release=8 is used:
> mq/main/logger/src/main/java/com/sun/messaging/jmq/util/log/UniformLogFormatter.java:[82,50] package sun.security.action does not exist

Sonar can be a nice addition too, it is supported by https://wiki.eclipse.org/Jenkins#How_can_SonarCloud_be_integrated_into_a_Jiro_JIPP.3F and there is https://sonarcloud.io/organizations/eclipse-ee4j/ so should be easily doable.
However - using sonar requires sonar, and tools I listed initially can run without external infrastructure.

Piotrek

Back to the top