Branch: refs/heads/pr/build/switch_to_google_format_1_10
Home:
https://github.com/saros-project/saros
Commit: ee1c68134f4096ba257c1acbd7293dd9369b1fbb
https://github.com/saros-project/saros/commit/ee1c68134f4096ba257c1acbd7293dd9369b1fbb
Author: Tobias Bouschen <
tobias....@googlemail.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M buildSrc/src/main/java/saros/gradle/eclipse/configurator/OsgiDependencyConfigurator.java
M buildSrc/src/main/java/saros/gradle/intellij/IntellijConfigurator.java
M core/src/saros/concurrent/jupiter/internal/Jupiter.java
M core/src/saros/concurrent/management/TransformationResult.java
M core/src/saros/negotiation/AdditionalResourceDataFactory.java
M core/src/saros/net/stream/Socks5StreamService.java
M core/src/saros/net/stun/internal/StunServiceImpl.java
M core/src/saros/net/xmpp/contact/AddContactUtility.java
M core/src/saros/session/SarosSessionManager.java
M core/src/saros/session/internal/ChangeColorManager.java
M core/src/saros/session/internal/SarosSession.java
M core/test/junit/saros/net/internal/DataTransferManagerTest.java
M eclipse/src/saros/editor/EditorPool.java
M eclipse/src/saros/filesystem/EclipseReferencePoint.java
M eclipse/src/saros/session/resources/validation/ResourceChangeValidator.java
M eclipse/src/saros/ui/actions/ConsistencyAction.java
M eclipse/src/saros/ui/preference_pages/NetworkPreferencePage.java
M eclipse/src/saros/ui/util/XMPPConnectionSupport.java
M eclipse/src/saros/ui/widgets/viewer/resources/ResourceSelectionComposite.java
M eclipse/src/saros/ui/widgets/wizard/ReferencePointOptionResult.java
M intellij/src/saros/intellij/editor/EditorManager.java
M intellij/src/saros/intellij/eventhandler/filesystem/LocalFilesystemModificationHandler.java
M intellij/src/saros/intellij/ui/wizards/AddReferencePointToSessionWizard.java
M stf.test/test/saros/stf/test/editing/ConcurrentEditingInsert100CharactersTest.java
M stf.test/test/saros/stf/test/encoding/ChangeShareFilesEncodingTest.java
M stf.test/test/saros/stf/test/followmode/RefactorInFollowModeTest.java
M stf.test/test/saros/stf/test/followmode/SimpleFollowModeIITest.java
M stf.test/test/saros/stf/test/followmode/SimpleFollowModeITest.java
M stf.test/test/saros/stf/test/session/CreatingNewFileTest.java
M stf/src/saros/stf/server/rmi/superbot/component/view/eclipse/impl/PackageExplorerView.java
Log Message:
-----------
Reformat using GJF Jar to resolve Jar/Plugin formatting discrepancies
Currently, there seems to be an issue where the IntelliJ plugin does not
format strings correctly but the plugin does. As a result, the plugin
formatting will be seen as faulty by the CI as it uses the Jar.
Luckily, the formatting done by the Jar will be accepted by the plugin,
meaning once the code is formatted correctly, the plugin can be used
without any hesitancy.
See GJF issue 566.