In IntelliJ IDEA (15.0.5), on a class name, I see a window icon, clicking upon which brings up this popup menu:
Does anyone know what "Concurrency Diagram for [class name]" is supposed to do? When I actually select the menu item, it shows:
Error running [class name]: Cannot find runner for [class name].
Using the IntelliJ IDEA debugger, you can test the multithreaded design of your application and reproduce concurrency-related bugs by controlling individual threads rather than the entire application. If stopping a particular thread breaks the operation of your app, this indicates that there is a design flaw.
The rest of the context menu is available on the diagram toolbar. IntelliJ IDEA follows the UML conventions in showing relationships between the classes. Besides that, IntelliJ IDEA supports the following colors and arrows: The green arrow corresponds to the implements clause in a class declaration.
IntelliJ IDEA displays only the specified dependency scope. In Android and Kotlin projects IntelliJ IDEA supports only the default visibility level. Click this icon to add borders to the nodes in your diagram. Click this icon to increase the scale of the diagram. Alternatively, press NumPad+. Click this icon to decrease the scale of the diagram.
In Android and Kotlin projects IntelliJ IDEA supports only the default visibility level. Click this icon to add borders to the nodes in your diagram. Click this icon to increase the scale of the diagram. Alternatively, press NumPad+. Click this icon to decrease the scale of the diagram. Alternatively, press NumPad-.
Looks like it's a Python specific feature. There seems to be a bug that when Cucumber is enabled for the project the menu option appears, even when it's not Python.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With