svenmeier commented on pull request #459: URL: https://github.com/apache/wicket/pull/459#issuecomment-715290787
Actually we still have one spare bit (short)0x8000 ... yes this is still a short :P I'd suggest you keep the change small: 0x4 has been the value I've borrowed when adding RFLAG_ON_CONFIGURE_SUPER_CALL_VERIFIED, so it's time to reclaim it for the hierarchy: ``` private static final short RFLAG_VISIBLE_IN_HIERARCHY_SET_VALUE = 0x4; private static final short RFLAG_ON_CONFIGURE_SUPER_CALL_VERIFIED = (short)0x8000; ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org