Tim Shockley:
Comment: I'm using release 7.02 and I'm getting an inspection warning
regarding "contents of collection are queried but not updated" which is
produced by the following code...
Properties p = new Properties();
p.loadFromXML(new FileInputStream("config/comms.xml"));
agentPort = Integer.parseInt(p.getProperty("snmp.agent.port"));
I saw the bug IDEADEV-2304 from 2005 but it looks like it's reappeared?