Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-18193

Nullpointer with IBM JDK 1.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK 3.4 (Release)
    • Compiler API
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile attached test case using
      javac -classpath <path to flex-compiler-oem.jar> TestOne.java

      2. Run using
      java -Xbootclasspath/a:<path to xercesImpl.jar> -cp .;<path to flex-compiler-oem.jar> TestOne

      Actual Results:
      Exception in thread "main" java.lang.NullPointerException
      at flex2.compiler.Source.isUpdated(Source.java:280)
      at flex2.compiler.API.validateCompilationUnits(API.java:1503)
      at flex2.tools.oem.Application.compile(Application.java:744)
      at flex2.tools.oem.Application.build(Application.java:413)
      at TestOne.testBuild(TestOne.java:30)
      at TestOne.main(TestOne.java:12)

      Expected Results:
      should compile. No errors

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: