-
Bug
-
Resolution: Fixed
-
P3
-
19
-
None
-
b26
Please visit the JDK 19 javadoc (https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/nio/channels/FileChannel.html) and note the two `map` methods in the class (one permanent, one preview). Can you find these `map` methods via the search box?
`FileChannel` -- shows classes and ctors, not methods, OK, let's keep typing.
`FileChannel.` -- adds the list of members, showing methods called `lock`, `open`, etc -- but neither of the `map` methods is shown :-(
`FileChannel.map` -- shows only the `MapMode` class :-( Note that typing `FileChannel.lock` shows the `lock` methods.
`FileChannel.map(` -- finally shows the two `map` methods.
The preview `map` method is shown on the PREVIEW tab, but its existence alongside a permanent `map` method seems to be breaking search.
`FileChannel` -- shows classes and ctors, not methods, OK, let's keep typing.
`FileChannel.` -- adds the list of members, showing methods called `lock`, `open`, etc -- but neither of the `map` methods is shown :-(
`FileChannel.map` -- shows only the `MapMode` class :-( Note that typing `FileChannel.lock` shows the `lock` methods.
`FileChannel.map(` -- finally shows the two `map` methods.
The preview `map` method is shown on the PREVIEW tab, but its existence alongside a permanent `map` method seems to be breaking search.