Apparently there is a new rule in the default Sonar Way, namely S8445: Group import declarations by specificity. The ordering specified there disagrees with the widely used Google Java Style: Google Java Style Guide
Is it really a good idea for Sonar to make a quasi authoritative choice here? I understand that we can create a custom profile, but I strongly prefer staying with the default Sonar Way, if possible.