dweiss commented on PR #15469:
URL: https://github.com/apache/lucene/pull/15469#issuecomment-3738170499

   > if you have methods that depend on each other for default implementations.
   
   This means the design is somehow screwed - if they depend on a particular 
implementation of a method in a superclass then either something is missing (an 
override modifying the behavior consistently in a subclass) or the contract is 
broken somewhere and makes those classes inconsistent... 
   
   I'll revert but I think it'd be good to understand and fix this.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to