Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
I found a bunch of unused code with UCDetector. Some of this has been introduced recently, and I've opened issues or commented on the relevant JIRAs for those. However, some of them are very old, and go back to the initial import to ASF repos.
These include things like "BulkImportHelper", "BinaryTree", "MasterNotRunningException", and "EndOfTableException". Some of these were imported with bcfile, but we just don't need or use. Others are small inner-classes that aren't used any longer. Almost none of them are documented to explain their existence. These are not API.
These should all just be cleaned up and removed. Since it's a low priority, I'm not going to clean anything up prior to 1.7.0
In addition to the unused classes, there's also some unused methods scattered about. Those will take longer to identify. If they don't get done by 1.7.0, I'll create a follow-on task to clean up those.
Attachments
Issue Links
- is duplicated by
-
ACCUMULO-2612 One-arg ZooConfiguration.getInstance() never called
- Resolved
- is related to
-
ACCUMULO-3518 Several public API methods have no tests at all
- Resolved
- links to
1.
|
remove unused method in TabletOperations | Resolved | Christopher Tubbs |
|