Skip to content

Tag: netbeans-12

Netbeans Check Regular Expression

Here is an example of a very simple method. We take “foo bar”, split, replaceAll, and print. NetBeans is claiming this is a problem and giving me a warning on split and replaceAll. I can’t seem to find a way to disable this via @annotation, and information about this issue is sparse on the &…