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 <mareena....@gmail.com> 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 <emilian.b...@gmail.com>
> 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
>> <mareena....@gmail.com> 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
>>

Reply via email to