Skip to content
Snippets Groups Projects
Verified Commit fc9e26c8 authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Rename parameters() to getParametersDescriptions() in generated code for prgs

(cf. SonarLint rule java:S1845)
parent 8a4276a7
Branches dev
No related tags found
No related merge requests found
......@@ -40,10 +40,10 @@ public final class ${className} extends ProgramDescription
#foreach ( $chunk in $prg_description_chunks )
.append("$chunk")
#end
.toString(), parameters());
.toString(), getParametersDescriptions());
}
protected static ParameterDescription[] parameters()
protected static ParameterDescription[] getParametersDescriptions()
{
return new ParameterDescription[] {
#foreach ( $p in $prg.getParameters() )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment