snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Unused resourceEntry.getKey() string replacement in KubernetesProcessor #334

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Unused resourceEntry.getKey() string replacement in KubernetesProcessor. Replaced string is not assigned. Not Sure if it can be removed or the replaced value should be persisted somewhere.

resourceEntry.getKey().replace(root.toAbsolutePath().toString(), KUBERNETES);

https://github.com/quarkusio/quarkus/blob/main/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java#L174


https://github.com/quarkusio/quarkus/issues/16993


$upstream:16993$