mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
The annotations will be handled in a subsequent change. The change to use java.lang.String.split() instead of Guava's Splitter does introduce behavior changes in the case of handling of degenerate/malformed FieldMask paths (paths like `a///`). The handling of malformed paths shape are already arbitrary and inconsistent between the different methods in this file, and callers should not construct such paths. In a future change we may consider validating and throwing an IllegalArgumentException on such malformed paths more explicitly. https://github.com/protocolbuffers/protobuf/issues/21173 PiperOrigin-RevId: 795126095 |
||
|---|---|---|
| .. | ||
| src | ||
| BUILD.bazel | ||
| pom_template.xml | ||