[
https://issues.apache.org/jira/browse/LANG-1598?focusedWorklogId=470664&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-470664
]
ASF GitHub Bot logged work on LANG-1598:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Aug/20 11:48
Start Date: 14/Aug/20 11:48
Worklog Time Spent: 10m
Work Description: coveralls commented on pull request #606:
URL: https://github.com/apache/commons-lang/pull/606#issuecomment-674036404
[](https://coveralls.io/builds/32758329)
Coverage decreased (-0.006%) to 94.652% when pulling
**6bb4b4facfe3724516f75df0ceecba9e6ff5aa8a on
AlexanderGuril:LANG-1598-javax-annotation-null-analysis** into
**600f0c8a1d9f4b1884cafb7cf6f0e43da1742fe9 on apache:master**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 470664)
Time Spent: 20m (was: 10m)
> Use JSR-305 (javax.annotation) for Null-Analysis to avoid unexpected
> NullPointerExceptions
> ------------------------------------------------------------------------------------------
>
> Key: LANG-1598
> URL: https://issues.apache.org/jira/browse/LANG-1598
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.*
> Affects Versions: 3.11
> Reporter: Alexander Guril
> Priority: Major
> Labels: newbie
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Use the javax.annotation-API for Null-Analysis to avoid NPEs.
> {code:XML}
> <!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 -->
> <dependency>
> <groupId>com.google.code.findbugs</groupId>
> <artifactId>jsr305</artifactId>
> <version>3.0.2</version>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)