|
1 | 1 | <idea-plugin> |
2 | 2 | <id>de.fraunhofer.iem.swan_assist</id> |
3 | | - <name>SWAN_Assist</name> |
| 3 | + <name>SWAN-Assist</name> |
4 | 4 | <vendor email="support@iem.fraunhofer.de" url="https://www.iem.fraunhofer.de/">Fraunhofer IEM</vendor> |
5 | 5 |
|
6 | | - <description> SWAN_Assist provides a GUI support for SWAN -a machine-learning approach for detection of |
| 6 | + <description>SWAN-Assist provides a GUI support for SWAN -a machine-learning approach for detection of |
7 | 7 | methods of interest for security in Java libraries. The user is able to interact with the learning |
8 | 8 | process by giving feedback on the methods of interest. The tool helps users that write static analyses |
9 | 9 | to create list of security methods for weakness detection for their specific Java libraries. |
|
22 | 22 | <extensions defaultExtensionNs="com.intellij"> |
23 | 23 | <codeInsight.lineMarkerProvider language="JAVA" |
24 | 24 | implementationClass="de.fraunhofer.iem.swan.assist.ui.markers.ErrorLineMarker"/> |
25 | | - <toolWindow id="SWAN_Assist" anchor="right" factoryClass="de.fraunhofer.iem.swan.assist.ui.SummaryToolWindow" icon="PluginIcons.SWAN_ASSIST"/> |
26 | | - <applicationService serviceInterface="de.fraunhofer.iem.swan.assist.ui.LoggerService" |
27 | | - serviceImplementation="de.fraunhofer.iem.swan.assist.ui.impl.LoggerServiceImpl"/> |
| 25 | + <toolWindow id="SWAN-Assist" anchor="right" factoryClass="de.fraunhofer.iem.swan.assist.ui.SummaryToolWindow" icon="PluginIcons.SWAN_ASSIST"/> |
28 | 26 | </extensions> |
29 | 27 |
|
30 | 28 | <actions> |
|
56 | 54 | <separator/> |
57 | 55 |
|
58 | 56 | <action id="SWAN_Assist.LaunchSWANAction" |
59 | | - class="de.fraunhofer.iem.swan.assist.actions.LaunchSwanAction" |
| 57 | + class="de.fraunhofer.iem.swan.assist.actions.RunSwanAnalysisAction" |
60 | 58 | icon="PluginIcons.REFRESH_SWAN" |
61 | | - text="Load or Reload SWAN"> |
| 59 | + text="Run Analysis"> |
62 | 60 | </action> |
63 | 61 |
|
64 | 62 | <action id="SuggestAction" class="de.fraunhofer.iem.swan.assist.actions.suggest.SuggestAction" text="Suggest Methods" |
|
112 | 110 | </action> |
113 | 111 | <separator/> |
114 | 112 | <action id="SWAN_Assist.Editor.LaunchSWANAction" |
115 | | - class="de.fraunhofer.iem.swan.assist.actions.LaunchSwanAction" |
| 113 | + class="de.fraunhofer.iem.swan.assist.actions.RunSwanAnalysisAction" |
116 | 114 | icon="PluginIcons.REFRESH_SWAN" |
117 | | - text="Run/Rerun SWAN"> |
| 115 | + text="Run Analysis"> |
118 | 116 | </action> |
119 | 117 |
|
120 | 118 | <separator/> |
|
123 | 121 | class="de.fraunhofer.iem.swan.assist.actions.HelpAction" |
124 | 122 | text="Help" description="Resources" icon="PluginIcons.HELP_ACTION"> |
125 | 123 | </action> |
126 | | - |
127 | 124 | </group> |
128 | 125 | </actions> |
129 | 126 |
|
|
0 commit comments