You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by GitBox <gi...@apache.org> on 2020/10/23 09:52:28 UTC

[GitHub] [wicket] theigl commented on pull request #459: WICKET-6839 Use request flag for caching `isVisibleInHierarchy`

theigl commented on pull request #459:
URL: https://github.com/apache/wicket/pull/459#issuecomment-715234836


   The build fails because of Clirr:
   
   ```
   Error:  6004: org.apache.wicket.Component: Changed type of field RFLAG_CONTAINER_DEQUEING from short to int
   Warning:  6003: org.apache.wicket.Component: Value of compile-time constant RFLAG_CONTAINER_DEQUEING has been changed
   Error:  7005: org.apache.wicket.Component: Parameter 1 of 'protected boolean getRequestFlag(short)' has changed its type to int
   ```
   
   Neither the constant nor the method are part of the public API. Is there any way to tell Clirr to ignore these changes?


----------------------------------------------------------------
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:
users@infra.apache.org