Replies: 2 comments 1 reply
-
@korifey @Markoutte @denis-fokin |
Beta Was this translation helpful? Give feedback.
1 reply
-
This functionality was implemented in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
If an executions performs a restricted operation it is interrupted by Java Security Manager.
Those executions are presented as test methods and
disabled due to sandbox
.They contain a stack trace of the restricted method call.
User can add a corresponding Permission or disable useSandbox functionality (by adding
useSandbox=false
in settings.properties).Expected behavior
Would it be appropriate to display disabled tests as on Problems view with stack traces?
Because they are not errors.
It can be displayed like that:
User would be able to navigate the code that leads to the restricted operation.
Environment
IntelliJ IDEA 2021.2.4 - 2022.2.3 (all supported)
Beta Was this translation helpful? Give feedback.
All reactions