Re: No Label.equals() method
Eugene Kuleshov <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <CADFjdoXHjhqzwr6W=Xhjz=Aix4gxaiL_tVhQzCPqpM_SuKpktw@mail.gmail.com> |
The Label class relies on default implementation of equals() and hashcode() methods. Comparison of two labels should be done by identity. regards, Eugene On 2011-07-10 4:54 PM, "Prashant Deva" <[email protected]> wrote: > I noticed that the Label class does not have a equals() method. > I need to store the Label info for a local var across multiple transformers. > > This means I need a equals() method for the Label class. > > Can somebody tell what kind of checks should a Label.equals() method > contain? > > Prashant
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws