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
play1/framework/src/play/jobs/JobsPlugin.java
Line 195 in 2338f92
evaluates to null, if there is no application configuration.
null
The @On annotation does not allow a default value which could be provided for getProperty. Therefore the default should be "".
@On
getProperty
""
Reason:
Line 197 in 2338f92
cron
The text was updated successfully, but these errors were encountered:
[#2154] Fixes NPE
f473f9a
playframework#1219
Merge pull request #1220 from flybyray/lighthouse-2154-patch
71874ce
[#1219] Fixes NPE [](https://play.lighthouseapp.com/projects/57987/tickets/2154)
Merged #1220 Thanks
Sorry, something went wrong.
No branches or pull requests
play1/framework/src/play/jobs/JobsPlugin.java
Line 195 in 2338f92
evaluates to
null
, if there is no application configuration.The
@On
annotation does not allow a default value which could be provided forgetProperty
. Therefore the default should be""
.Reason:
play1/framework/src/play/jobs/JobsPlugin.java
Line 197 in 2338f92
will throw a NPE if
cron
isnull
.The text was updated successfully, but these errors were encountered: