Kshaw
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Kshaw created a post, AnsweredAlternate source... and?
What is the pop up saying alternate source for? The only option is to hide the window. -
Kshaw created a post, AnsweredXPath 2 expression in String causes error message
I 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... -
Kshaw commented, -
-
-
Kshaw created a post, AnsweredGradle console output cleared after error
I 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...