Uploaded image for project: 'WINDUP - Red Hat Application Migration Toolkit'
  1. WINDUP - Red Hat Application Migration Toolkit
  2. WINDUP-458

Support Queries that exclude Frames implementing a specific type

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Duplicate
    • Icon: Major Major
    • 2.x Future
    • 2.0.0.Beta7
    • None
    • None
    • None

      Query.from(ArchiveModel.class).excludingTypes(IgnoreDuringDecomp.class, …)
      ozizka
      12:35 Uhm, to skip the check for "foo instanceof IgnoreFromDecompilation" everywhere.
      12:35 Is that doable?
      12:35 I.e.
      lincolnthree
      12:36 jsightler: actually, can Query be enhanced to exclude Frame types?
      12:36 jsightler: or does it do that already?
      ozizka
      12:36 Query.from(ArchiveModel.class).without(IgnoreDuringDecomp.class)
      lincolnthree
      12:37 Query.from(ArchiveModel.class).excludingTypes(IgnoreDuringDecomp.class, …)
      12:37 would be useful IMO
      ozizka
      12:37 Something like that
      

              Unassigned Unassigned
              lincolnthree Lincoln Baxter III (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: