Chen

Results 30 comments of Chen

comparators/AbstractComparatorTest.java comparators/BooleanComparatorTest.java comparators/ComparatorChainTest.java comparators/FixedOrderComparatorTest.java comparators/ReverseComparatorTest.java iterators/BoundedIteratorTest.java iterators/PeekingIteratorTest.java iterators/PushbackIteratorTest.java iterators/SkippingIteratorTest.java keyvalue/AbstractMapEntryTest.java keyvalue/DefaultKeyValueTest.java keyvalue/DefaultMapEntryTest.java keyvalue/TiedMapEntryTest.java keyvalue/UnmodifiableMapEntryTest.java map/LazyMapTest.java map/LazySortedMapTest.java properties/AbstractPropertiesFactoryTest.java properties/PropertiesFactoryTest.java properties/SortedPropertiesFactoryTest.java org.junit.jupiter.api.Test was used as a drop in replacement for org.juit.Test without...

@melloware Thank you for your suggestion. If anyone has time to review, it would be really nice. ;-) Thanks

> What is the new class prefixed with a "T"? It's an instance of AbstractQueueDecorator. I had changed it.

Could you provide more details? I can build the master branch well in my environment.

About this issue, I want to know do you have one mature and preferred amendment. Can you give me some advice?

As far as I know, Doxygen syntax support this kind of usage(`@since`), you can see it from [here](https://www.doxygen.nl/manual/commands.html).

hi, @hawicz today, I took some time to reproduce this thread-crahed question but failed. this is a small probability event indeed. ```Setlocale()``` is not a thread-safe function and will cause...

Yes, imiskolee/mempool is inappropriate and I just take it as an example. And, if needed, I suggest ```we could find a suitable opensource memory pool or just write one```. The...

hilongjw has created the next branch,Welcome everyone to contribute in the form of MR. @caozhong1996 @sanfengliao

I made some simple modifications to make lazyload support vue3. The next step should be to refactor our code with composition api and ts.