[SNMP4J] Eclipse warning in org.snmp4j.Snmp.PendingRequest()

Mark Gorokhov mark.gorokhov at comtechmobile.com
Wed Apr 9 22:52:26 CEST 2008


Looks like a bug:

    private PendingRequest(PendingRequest other) { 
      . . .
      this.transport = transport; // <== missing "other."
    } 
  
-mg



More information about the SNMP4J mailing list