Skip to content

Bug: Duplicate key when use two class with same variable. #14

Description

@sonvp

Hi @BoD by default , I have class Worker and Manager, and skip add preference key, using default preference key:

@"Prefs"
class Worker {
 String user;
 String password;
} 

@"Prefs"
class Manager{
 String user;
 String password;
} 

If i save user Worker, then i save user Manager ---> value user, password manager will replace user, password worker. Although i can use @name("........") resolve it . But i don't want.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions