Hi, In order to fix this bug I replace the HashMap with an IdentityHashMap as mentioned in the description. An It was build successfully. Could anyone please tell me how to check whether bug is fix or not? And there were two commands to run and verify before doing the pull request. When I ran the "ant package-and-check" command , it failed both original source code and changed code (code one I replaced with IdentityHashMap). Why this is happening? Please give me some help.
Thank you. On Fri, Jul 28, 2017 at 2:32 PM, Mareena Fernando <mareena....@gmail.com> wrote: > Hello Emilian, > > The #53277 issue seemed to be somewhat understandable. When I was reading > the issue I felt like replacing the HashMap with the IdentityHashMap would > be an effective solution for this issue. So that I am still studying the > code. But first thing I have to do is, reproducing the error. For that I > followed steps that I mentioned in the first mail. > > Thank you. > > On Thu, Jul 27, 2017 at 2:25 PM, Emilian Bold <emilian.b...@gmail.com> > wrote: > >> I believe it would be better if you would explain instead what are you >> trying to accomplish. >> >> Why did you pick #53277 and how do you plan on approaching it? >> >> --emi >> >> >> On Thu, Jul 27, 2017 at 11:41 AM, Mareena Fernando >> <mareena....@gmail.com> wrote: >> > Hello Emilian, >> > >> > Could you explain more about logger [1] . It's not much clear what you >> have >> > said in the previous mail.] >> > >> > Thank you. >> > >> > On Tue, Jul 25, 2017 at 11:06 AM, Emilian Bold <emilian.b...@gmail.com> >> > wrote: >> > >> >> By logging I meant use the logger [1] to save potential situations >> >> where different items that are actually equal are replaced. How you >> >> detect such a situation would be interesting to figure out. >> >> >> >> 1. https://docs.oracle.com/javase/7/docs/api/java/util/ >> >> logging/Logger.html#info(java.lang.String) >> >> >> >> PS: Don't start new email threads to continue a discussion. If you >> >> reply to the last email in the previous thread they will all stay >> >> grouped. I see you have 3 threads started for #53277. >> >> >> >> --emi >> >> >> >> >> >> On Mon, Jul 24, 2017 at 9:27 PM, Mareena Fernando < >> mareena....@gmail.com> >> >> wrote: >> >> > Hello Emilian, >> >> > >> >> > As you told me to logging to detect the situation, I try to do it. >> There >> >> > was no separate option as 'Login'. So but I did was, I just entered >> the >> >> > 'name' and the 'value' and then clicked the 'add' button. And again I >> >> added >> >> > the same name and same value, But there was no replacement. Is this >> the >> >> > thing what you meant by logging? >> >> > >> >> > Thank you. >> >> >> > >