Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer
Tagir Valeev 07d22ea643 [java-inspections] Do not fuse PriorityQueue and PriorityBlockingQueue into the stream operation
It's more efficient to construct these containers from the collection directly
Fixes IDEA-324751 Inefficient code suggested by the "Stream may be extended replacing PriorityQueue" inspection

GitOrigin-RevId: 4a1ee4882e4c0d5b303f14f5d3a643df5ecd9933
2023-07-19 08:54:40 +00:00
..