Morris Yang, Shiang-Yun Yang
Morris Yang, Shiang-Yun Yang
## Problem ## ``` _func() { a = new Integer(1); return String.format("%s" + "a" + "%s", a == null ? "3" : "4", a == 1 || a == null...
**Describe the bug** I try to sample a program which maybe limited a stackoverflow, or almost trigger the exception. Then, when I try to use "Find in Forward Calls" to...
I know that this project use `JavaCharStream` in plugin javaCC. But, it affects this problem in one `eval()`. See issue in https://github.com/javacc/javacc/issues/91 Can we use our own auto-generated files? I...
Hi all, I'm not good at C++. But I try to sort pointer array to let it increase in address value. I encountered the compiler error log about "constant variable"....
## Setting ``` $ git config --global diff.tool vimdiff ``` ## How to Use ``` $ git difftool : : ``` If want to compare head commit, ``` $ git...
This patch is used to avoid the content of comment make it failed in parser. According to https://github.com/pejobo/beanshell2/issues/112 , there is a solution which move the unicode decode part of...
Hi all, There is a simple case for unicode decoding. I think the unicode behavior is good in string literal, but not all the scope to get a token. ```java...
## Performance ## `UnifiedSet` rehash operation will reuse `UnifiedSet.add`. Then, the `T.equals` will be triggered during hash collision. https://github.com/eclipse-collections/eclipse-collections/blob/6256e7c298a2bb7a839c2b5941416a3f8795cf5a/eclipse-collections/src/main/java/org/eclipse/collections/impl/set/mutable/UnifiedSet.java#L337 I'm working with 100 million of objects. In my real experience,...