saros icon indicating copy to clipboard operation
saros copied to clipboard

Open Source IDE plugin for distributed collaborative software development

Results 108 saros issues
Sort by recently updated
recently updated
newest added
trafficstars

The [`ContainerContext`](https://github.com/saros-project/saros/blob/3fafc4f4a4e59e62eb2ad0512594c08fb31564dd/core/src/saros/context/ContainerContext.java#L211) class contains a workaround to bypass the JDK bug [JDK-4787931](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4787931). This bug should be fixed in JDKs > 7. We require at least a JDK 8. Therefore we...

good first issue
Area: Core

Saros/I currently only supports sharing a single resource tree/reference point. The logic should be expanded to support sharing multiple reference points and adding reference points to an already running session....

Type: Feature
Area: IntelliJ
State: Open

When opening the wizard to start a resource negotiation with pre-selected resources, the contained checkbox tree should be expanded to that all pre-selected base resources are visible. The logic for...

Type: Bug
Aspect: GUI
Aspect: User Experience
Area: Eclipse
Prio: Low
State: Open

**Is your feature request related to a problem? Please describe.** In my work, we have a workspace with like 40 plugin projects. Working on one topic might involve easily a...

Type: Feature
Aspect: User Experience
Area: Eclipse

When accepting a resource negotiation to share additional reference points during a session as the host, Saros runs into issues not being able to process the initial awareness information activities...

Type: Bug
Aspect: Awareness
Area: Eclipse
Prio: Low

With the recent rework of the wizards to select the resources when creating (#1035) and receiving (#1037) resource negotiations, the possibility of which kind of resources to share and how...

Area: Eclipse
Area: STF

As part of the migration to the reference-point-based resource model, #1037 adjusted the UI to choose the local representation of shared reference points. With the new sharing model, reference point...

Aspect: GUI
Area: Eclipse

As part of the migration to the reference-point-based resource model, #1035 adjusted the [`BaseResourceSelectionComposite`](https://github.com/saros-project/saros/blob/b1470767208613336950b3061362a64f24f7434b/eclipse/src/saros/ui/widgets/viewer/project/BaseResourceSelectionComposite.java). This composite contains a checkbox tree which can be used by the user to select the...

Aspect: GUI
Area: Eclipse

Currently, only two cases of invalidating a shared reference point root are supported (introduced with #1001): 1. Deleting the shared reference point root directory. 2. Moving the shared reference point...

Type: Feature
Aspect: Consistency
Area: IntelliJ
Prio: Low
State: Open

Saros/I largely ignores file content changes on the filesystem level as they are mostly covered by the document modification handler. An exception to this is the content replacement for non-text...

Type: Bug
Aspect: Consistency
Area: IntelliJ
Prio: Low
State: Open