Skip to content

Don't allow field/variable names with Map, List, Set, ... #6

Description

@AB-xdev

Why?
Because of crap like this:

finalMap<Long, List<Antwort>> antwortenMap = newHashMap<>();
anwortenIdMap.entrySet().forEach(longListEntry -> antwortenMap.put(
longListEntry.getKey(),
alleAntworten.stream()
.filter(antwort -> longListEntry.getValue().contains(antwort.getId()))
.collect(toList())));

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions