[midPoint-git] [Evolveum/midpoint] fb552d: checkstyle.xml: local variables must follow common...
virgo47
noreply at github.com
Fri Mar 6 09:55:16 CET 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: fb552deb69497400c0c0f5cf80af2359fe0eec89
https://github.com/Evolveum/midpoint/commit/fb552deb69497400c0c0f5cf80af2359fe0eec89
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M config/checkstyle/checkstyle.xml
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/dataModel/dot/DotRepositoryDataItem.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ChangeExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/AsyncUpdateTaskHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/LiveSyncTaskHandler.java
M provisioning/ucf-impl-connid/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/connid/Slf4jConnectorLogger.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/perf/OutputFormatter.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query2/restriction/ReferenceRestriction.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/LocalNodeManager.java
Log Message:
-----------
checkstyle.xml: local variables must follow common conventions, fixed
This is fixed for production code, testing code has still exception
(checkstyle-suppresions.xml).
Final local variables had THIS_STYLE, now reverted to thisStyle.
More information about the midPoint-svn
mailing list