konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 18 forks source link

Create rules for changed HttpMethod class #153

Open jmle opened 1 week ago

jmle commented 1 week ago

According to the migration guide:

HttpMethod is now a class and no longer an enum. Though the public API has been maintained, some migration might be necessary (i.e. change from EnumSet to Set, use if else instead of switch). For the rationale behind this decision, see 27697.

Investigate and create rules if necessary.

In the rule description and message, try to be as verbose and clear as possible. Code examples are always welcome and useful. Feel free to use markdown syntax for these.

konveyor-ci-bot[bot] commented 1 week ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.