You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Vladimir Sitnikov <si...@gmail.com> on 2020/03/29 20:38:42 UTC

Re: [jmeter] branch master updated: Bug 64283 - XPath2 Extractor: Improve UX

+        mainPanel.add(createScopePanel(true, true, true),
BorderLayout.NORTH);
+         <-- trailing whitespace
+        JPanel panel = new JPanel(new MigLayout("fillx, wrap 2",
"[][fill,grow]"));

Phillippe, just wondering: I guess there's EditorConfig plugin for your IDE
(or a setting to trim trailing whitespace in Java files).
Have you tried it?

I guess it should completely prevent the appearance of the trailing
whitespace.

Vladimir