Shangwen Wang
Shangwen Wang
Dear developers, Recently I used this project to do something. But when I built it - com.google.common.util.concurrent.UninterruptibleMonitorTest#testEnterWhen_initiallyFalse - com.google.common.cache.PopulatedCachesTest#testKeySet_populated It was surprising that when I rebuilt it, they are both...
The function of this method is to serialize the passed references. However, only naming it as "serialize" cannot describe it clearly. Given that the class name (GetReferencesResponseEncoder) provides lots of...
Hi, Sorry for disturbing you. When I tried to use the latest version of this tool, I met a problem. That is, when I tried to start the server side...
Hi, I tried to run the demo in the README file but got an exception. The command and output are: python main.py --llm_name gemma-2b-it --max_gpu_memory '{"0": "24GB"}' --eval_device "cuda:0" --max_new_tokens...
Dear authors, I am of great interests to this widely-used clone detection benchmark. Personally speaking, I wish to obtain the detail (i.e., source code) of each clone pair. However, after...
This method seems to find a "Property" related to the _fo.getNameId()_. Hence, the new name "getNameId" should be better than "make".
First, this method returns a boolean value by checking whether the indentation is specified or not. It would be better to name it "is XXX" to follow the Java naming...