saros
saros copied to clipboard
Open Source IDE plugin for distributed collaborative software development
The stf test ChatViewFunctionsTest.testVisualChatNotification fails sometimes. As the [TODO](https://github.com/saros-project/saros/blob/ee9b4c9923c4f718db26ae6657b6dd1db10754f4/stf.test/test/saros/stf/test/chatview/ChatViewFunctionsTest.java#L132) implies "The test fails in single execution and succeeds if the whole test class is executed." it might be related to...
The stf test AddMultipleFilesTest.testAddMultipleFilesSimultaneouslyTest fails sometimes.
The stf test EditDuringNonHostAddsProjectTest.testNonHosAddsProject fails sometimes.
The stf test SimpleFollowModeIITest.testSimpleFollowMode fails sometimes (might be a regression).
The stf test SimpleFollowModeITest.testSimpleFollowMode fails sometimes (might be a regression).
This all related to the prototype for the new page layout, available [here](https://m273d15.github.io/saros/) (but probably only temporarily). #### Issues I have found found so far: - [x] [CANNOT REPRODUCE; me...
As the `gh-pages` branch should only be used to deploy our website build artifacts, it would be nice to set up some sort of branch protection ensuring that the branch...
We are currently defining our PMD ruleset. We should start with the most relevant rules that are contained in [PMD's best-practices ruleset](https://pmd.github.io/latest/pmd_rules_java_bestpractices.html). - [ ] AbstractClassWithoutAbstractMethod - [ ] AccessorClassGeneration...
With #926 the FAQ [git entry](https://www.saros-project.org/documentation/faq.html#im-working-with-a-version-control-system-can-i-use-saros) became out-dated.
With the current behavior, when linking to an accordion entry (like [git entry](https://www.saros-project.org/documentation/faq.html#im-working-with-a-version-control-system-can-i-use-saros)), the entry stays closed when loaded. This makes is very hard to tell which section was actually...