-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: core-libs
In the snippet file `PackageSnippets` the line
```
.flatMap(ce -> ce instanceof MethodMethod mm ? mm.elementStream() : Stream.empty())
```
should be replaced with
```
.flatMap(ce -> ce instanceof MethodModel mm ? mm.elementStream() : Stream.empty())
```
```
.flatMap(ce -> ce instanceof MethodMethod mm ? mm.elementStream() : Stream.empty())
```
should be replaced with
```
.flatMap(ce -> ce instanceof MethodModel mm ? mm.elementStream() : Stream.empty())
```
- duplicates
-
JDK-8304425 ClassHierarchyResolver from Reflection
-
- Resolved
-