-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: page | ||
title: Home | ||
permalink: / | ||
--- | ||
|
||
__lastNPE__.org is resources related to developing `NullPointerException` safe code in Eclipse, and: | ||
|
||
1. provides [external null annotations](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_external_null_annotations.htm) (EEA) | ||
for [common libraries](https://github.com/lastnpe/eclipse-null-eea-augments/tree/master/libraries) | ||
2. regularly [publishes those EEA to Maven central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.lastnpe%22) | ||
3. offers [an Eclipse plugin to extend M2E for EEA](https://github.com/lastnpe/eclipse-external-annotations-m2e-plugin) | ||
4. show cases [example projects](https://github.com/lastnpe/eclipse-null-eea-augments/tree/master/examples/maven) | ||
5. is [an open source community](https://www.redhat.com/en/open-source) | ||
6. we [chat on #jdt-null-analysis at mattermost.eclipse.org](https://mattermost.eclipse.org/eclipse/channels/jdt-null-analysis) - see you there? | ||
7. are very open to welcome new contributors! |