Skip to content

Mapping of 2D string array seems to be skipped silently #824

@hlms

Description

@hlms

Whats your runtime?

  • Dozer version: 6.4.0
  • OS version: Windows Server 2012 R2
  • JDK version: openjdk version "1.8.0_181"

Whats the problem?

Steps to reproduce:

  1. Source class has this field:
    public String[][] Levels;
  2. Destination class has this field:
    private String[][] Levels;

Observed Results:

  1. Source class field Levels had values but the destination class field Levels remained null after dozer mapping.
  2. No errors in logs.

Expected Results:

The destination class field Levels should have values equal to the Source class field Levels as a result of dozer mapping.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions