You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Madeline Kahn edited this page Mar 11, 2024
·
4 revisions
Name: "methodLength"
Default: Enabled
Configuration
Name
Type
Description
maxMethodLengthInstrs
int
Maximum method length, in bytecode instructions. A warning will be generated for each method exceeding this length. If not present, the check will skip.
Description
Generates a warning if the number of operations in any method is greater than a configured max value.