I am using @NotNull annotation, as you can see I am using:
StringUtils.isNotBlank()
to check NP, but I have still Eclipse warning there. If I use
oldlink != null
it wont show warning.
Does anyone know what can be problem when using apache commons StringUtils ?