For 10.x, when launching the fragment from studio, these are set on the Advanced tab of a Studio launch configuration:
-Dstreambase.codegen.allow-refactoring=true
-Dstreambase.codegen.n-stmts-limit=200
-Dstreambase.codegen.broken-method-names=<Comma-separated list of fully-qualified-method-name:refactor-value or simple-method-name:refactor-value values>
The refactor-value must be less than the value of streambase.codegen.n-stmts-limit. Maximum number of statements in a block for a specific method. For more details on these settings, please refer to the Help under Home > StreamBase References > StreamBase Java Properties
Issue/Introduction
There are cases when the gnerated Java code exceeds Java limits and module compilation will fail