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

Fix potential crash on PFile #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

saper
Copy link
Contributor

@saper saper commented Aug 24, 2016

Methods overriden from JPanel can be called
any time during its construction, even before
we've had a chance to initComponents();

Protect against unsafe use of the tName in
setName() and getName(), other methods
should be safe.

(getName() has been restored to maintain
symmetry of the bean).

Methods overriden from JPanel can be called
any time during its construction, even before
we've had a chance to initComponents();

Protect against unsafe use of the tName in
setName() and getName(), other methods
should be safe.

(getName() has been restored to maintain
symmetry of the bean).
@saper
Copy link
Contributor Author

saper commented Aug 24, 2016

This might fix #93

I don't know why getName() got removed from the class and setName() is still there, so I have added the method again for symmetry.

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

Successfully merging this pull request may close these issues.

1 participant