You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code is ok extending an unapproved type as long as the members coming from the type are ok. While trying to deal with an Accumulo public API type that extends a non Accumulo public API type I realized that this should be prevented. Its awful.
The text was updated successfully, but these errors were encountered:
Maybe its ok to extend classes that are not visible for sharing code (like extending a package private class). However extending visible unapproved types in the API seems problematic.
The current code is ok extending an unapproved type as long as the members coming from the type are ok. While trying to deal with an Accumulo public API type that extends a non Accumulo public API type I realized that this should be prevented. Its awful.
The text was updated successfully, but these errors were encountered: