We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://netbeans.org/bugzilla/show_bug.cgi?id=240079
(a != null) ? a.toString() : "" -> (a == null) ? "" : a.toString()
More pattern
@TriggerPattern(value = "($var1 != null) ? $a : $b"), @TriggerPattern(value = "($var2 == null) ? $a : $b"), @TriggerPattern(value = "($var3 > $c) ? $a : $b"), @TriggerPattern(value = "($var4 < $c) ? $a : $b"), @TriggerPattern(value = "($var5 >= $c) ? $a : $b"), @TriggerPattern(value = "($var6 <= $c) ? $a : $b"),
The text was updated successfully, but these errors were encountered:
issue #32: Invert ternary if/else
82b47a9
Fixed in 1.2
Sorry, something went wrong.
Merge branch 'feature/issue32-invertternary'
17875dd
* feature/issue32-invertternary: issue #32: Invert ternary if/else
No branches or pull requests
See https://netbeans.org/bugzilla/show_bug.cgi?id=240079
More pattern
The text was updated successfully, but these errors were encountered: