From 58ca81da06603e6d3a4835b6756fb1f1742e8dd6 Mon Sep 17 00:00:00 2001 From: Aaron Hurst Date: Fri, 6 Jan 2023 02:59:44 +0000 Subject: [PATCH] Updated test after removing getApexVersion. --- .../sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt b/pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt index ed0c148dde..bc86475d96 100644 --- a/pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt +++ b/pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt @@ -1,4 +1,4 @@ -+- UserClass[@ApexVersion = 0.0, @DefiningType = "Foo", @Image = "Foo", @InterfaceNames = null, @Location = "[4:7,25:1]", @Namespace = null, @RealLoc = true, @SuperClassName = "", @TypeKind = TypeKind.CLASS] ++- UserClass[@DefiningType = "Foo", @Image = "Foo", @InterfaceNames = null, @Location = "[4:7,25:1]", @Namespace = null, @RealLoc = true, @SuperClassName = "", @TypeKind = TypeKind.CLASS] +- ModifierNode[@Abstract = false, @DefiningType = "Foo", @DeprecatedTestMethod = false, @Final = false, @Global = false, @InheritedSharing = false, @Location = "no location", @Modifiers = 1, @Namespace = null, @Override = false, @Private = false, @Protected = false, @Public = true, @RealLoc = false, @Static = false, @Test = false, @TestOrTestSetup = false, @Transient = false, @Virtual = false, @WebService = false, @WithSharing = false, @WithoutSharing = false] +- FieldDeclarationStatements[@DefiningType = "Foo", @Location = "[5:4,5:41]", @Namespace = null, @RealLoc = true, @TypeArguments = null, @TypeName = "Integer"] | +- ModifierNode[@Abstract = false, @DefiningType = "Foo", @DeprecatedTestMethod = false, @Final = false, @Global = false, @InheritedSharing = false, @Location = "no location", @Modifiers = 0, @Namespace = null, @Override = false, @Private = false, @Protected = false, @Public = false, @RealLoc = false, @Static = false, @Test = false, @TestOrTestSetup = false, @Transient = false, @Virtual = false, @WebService = false, @WithSharing = false, @WithoutSharing = false]