| this.indexTypes=authorizationScopes.stream().map(AuthorizationScope::getIndexType).collect(toSet(authorizationScopes.size())); | this.indexTypeByFormat=authorizationScopes.stream().map(AuthorizationScope::getIndexType).collect(MoreCollectors.uniqueIndex(IndexType.IndexMainType::format,t -> t,authorizationScopes.size())); | authorizationScopes.stream().map(AuthorizationScope::getIndexType).collect(toSet(authorizationScopes.size())) | authorizationScopes.stream().map(AuthorizationScope::getIndexType).collect(MoreCollectors.uniqueIndex(IndexType.IndexMainType::format,t -> t,authorizationScopes.size())) | sonarqube | a8f011b7f52fedd8f0294db46d3f02334383391d | org.sonar.server.permission.index.PermissionIndexer | | | _1 | indexTypes |
|---|
| _2 | indexTypeByFormat |
|---|
| | v0 | authorizationScopes.stream().map(AuthorizationScope::getIndexType) |
|---|
| v1 | authorizationScopes |
|---|
| | | v0 | authorizationScopes.stream().map(AuthorizationScope::getIndexType) |
|---|
| v1 | authorizationScopes |
|---|
| AssignedTo | False |