
Hi all, I noticed that smidump creates the same method twice when it dumps jax output for an entry in my MIB. I saw the same behaviour also with other (surely correctly formatted MIBs).
For example, my MIB looks like this:
.... allOpsEntry OBJECT-TYPE SYNTAX AllOpsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { identifier } ::= { allOpsTable 1 }
AllOpsEntry ::= SEQUENCE { identifier Integer32, sender DisplayString, recipient DisplayString } ....
No errors are reported by smidump, but the generated code for AllOpsEntry goes like:
... public int get_identifier() { return identifier; }
public int get_identifier() { return identifier; } ...
I would be happy if someone could help me, Joerg.
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.