OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Improve the API of the Liberty Module custom parameters facility #798

Closed turkeylurkey closed 3 months ago

turkeylurkey commented 4 months ago

The LibertyModule class holds a string for the custom start parameters. There is a getter and a setter but there is also a method to clear the string. This makes it harder to find locations that set the custom start parameters because there are multiple ways to change them. We should remove clearCustomStartParams() and just use setCustomStartParams() instead.