| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add IntelliJ IDEA contract for StringUtils.isNotBlank | Samuel Tardieu | 2014-11-25 | 1 | -0/+5 |
| | | |||||
| * | Add more nullness information for Intellij IDEA | Samuel Tardieu | 2014-11-23 | 1 | -0/+10 |
| | | | | | | StringUtils.trim and StringUtils.upperCase will mirror the nullness of their argument. | ||||
| * | Teach IntelliJ IDEA some external nullness properties | Samuel Tardieu | 2014-11-23 | 3 | -0/+19 |
| | | | | | | | - ArrayList#toArray() never returns null - String#trim() never returns null - StringUtils.split returns null iff its argument is null. | ||||
| * | Add IntelliJ IDEA annotation for StringUtils.startsWith | Samuel Tardieu | 2014-11-23 | 1 | -6/+12 |
| | | |||||
| * | Add external annotations for IntelliJ IDEA | Samuel Tardieu | 2014-11-23 | 1 | -0/+8 |
| The contract computed from the bytecode of the static method StringUtils.substringBetween(String, String, String) is wrong and needs to be superseded. | |||||
