We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
null
After upgrading to 1.6.0, the fields in one of my Run Configuration Setting Editors defined in the accompanying .form file are null when the constructor is called, which causes an NPE when trying to add the ActionListener. Downgrading to 1.5.3, fixed the problem. This appears to be the same bug as #966, but in #966, the bug was in 1.5.3 and 1.6.0 fixed it.
1.6.0
.form
ActionListener
1.5.3
The text was updated successfully, but these errors were encountered:
Fixed broken instrumentation when custom sources directory is set #1004
662f705
Instrumentation Test for #1004
dc3d66d
hsz
No branches or pull requests
After upgrading to
1.6.0
, the fields in one of my Run Configuration Setting Editors defined in the accompanying.form
file arenull
when the constructor is called, which causes an NPE when trying to add theActionListener
. Downgrading to1.5.3
, fixed the problem. This appears to be the same bug as #966, but in #966, the bug was in 1.5.3 and 1.6.0 fixed it.The text was updated successfully, but these errors were encountered: