The use of BitSets to and force the order of setting fields in generated Builders is penalizing performance. This system should be replaced with a simple int field indicating the index of the last field to be set. That provides enough information to enforce the same rules.
The use of BitSets to and force the order of setting fields in generated Builders is penalizing performance. This system should be replaced with a simple int field indicating the index of the last field to be set. That provides enough information to enforce the same rules.