Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Using JDT's @Nullable/@NonNull within the Eclipse Platform

I think it would be great to be enable using JDT’s null analysis for the Eclipse Platform and opened bug 472631.  

	https://bugs.eclipse.org/bugs/show_bug.cgi?id=472631

I’ve seen far too much code that uses the following broken idiom:

	PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()…

and it needs to be stopped!

Brian.

Back to the top