Skip to content

Commit 76cc327

Browse files
committed
Удалил лишнюю проверку на null
1 parent 1228766 commit 76cc327

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/FieldsFromJoinsWithoutIsNullDiagnostic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ private static boolean haveIsNullFunction(BSLParserRuleContext ctx) {
214214
.filter(SDBLParser.BuiltInFunctionsContext.class::isInstance)
215215
.map(SDBLParser.BuiltInFunctionsContext.class::cast)
216216
.map(SDBLParser.BuiltInFunctionsContext::ISNULL)
217-
.filter(Objects::nonNull)
218217
.isPresent();
219218
}
220219

0 commit comments

Comments
 (0)