You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a workspace with multiple unrelated projects closing one of them can result in unresolved references in the other project. A clean build fixes the issue.
Expected and Current Behavior
Closing an unrelated project should not have any influence on the remaining projects.
Currently closing a project makes all references to contributed AADL files unresolved.
Steps to Reproduce
Create two projects A, and B with one AADL file each
Add a property association for a predeclared property to B,aadl
Close project A
Environment
OSATE Version: 2.7.0
Operating System: macOS, Linux
The text was updated successfully, but these errors were encountered:
Closing the project removes all files in the closed project from the index, including plugin contributed AADL. It should be possible to address this in PropertiesToBeBuiltComputerContribution.removeProject().
Note: May need to take this into account in the context of #1134
Summary
In a workspace with multiple unrelated projects closing one of them can result in unresolved references in the other project. A clean build fixes the issue.
Expected and Current Behavior
Closing an unrelated project should not have any influence on the remaining projects.
Currently closing a project makes all references to contributed AADL files unresolved.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: