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
As of Xtend 2.29.0, any JUnit import fails to be imported in an Xtend file with the warning Access restriction: The type <JUnit annotator type> is not accessible due to restriction on required project tools.vitruv.<project>. As such, currently the workaround of reducing the severity of such an error to warning is required. We should investigate why the import is marked as access restricted.
The text was updated successfully, but these errors were encountered:
JanWittler
changed the title
Xtend 2.29.0 fails to import JUnit dependencies
Xtend 2.29.0 treats JUnit imports as access restricted errors
Dec 9, 2022
As of Xtend 2.29.0, any JUnit import fails to be imported in an Xtend file with the warning
Access restriction: The type <JUnit annotator type> is not accessible due to restriction on required project tools.vitruv.<project>
. As such, currently the workaround of reducing the severity of such an error to warning is required. We should investigate why the import is marked as access restricted.The text was updated successfully, but these errors were encountered: