QDox
  1. QDox
  2. QDOX-35

Improve handling of completely unknnown klasses

    Details

    • Type: Improvement Improvement
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.4
    • Fix Version/s: 1.4
    • Component/s: None
    • Labels:
      None
    • Environment:
      any
    • Number of attachments :
      0

      Description

      Currently, iq qdox encounters a class where neither source, nor binary is available it is stored as null in various arrays / lists

      This can lead to NPEs from strange areas, and also dependent projects.
      ( and qdox does not always checks wor nulliness )

      What about "default"/"unknown" class like one in xjavadoc?

        Activity

        Hide
        Konstantin Pribluda added a comment -

        This is related to QDOX-34

        Show
        Konstantin Pribluda added a comment - This is related to QDOX-34
        Hide
        Aslak Hellesøy added a comment -

        Can you provide us with a testcase?

        Show
        Aslak Hellesøy added a comment - Can you provide us with a testcase?
        Hide
        Konstantin Pribluda added a comment -

        if you parse:

        puclic class Foo implements Bar {
        } where Bar is not available as source

        array of iplemented interfaces would contain null.

        Show
        Konstantin Pribluda added a comment - if you parse: puclic class Foo implements Bar { } where Bar is not available as source array of iplemented interfaces would contain null.
        Mike Williams made changes -
        Field Original Value New Value
        Fix Version/s 1.4 [ 10304 ]
        Hide
        Aslak Hellesøy added a comment -

        Fixed

        Show
        Aslak Hellesøy added a comment - Fixed
        Aslak Hellesøy made changes -
        Resolution Fixed [ 1 ]
        Status Open [ 1 ] Closed [ 6 ]
        Assignee Aslak Hellesoy [ rinkrank ]

          People

          • Assignee:
            Aslak Hellesøy
            Reporter:
            Konstantin Pribluda
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: