JetBrains / plugin-repository-rest-client

Apache License 2.0
21 stars 15 forks source link

"all" jar contains duplicates #49

Open VladRassokhin opened 3 years ago

VladRassokhin commented 3 years ago
$ unzip -l plugin-repository-rest-client-2.0.20-all.jar  | grep class | sort | uniq -c | sort | awk '{print $1}' | grep -v 1 | wc -l
5228