Sproket888
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
创建于 GIT Push duplicating accounts
已回答Using IntelliJ IDEA 2024.1.2 (Ultimate Edition)Runtime version: 17.0.11+1-b1207.24 amd64VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.Windows 11.0Since the update I notice that whenever I push, t... -
创建于 Are string templates supported yet?
已回答Hi all, I'm trying to play around with String Templates under JDK 21 using IntelliJ IDEA 2023.2.1 (Ultimate Edition)I tried setting this on project and module level and added it to maven pom file.S... -
创建于 IntelliJ IDEA 2021.2 New Project Dialog doesn't open
已回答This was working fine for me until today. Not sure what could have changed but I go file New -> Project... The dialog doesn't open. Any ideas? Thanks -
创建于 Why do I see unknown source in stack traces when I have sources downloaded?
已回答Hi All, I was wanting to dig into the details of an Exception I was getting running unit tests but the stack trace parts for HSQLDB show as Unknown Source. I am using Maven and I have sources and d... -
创建于 Why does code coverage report use "." in folder names?
已回答It's a bit of a pain that the built-in code coverage report generates with folders ".css", ".img", ".classes". Why? When I upload that to my site on Linux the pages don't work because Unix hides fi... -
创建于 Is there any way to create a code coverage artifact?
I like the the code coverage tools in IntelliJ. Usually I was using cobertura to generate a code coverage report but I notice IntelliJ features a generate report on my code coverage as part of runn...