File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugin-api/src/main/java/org/sonar/api/batch/sensor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ public interface SensorContext {
274
274
* <br/>
275
275
* This method can not be used by plugins not developed by SonarSource SA.
276
276
*
277
- * @param key The key must follow this convention: < pluginKey>.< entryKey> . Example: cfamily.qualityIndex
277
+ * @param key The key must follow this convention: < pluginKey>.< entryKey> . Example: cfamily.qualityIndex
278
278
*
279
279
* @throws IllegalArgumentException if key or value parameter is null
280
280
* @throws IllegalStateException if the method is called by a plugin not developed by SonarSource SA
@@ -285,8 +285,8 @@ public interface SensorContext {
285
285
/**
286
286
* Internal service to send data for reporting.
287
287
*
288
- * @param key The key must follow this convention: < plugin_key>.< entry_key> .
289
- * where the plugin_key is your plugin key. Example: jvm .file_graph
288
+ * @param key The key must follow this convention: < plugin_key>.< entry_key> .
289
+ * where the plugin_key is your plugin key. Example: architecture .file_graph.jvm
290
290
* @param mimeType A valid MIME type, usage of custom type and additional parameters is encouraged.
291
291
* @param data The binary data to be added. The InputStream will be consumed once then closed during the method execution.
292
292
*
You can’t perform that action at this time.
0 commit comments