-
Bug
-
Resolution: Duplicate
-
P4
-
21
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
-