GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Investigate if classes are overgeneralized from BlobDescriptor #76

Closed coollog closed 6 years ago

coollog commented 6 years ago

BlobDescriptor holds two fields (digest and size) - and both are optional. Investigate if this is an indication of class overgeneralization.