๐ ๏ธ IDE
-
์๋ฌ ๋ด์ฉ The 'org.eclipse.recommenders.completion.rcp.javaCompletionProposalComputer.intelligent' proposal computer from the 'org.eclipse.recommenders.completion.rcp' plug-in did not complete normally. The extension took too long to return from the 'computeCompletionProposal()' operation. To avoid the message, disable the 'org.eclipse.recommenders.completion.rcp' plug-in or disable the 'Java Propos..
Eclipse | Problems During Content Assist์๋ฌ ๋ด์ฉ The 'org.eclipse.recommenders.completion.rcp.javaCompletionProposalComputer.intelligent' proposal computer from the 'org.eclipse.recommenders.completion.rcp' plug-in did not complete normally. The extension took too long to return from the 'computeCompletionProposal()' operation. To avoid the message, disable the 'org.eclipse.recommenders.completion.rcp' plug-in or disable the 'Java Propos..
2023.06.26 -
์ดํด๋ฆฝ์ค๋ก ์ฝ๋ฉ ์ค ํตํฝ์ค ๋ผ๋ ๊ธฐ๋ฅ์ ์ฌ์ฉํด๋ดค๋ค. ์ธํ ๋ฆฌ์ ์ด์์ ์ง์ํ๋ ๋ฉ์๋ ์์ฑ๊ณผ ๊ฐ์ ๊ธฐ๋ฅ์ด๋ค. (alt + ins) ๋ฆฌํํ ๋งํ ๋ ๋๋ฌด ์ข์ ๊ฒ ๊ฐ์์ ๋ณต์ต ๊ฒธ ๊ธฐ๋ก์ผ๋ก ๋จ๊ฒจ๋๋ค. ์ฌ์ฉ ์์ ์๊ฐ๋ณด๋ค ๋๋ฌด ๊ด์ฐฎ์ ๊ธฐ๋ฅ, ๋ฆฌํํ ๋ง ํ๋ฉด์ ๋ฉ์๋๋ก ๋ง๋ค ๋ ์ด ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ค๋ฉด ํธ๋ฆฌํ๊ฒ ๋ฉ์๋ ์์ฑ ๊ฐ๋ฅ! ์ฌ์ฉ ๋ฐฉ๋ฒ (1) QuickFix ์ด๊ธฐ : Ctrl + 1 ๋ฉ์๋ ์์ฑ : Extract to method ์ ํ (2) ๋ฉ์๋ ์์ฑ ๋จ์ถํค : Ctrl + 2 + M ๊ฐ๋จํ ์์ if ๊ตฌ๋ฌธ์ ๋ฉ์๋๋ก ๋ง๋ค ๊ฒ์ด๋ค. public boolean quickMethod() { String x = "spring"; if (x == "") { return false; } else { return true;..
Eclipse | QuickFix(Extract to method)์ดํด๋ฆฝ์ค๋ก ์ฝ๋ฉ ์ค ํตํฝ์ค ๋ผ๋ ๊ธฐ๋ฅ์ ์ฌ์ฉํด๋ดค๋ค. ์ธํ ๋ฆฌ์ ์ด์์ ์ง์ํ๋ ๋ฉ์๋ ์์ฑ๊ณผ ๊ฐ์ ๊ธฐ๋ฅ์ด๋ค. (alt + ins) ๋ฆฌํํ ๋งํ ๋ ๋๋ฌด ์ข์ ๊ฒ ๊ฐ์์ ๋ณต์ต ๊ฒธ ๊ธฐ๋ก์ผ๋ก ๋จ๊ฒจ๋๋ค. ์ฌ์ฉ ์์ ์๊ฐ๋ณด๋ค ๋๋ฌด ๊ด์ฐฎ์ ๊ธฐ๋ฅ, ๋ฆฌํํ ๋ง ํ๋ฉด์ ๋ฉ์๋๋ก ๋ง๋ค ๋ ์ด ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ค๋ฉด ํธ๋ฆฌํ๊ฒ ๋ฉ์๋ ์์ฑ ๊ฐ๋ฅ! ์ฌ์ฉ ๋ฐฉ๋ฒ (1) QuickFix ์ด๊ธฐ : Ctrl + 1 ๋ฉ์๋ ์์ฑ : Extract to method ์ ํ (2) ๋ฉ์๋ ์์ฑ ๋จ์ถํค : Ctrl + 2 + M ๊ฐ๋จํ ์์ if ๊ตฌ๋ฌธ์ ๋ฉ์๋๋ก ๋ง๋ค ๊ฒ์ด๋ค. public boolean quickMethod() { String x = "spring"; if (x == "") { return false; } else { return true;..
2023.03.22