Skip to content

Commit

Permalink
Remove @ReportPolymorphism when @Megamorphic is used explicitly
Browse files Browse the repository at this point in the history
@ReportPolymorphism is then not supported anymore it seems

Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Aug 12, 2024
1 parent 1a9529c commit bfe5edb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public SAbstractObject doSBlock(@SuppressWarnings("unused") final SBlock receive
}
}

@ReportPolymorphism
@GenerateNodeFactory
@GenerateWrapper
@Primitive(className = "Block", primitive = "value")
Expand Down Expand Up @@ -100,7 +99,6 @@ public WrapperNode createWrapper(final ProbeNode probe) {
}
}

@ReportPolymorphism
@GenerateWrapper
@GenerateNodeFactory
@Primitive(className = "Block2", primitive = "value:", selector = "value:", inParser = false,
Expand Down Expand Up @@ -146,7 +144,6 @@ public WrapperNode createWrapper(final ProbeNode probe) {
}
}

@ReportPolymorphism
@GenerateNodeFactory
@Primitive(className = "Block3", primitive = "value:with:", selector = "value:with:",
inParser = false, receiverType = SBlock.class)
Expand Down

0 comments on commit bfe5edb

Please sign in to comment.