question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't create property RealmList<TranslatedString> by Realm Studio

See original GitHub issue

Here my Realm object

public class LocalizedString extends RealmObject {
    private RealmList<TranslatedString> translations = new RealmList<>();
 
    public RealmList<TranslatedString> getTranslations() {
        return translations;
    }

}

I want to create this schema by Realm Studio So here screenshots:

step1

But I get error:

error

Why I can’t create properties RealmList<TranslatedString> translations ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cmelchiorcommented, Mar 14, 2018

Realm Studio has been updated to no longer show invalid combinations for the nullability flag. This should be part of the next release.

1reaction
Zhuindencommented, Mar 1, 2018

In that case, RealmList<TranslatedString> cannot contain null elements.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Realm object list functions are undefined, even though object ...
Trying to push a new int into an int realm list. I can get the Realm object, I can print it and when...
Read more >
Define a Realm Object Schema - Java SDK - MongoDB
To define a Realm object in your application, create a subclass of RealmObject or implement RealmModel. ... var favoriteColors : RealmList<String>? = null....
Read more >
Realm Database in Real Life
You create an object of that class, and you instantiate the Realm database. In this case, it's a local instance. Data will be...
Read more >
Show HN: Realm for Android | Hacker News
Given a list of `Object`, how do I make a `RealmList` of it? ... but I couldn't figure out how to translate the...
Read more >
Untitled
Tagu botu ramesh, Dubai property development map, Matting and framing a picture, ... H-142-ps, Republiq club manila website, Legacy wow realmlist, Tammaar, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found