Skip to content

Fix potential crash on PFile - #94

Open
saper wants to merge 1 commit into
yarl:masterfrom
saper:pfile-crash
Open

Fix potential crash on PFile#94
saper wants to merge 1 commit into
yarl:masterfrom
saper:pfile-crash

Conversation

@saper

@saper saper commented Aug 24, 2016

Copy link
Copy Markdown
Contributor

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

saper commented Aug 24, 2016

Copy link
Copy Markdown
Contributor Author

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