I am using SonarQube 6.7.3 with Sonar java plugin 5.3
I have a Serializable java class with a map as an instance variable. 1. Map is showing S1948 rule violation when initialized with null explicitly. 2. Map is not showing any violation when that explicit null initialization is removed.
Same can be seen below screenshot. Can you help me understand the difference between the two.