You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Avoid repeated conversion between package dotted names ("com.foo")
and relative paths ("com/foo/") by threading a `PackageName`
instance through the aggregate classpath lookup which caches
the path name.
- Avoid creating result buffers inside of each element of the
aggregate classpath by introducing a callback based API that
lets `AggregateClasspath` use a single buffer.
0 commit comments