Jan Jan

- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Jan Jan created a post, ScalaTest regular expression test type won't work with fixtures
(Scala plugin 2017.3.11.1) This test class cannot be selected using regular expression test type, even with class pattern .* won't select it. Another fixture based class is selected but no tests ar... -
-
Jan Jan created a post, AnsweredIntelliJ 2017.3 Unnecessary module dependency?
Hi, I upgraded from 2017.2.3 to 2017.3 and got analyse declaration redundancy "Unnecessary module dependency". I have modules A and B, module B depends on module A but does not use any of the modul... -
-
Jan Jan created a post, AnsweredInspect only existing javadoc
Hi, we do not have strict options that javadoc must be present on particular elements based on their visibility scope. We tend to document only elements that are not obvious. How can I set the "dec... -
-
-
Jan Jan created a post, AnsweredDefault inspection scope?
Hi, I want to exclude generated java sources from inspections. I created scope that excludes generated sources. I can run Analyze | Inspect Code and select my scope and desired profile, this is fin... -
-
Jan Jan created a post, AnsweredHow to disable parameter 'xy' is never used in right gutter?
Hi, how can I disable mark on right gutter that says "Parameter 'xy' is never used" for Java? Tried to disable inspection Java, Declaration redundancy, Unused method parameters but it doesn't work....