Add example for line and operator filter in StopEventRequest - #470
Add example for line and operator filter in StopEventRequest#470leonardehrenfried wants to merge 3 commits into
Conversation
|
@leonardehrenfried the order of your Params is incorrect. LineFilter should come before the other Params:
|
|
Aha - thank you for this! If you're interested in having these examples you may merge this or close this PR if not. |
|
Should this example file rather be placed in |
|
@leonardehrenfried : Why did you use something that uses exclude in both cases? To show how it works? |
skinkie
left a comment
There was a problem hiding this comment.
The example is syntactically valid. I would approve. But I don't think it is a realistic example.
|
I would follow @sgrossberndt and preferrably have it in ../stop-event/ |
|
@leonardehrenfried can you pls move the file and perhaps update it? then we can merge it |
I'm familiarising myself with OJP but I'm a little puzzled about how to set a line filter in the
StopEventRequest.Intellij's autocomplete and the HTML documentation suggests that you can do it like in the example in this PR but xmllint and weirdly Intellij itself complain about it.
Is the below example correct?