Sproket888
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Created GIT Push duplicating accounts
AnsweredUsing 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... -
Created Are string templates supported yet?
AnsweredHi 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... -
Created IntelliJ IDEA 2021.2 New Project Dialog doesn't open
AnsweredThis 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 -
Created Why do I see unknown source in stack traces when I have sources downloaded?
AnsweredHi 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... -
Created Why does code coverage report use "." in folder names?
AnsweredIt'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... -
Created 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...