Uploaded image for project: 'Commons Sandbox'
  1. Commons Sandbox
  2. SANDBOX-215

[javaflow] Possible null pointer dereference in method doTransform of class BcelClassTransformer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Javaflow
    • None

    Description

      There is a possible null pointer dereference in method doTransform of class BcelClassTransformer.
      When this code:
      javaClazz = parser.parse();
      throws an exception or returns null this line:
      log.debug("transforming class " + javaClazz.getClassName());
      and/or later the
      String[] intfs = javaClazz.getInterfaceNames();
      will throw a NullPointerException.

      Attachments

        Activity

          People

            tcurdt Torsten Curdt
            pmay Philip May
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: