Skip to content

dump_Instance fails with NullPointerException #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
This code fails when "c" is null:

                for(content c: inst.annotations.get(cd)) {
                    sb.append("        ").append(c.toString()).append(linesep);
                }

Fixed that with: ...append(String.valueOf(c))...

Original issue reported on code.google.com by alxfedo...@gmail.com on 24 Jan 2013 at 4:36

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions