Like I've said in the 1st email: > The problems doesn't seem to be with HashTree per-se but with the bad > architecture of the calling code which adds "equal" elements.
Maybe some logging would help to detect these situations (when a new 'add' replaces an element). --emi On Sun, Jul 16, 2017 at 5:10 PM, Mareena Fernando <[email protected]> wrote: > Hello Emilian, > > I'm still studying the code "HashTree.java" which has a problem. So could > you please give some instruction to do that? > > Thank you. > > On Sun, Jul 16, 2017 at 7:29 PM, Emilian Bold <[email protected]> > wrote: > >> There's no inconvenience. The underlying cause had a wide range of >> possibilities: the IDE, compiler version, project configuration, etc. >> and I was trying to figure it out. >> >> Still curious how you are approaching #53277 for a fix. >> >> --emi >> >> >> On Sun, Jul 16, 2017 at 4:49 PM, Mareena Fernando <[email protected]> >> wrote: >> > Hi, >> > >> > Yes, I successfully built JMeter project before. But when I compiled only >> > the HashTree class inside the relevant sub module it displayed those >> > compiled errors. Now I realized It can't be compiled that way. So Thank >> you >> > very much for your concern and sorry for the inconvenience. >> > >> > Thank you. >> > >> > On Sun, Jul 16, 2017 at 6:31 PM, Emilian Bold <[email protected]> >> > wrote: >> > >> >> 1. What are you trying to accomplish with regard to #53277? >> >> >> >> > I compiled it inside that sub module. >> >> >> >> How? >> >> >> >> > Yet it didn't work. >> >> >> >> Does compiling JMeter generally work? Have you compiled JMeter before? >> >> Do previous versions compile? >> >> >> >> >> >> --emi >> >> >> >> >> >> On Sun, Jul 16, 2017 at 3:58 PM, Mareena Fernando < >> [email protected]> >> >> wrote: >> >> > Hello, >> >> > >> >> > I compiled it inside that sub module. Yet it didn't work. >> >> > >> >> > On Sat, Jul 15, 2017 at 9:10 AM, Emilian Bold <[email protected] >> > >> >> > wrote: >> >> > >> >> >> How exactly are you compiling? HashTree is part of src/jorphan and >> you >> >> >> should compile that submodule. >> >> >> >> >> >> It's also unclear to me how are you trying to fix #53277. The >> problems >> >> >> doesn't seem to be with HashTree per-se but with the bad architecture >> >> >> of the calling code which adds "equal" elements. >> >> >> >> >> >> --emi >> >> >> >> >> >> >> >> >> On Fri, Jul 14, 2017 at 11:20 PM, Mareena Fernando >> >> >> <[email protected]> wrote: >> >> >> > Hello, >> >> >> > >> >> >> > The issue description mentioned that issue is in "HashTree class". >> >> When I >> >> >> > compile that class (HashTree.java) I got compile time errors as >> >> >> following, >> >> >> > >> >> >> > HashTree.java:975:error: cannot find symbol >> >> >> > public void traverse<HashTreeTraverser visitor> { >> >> >> > >> >> >> > symbol: class HashTreeTraverser >> >> >> > location: class HashTree >> >> >> > HashTree.java:1019: error : cannot find symbol >> >> >> > private static class TreeSearcher implements >> >> HashTreeTraverser { >> >> >> > >> >> >> > symbol: class HashTreeTraverser >> >> >> > location: class HashTree >> >> >> > >> >> >> > HashTree.java: 1034: error: method does not override or implement >> >> from a >> >> >> > supertype >> >> >> > @Override >> >> >> >> >> >>
