Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible NPE in CmsFormatterConfiguration #400

Closed
haukeh opened this issue Jun 2, 2016 · 1 comment
Closed

Possible NPE in CmsFormatterConfiguration #400

haukeh opened this issue Jun 2, 2016 · 1 comment

Comments

@haukeh
Copy link

haukeh commented Jun 2, 2016

At Line 358:

public I_CmsFormatterBean getDisplayFormatter() {

        if (!getDetailFormatters().isEmpty()) {
            return getDisplayFormatters().get(0);
        }
        return null;
    }

I guess it should be !getDisplayFormatters().isEmpty()?

@tHerrmann
Copy link

This has been fixed in release 10.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants