milleruntime commented on pull request #1400: URL: https://github.com/apache/accumulo/pull/1400#issuecomment-948980087
@ctubbsii @keith-turner before this change was made, there were many classes in the `org.apache.accumulo.core.client.lexicoder` package that extend `org.apache.accumulo.core.clientImpl.lexicoder.AbstractLexicoder`. I can't figure out why the apilyzer plugin didn't hit on the super of these classes being the AbstractLexicoder in the `clientImpl.lexicoder` package. Since the parent class is in a `clientImpl` package, I would think this would violate the API by exposing an internal type and get dinged by the plugin. Could this be a bug with the plugin? Any ideas? -- 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]
