Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-2362

ColumnSelect: unable to use Property without type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.B1, 4.1.M1
    • 4.0.B2, 4.1.M1
    • Core Library
    • None

    Description

      This will fail with NullPointerException:

      Property<String> property = new Property<>("artistName");
      ObjectSelect.columnQuery(Artist.class, property).select(context);
      

      Attachments

        Activity

          People

            ntimofeev Nikita Timofeev
            ntimofeev Nikita Timofeev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: