Long Giang

Results 5 issues of Long Giang

**Describe the bug** 1. Commit 2 revision to **master** 2. Create **develop** branch from **master** 3. Commit 1 revision to **master** 4. Branch **feature/issXXX** from **develop** 5. Commit to **feature/issXXX**...

:bug: Bug
:pray: Help wanted

StringBuilder rather than StringBuffer doesn't execute properly in the following case (maybe in for loop) ``` StringBuffer sb; for(int i = 0; i < 10; i++) { sb = new...

enhancement

[Step to reproduce] 1. Construct ArrayList with initialCapacity ~~~ List l = new ArrayList(5); ~~~ 2. Run AutoRefactor with Diamon operator option Nothing happens. ※If run with Eclipse > Source...

enhancement

Update request version to 2.88.0 to fix vulnerabilities related to hoek and tunnel-agent. More info * https://nodesecurity.io/advisories/566 * https://nodesecurity.io/advisories/598

Listen for changes to the underlying model to adjust the textarea size is relying on **ngModel**. It should also support **FormControlName** in Reactive Forms.