본문 바로가기

반응형

eclipse

(16)
[troubleshooting] STS (Eclipse) github copilot plugin 설치 오류 STS에서 github copilot plugin을 설치하려고 하면 다음과 같은 에러가 뜬다.Unable to read repository at https://azuredownloads-g3ahgwb5b8bkbxhd.b01.azurefd.net/github-copilot/content.xml. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetSSL 관련 오류인데 Eclipse 사용 시 잘 설치되지만 STS에선 위 에러가 발생했다.STS의 SpringToolSuite4.ini 파일에 다음 설정을 ..
[troubleshooting] STS (Eclipse) lombok record builder annotation 사용 시 오류 현재 STS 4.31.0 (Eclipse 2025-06) 이 가장 최신 버전인데 해당 버전에서 record에 대해 lombok builder annotation 사용 시 대해 에러가 발생하고 있다.Multiple markers at this line - overrides java.lang.Object.toString - The constructor Asset() is undefined비슷한 이슈가 vscode 사용 시에도 발생하고 있는 듯하고 관련 문제가 issue로 등록되어 있다.https://github.com/projectlombok/lombok/issues/3883해당 이슈가 closed 처리가 되었고 lombok 다음 버전이 나오길 기다려야 하지만 lombok의 경우 1년에 2~3번 정도 주기로..
[troubleshooting] eclipse Marketplace plugin 설치 불가 문제 오래간만에 plugin을 하나 추가할 일이 있어 추가하려고 Marketplace를 열었는데 매우 느리다.검색도 제대로 안되고 plugin 추가를 시도해도 제대로 되지 않는다.STS를 새로 받아 진행해 봐도 동일한 증상이다.찾아보니 이 문제에 대해 reddit에도 글이 올라와 있었다.https://www.reddit.com/r/eclipse/comments/1k6n2pt/having_issues_connecting_to_eclipse_marketplace/ From the eclipse community on RedditExplore this post and more from the eclipse communitywww.reddit.comeclipse의 상태를 확인할 수 있는 사이트가 있다.https://..
Eclipse(STS)에서 PlantUML을 사용하여 class diagram 보기 PlantUML 소개markdown 문서를 작성할 때 class 간 관계를 보여주기 위해 mermaid 의 UML class diagram 을 이용해 작성하곤 했다.https://mermaid.js.org/syntax/classDiagram.html하지만 일일이 수작업으로 class diagram을 작성하는게 매우 번거롭다.또한 class간 관계 설정을 제대로 했는지 계속 고민하게 된다.UML 이 한 최근 유행하는 방법도 아니고 이미 나온 지 30년이 넘어가는 방식이기 때문에 이를 위한 다양한 도구들이 있고 때문에 수작업으로 작성하지 않아도 java source에서 바로 class diagram을 작성할 수 있다.그 중 PlantUML 을 사용해 보았는데 소개해보려고 한다.https://plantuml...
Copilot4Eclipse 사용해 보기 Copilot4Eclipse 소개Github Copilot 은 IDE에서 코드 작성 시 AI를 이용해 코드 작성을 도와주는 생산성 도구이다.2024년 12월 18일부터 무료 플랜을 제공하기 시작했다.https://github.blog/news-insights/product-news/github-copilot-in-vscode-free/VS code에는 자동으로 통합되어 업데이트만 하면 바로 사용이 가능하지만 Eclipse 사용자의 경우 Copilot4Eclipse plugin( 무료 plugin)을 marketplace에서 검색하여 설치하면 Github Copilot을 Eclipse에서 바로 사용할 수 있다.Github Copilot을 써본 적이 없어서 불편함을 느끼지 못했던 터라 사용해 볼 생각을 안 ..
Eclipse (STS) 에서 Parameter Name Hint 사용하기 IntelliJ는 편집기에 호출된 method에 필요한 annotation, method parameter, 사용법 등을 알려주는 추가 정보를 제공하는 특수한 marker를 제공하는 데 이를 Inlay Hint 라고 부르고 있다. https://www.jetbrains.com/help/idea/inlay-hints.html#enable_inlay_hints Inlay hints | IntelliJ IDEA www.jetbrains.com 다음과 같이 method parameter앞에 전달할 값의 Parameter Name이 무엇인지 확인할 수 있다. 이런 기능이 Eclipse에 없어서 아쉬웠는데 알고 보니 Eclipse도 4.12 (2019-06)부터 IntelliJ의 Inlay Hint 의 모든 기능은..
STS 4.19.0 Release 소식 및 Windows 11에서 Windows Defender 예외 처리 하기 STS 4.19.0 Release STS가 4.17.0 Release 이후 language server 무한 로딩 현상이 발생하였었다. 2023.01.05 - [Study/Java] - [오류수정반영예정] STS 4.17.x, 4.18.x 무한 로딩 현상 https://luvstudy.tistory.com/217 관련해서 몇 차례 수정이 진행되었었지만 지속적으로 발생하였다. 내 경우 최신 버전의 Spring을 사용한 프로젝트에서는 해당 문제가 발생하지 않았지만 이전 버전 Spring을 사용하는 프로젝트에서 무한 로딩 현상이 계속 발생하였고 이로 인해 어쩔 수 없이 4.17.0 이전 버전 STS를 사용하였다. 2022년 12월 7일 4.17.0이 나온 이후 6개월의 기간 동안 STS 버전 업그레이드를 하지..
[troubleshooting] eclipse (STS) 에서 refactor rename이 동작하지 않는 현상 어느 순간 eclipse (STS)에서 rename을 동작하지 않았다. 단축키 alt + shift + r 도 사용이 되지 않는다. https://stackoverflow.com/questions/71763208/after-eclipse-update-refactor-rename-doesnt-work-anymore After Eclipse-Update, refactor-rename doesn't work anymore After Updating to 4.23.0 (2022-03), refactor-rename doesn't work anymore. When I open the refactoring menu, the option "rename" shows up but it doesn't rename the ..

반응형