Marcin Zajaczkowski
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created IllegalArgumentException: Argument for @NotNull parameter 'highlightingSession' of DefaultHi ghlightInfoProcessor.progressIsAdvanced must not be null
Hi,There is a nice project for continuously running automatic tests named Infinitest. Unfortunately its Idea plugin is neglected and what is worst on almost every Idea version upgrade it becomes br... -
Created VCS - Enable commit message right margin by default
Hi,Ability to define right margin for a commit message (`Settings -> Version Control -> Commit message right margin`) is very useful (and probably quite little known). Is it possible to enable it b... -
Created Incompatible types comparison inspection for Groovy?
Hi, Idea shows no warning for constructions like:if (1 == "2") { //...}in Groovy code even with @CompileStatic or @TypeChecked. There is a "Incompatible type assignments" inspection for Groovy, bu...