Kshaw
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Alternate source... and?
AnsweredWhat is the pop up saying alternate source for? The only option is to hide the window. -
Created XPath 2 expression in String causes error message
AnsweredI am using XPath 2 in a java program. Idea complains about the commas here:String exp = """(/*[@something]//a, /*[@something]//b, /*[@something]//c)""";The expression is valid and this compiles w... -
Created Gradle console output cleared after error
AnsweredI think it's a known issue that System.out doesn't display in the console window for gradle projects, in some cases. A particularly bad case is when an error occurs. IDEA clears the console after t...