IBM Support

PH57446: CREATING in IDZ A ZUNIT TESTCASE FAILS WITH NullPointerExceptionWHEN THE COBOL PROGRAM CONTAINS A SPECIAL-NAMES+EJECT PARAGRAPH

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • In IBM Developer for z/OS v16, trying to create a ZUnit testcase
    fails with a NullPointerException:
    
    java.lang.NullPointerException
    
    at
    com.ibm.etools.zunit.ast.util.CobolAstNodeUtil$1.visit(CobolAstN
    odeUtil.java:428)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.SpecialNamesParagra
    ph.enter(SpecialNamesParagraph.java:133)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.SpecialNamesParagra
    ph.accept(SpecialNamesParagraph.java:127)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.ConfigurationSectio
    nParagraphList.enter(ConfigurationSectionParagraphList.java:105)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.ConfigurationSectio
    nParagraphList.accept(ConfigurationSectionParagraphList.java:94)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.ConfigurationSectio
    n.enter(ConfigurationSection.java:137)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.ConfigurationSectio
    n.accept(ConfigurationSection.java:125)
    at
    com.ibm.systemz.cobol.editor.core.parser.Ast.EnvironmentDivision
    .enter(EnvironmentDivision.java:157)
    
    
    Steps to reproduce:
    
    1) Create a local or remote COBOL program like:
    
         IDENTIFICATION DIVISION.
         PROGRAM-ID.           TEST1.
         DATE-WRITTEN.
         DATE-COMPILED.
         ENVIRONMENT DIVISION.
         CONFIGURATION SECTION.
         SPECIAL-NAMES.
             EJECT
          DATA DIVISION.
          FILE SECTION.
          WORKING-STORAGE SECTION.
    
          LINKAGE SECTION.
          01   ARG1               PIC X(10).
    
             PROCEDURE DIVISION.
    
    2) Right-click on it and select menu ZUnit > Create/modify
    testcase
    
    => NullPointerException is displayed in a popup
    

Local fix

  • To add a "." after the EJECT statement:
    
           SPECIAL-NAMES.
               EJECT.
    

Problem summary

  • NullPointerException occurs when opening the ZUnit test case
    editor for the program which has EJECT statement in
    SPECIAL-NAMES section.
    

Problem conclusion

  • The NullPointerException was caused since ZUnit assumes there is
     a period in the SPECIAL-NAMES section. However, EJECT can be
    used without period in this section. The Null check is added in
    this procedure and it is fixed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH57446

  • Reported component name

    DEV FOR Z/OS

  • Reported component ID

    5724T0700

  • Reported release

    G00

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2023-10-11

  • Closed date

    2024-03-15

  • Last modified date

    2024-03-15

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    DEV FOR Z/OS

  • Fixed component ID

    5724T0700

Applicable component levels

[{"Business Unit":{"code":"BU029","label":"Software"},"Product":{"code":"SSJK49","label":"IBM Developer for z Systems"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"G00"}]

Document Information

Modified date:
04 April 2024