We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf8bca commit 1138277Copy full SHA for 1138277
java/common/rules/impl/java_helper.bzl
@@ -101,7 +101,7 @@ def _strip_extension(file):
101
file.basename[:-(1 + len(file.extension))] if file.extension else file.basename
102
)
103
104
-# TODO(b/193629418): once out of builtins, create a canonical implementation and remove duplicates in depot
+# TODO(b/465048589): once out of builtins, create a canonical implementation and remove duplicates in depot
105
def _full_classname(path):
106
java_segments = _loading_phase_helper.java_segments(path)
107
return ".".join(java_segments) if java_segments != None else None
0 commit comments