Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] About @Nullable and @NotNullable annotations

I created bug for this - https://bugs.eclipse.org/bugs/show_bug.cgi?id=494396




Od: pdt-dev-bounces@xxxxxxxxxxx <pdt-dev-bounces@xxxxxxxxxxx> w imieniu użytkownika thierry blind <thierryblind@xxxxxxx>
Wysłane: 20 maja 2016 23:41
Do: PDT Developers
Temat: Re: [pdt-dev] About @Nullable and @NotNullable annotations
 
+1
Excellent idea! That was really missing for more code clarity!

I'm already doing that in my own java projects (with my own @Nullable / @NotNullable annotations) when I'm too lazy to comment internal methods ;)


From: bartlomiej.l@xxxxxxxx
To: pdt-dev@xxxxxxxxxxx
Date: Fri, 20 May 2016 14:38:22 +0000
Subject: Re: [pdt-dev] About @Nullable and @NotNullable annotations

Good idea, +1


On 5/20/2016 3:33 PM, Michal Niewrzal wrote:

Hi,

I had a plan to write similar mail next week:D

+1 and I think we can reuse Dltk annotations

Michal

Od: Dawid Pakuła
Wysłano: piątek, 20 maja, 15:09
Temat: [pdt-dev] About @Nullable and @NotNullable annotations
Do: PDT Developers

Hi Team,

I have a proposition to start using @Nullable and @NotNullable  annotations. This can save a lot of a time, one none remember if parameter can be null or not.

Also eclipse since 4.6 can reuse these annotations to provider better validation.

We can create own or reuse from org.eclipse.dltk.annotations.

What you think?

-- 
Dawid Pakuła



_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/pdt-dev


_______________________________________________ pdt-dev mailing list pdt-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/pdt-dev

Back to the top