Same version for all Cucumber dependencies in pom.xml
The Cucumber-JVM documentation states: Make sure the Cucumber version is the same for all Cucumber dependencies.
The Cucumber-JVM documentation states: Make sure the Cucumber version is the same for all Cucumber dependencies.
In this article I will give you details and examples on how XML and HTML specific structural search templates can be assembled. I will use the predefined templates coming from IntelliJ, extended with my own examples to cover different aspects.
The Reference filter is one of the 5 filter types that may be added to user defined variables in Structural Search and Replace templates.
Back in 2022.1 EAP 6, JetBrains announced that they redesigned the SSR edit dialog.
On a recent project I ran into some nasty code quality both in production and test code. Looking at them, at first I cried a little bit, then got over it, then cried a little bit more… One prominent issue was that entire unit test methods were wrapped in try-catch(Exception) blocks, and the only thing […]
There are a few, boxing/unboxing (and even casting) related, Existing templates that contain a filter configuration that, although is not customizable via the editor, it is still displayed to the users, and can be configured via the XML representation of templates. These are: In the editor it is displayed as Expected type, while in the […]
There is a JetBrains YouTrack ticket, IDEA-194766 that suggests that regex groups of Text Filters can be targeted by using indexed template variables, e.g. $var_1$ for a variable named $var$.
With IntelliJ 2020.2 comes a major update on the Structure Search and Replace templates.
There are occasions when you have multiple fields of a class annotated with the same annotation, but it is incorrect or invalid to have more than one field having the same value set in that particular annotation.
The Text filter is one of the 5 filter types that may be added to user defined variables in Structural Search and Replace templates.