Ver código fonte

The default value of the RuleParam type parameter is "s" (String)

tags/2.6
fmallet 13 anos atrás
pai
commit
68405a43a6

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/rules/RuleParam.java Ver arquivo

@@ -46,7 +46,7 @@ public class RuleParam {
private String description;
@Column(name = "param_type", updatable = true, nullable = true, length = 512)
private String type;
private String type = "s";
@Column(name = "default_value", updatable = true, nullable = true, length = 4000)
private String defaultValue;

Carregando…
Cancelar
Salvar