XPath rule not working in Sonar 4.4
问题 reproduce steps: click "Rules" link Search "xpath" click the Java XPath rule that is not deprecated click "create" Fill in "name"/"key"/"Description"/"Message" as "should not use Collections.synchronizedMap" , change status as "ready" , set xpathQuery as //IDENTIFIER[@tokenValue='synchronizedMap'] click "create" button click "edit" and notice "xpathQuery" field is empty which is unexpected. fill the field "xpathQuery" with //IDENTIFIER[@tokenValue='synchronizedMap'] again click "save" button