Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
JSR-305: Annotations for Software Defect Detection
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
JSR-305: Annotations for Software Defect Detection
Contact owners and managers
1–30 of 76
Mark all as read
Report group
0 selected
Bill Pugh
,
Brian Goetz
2
1/30/09
Ability to define default type qualifiers that only apply to for public/protected methods?
We're treading dangerously close to AOP-territory here. I think relying on visibility to
unread,
Ability to define default type qualifiers that only apply to for public/protected methods?
We're treading dangerously close to AOP-territory here. I think relying on visibility to
1/30/09
miguillo
, …
Brian Goetz
4
2/29/08
Concurrency annotations (again)
> Does attacking the problem from the other side make it any simpler? > What is the highest
unread,
Concurrency annotations (again)
> Does attacking the problem from the other side make it any simpler? > What is the highest
2/29/08
nil...@gmail.com
10/26/07
@HashKey annotation?
Don't know if this been mentioned before, but how about a class level @HashKey annotation for
unread,
@HashKey annotation?
Don't know if this been mentioned before, but how about a class level @HashKey annotation for
10/26/07
Andrei
9/15/10
JSR 305 state
Hi, we at Verigy (www.verigy.com)are using both FindBugs and Coverity for static code analysis. One
unread,
JSR 305 state
Hi, we at Verigy (www.verigy.com)are using both FindBugs and Coverity for static code analysis. One
9/15/10
Bill Pugh
, …
Brian Goetz
3
1/30/09
Default annotations should not apply to overriding method declarations
> In particular, with this change, the @ParametersAreNonnullByDefault at > the package level
unread,
Default annotations should not apply to overriding method declarations
> In particular, with this change, the @ParametersAreNonnullByDefault at > the package level
1/30/09
limpb...@gmail.com
1/23/09
Reflective access to 305 data?
We do some null-handling stuff in Guice. If the user wants to inject a null, Guice will explode
unread,
Reflective access to 305 data?
We do some null-handling stuff in Guice. If the user wants to inject a null, Guice will explode
1/23/09
Elliotte Harold
,
Bill Pugh
3
9/8/08
JSR 305 Article
Draft of my JSR-305 article is up at http://today.java.net/cs/user/print/a/549 This is not yet
unread,
JSR 305 Article
Draft of my JSR-305 article is up at http://today.java.net/cs/user/print/a/549 This is not yet
9/8/08
Elliotte Harold
,
Bill Pugh
2
8/25/08
RegEx vs. Syntax
The RegEx annotation _is_ just a shorthand for @Syntax("RegEx"), but it also provides a
unread,
RegEx vs. Syntax
The RegEx annotation _is_ just a shorthand for @Syntax("RegEx"), but it also provides a
8/25/08
Elliotte Harold
,
Bill Pugh
2
8/25/08
Syntax hints syntax
I like it. I propose to adopt it. Bill On Aug 16, 2008, at 12:20 PM, Elliotte Harold wrote: > >
unread,
Syntax hints syntax
I like it. I propose to adopt it. Bill On Aug 16, 2008, at 12:20 PM, Elliotte Harold wrote: > >
8/25/08
Elliotte Harold
,
Bill Pugh
2
8/25/08
Compiler support
On Aug 16, 2008, at 5:30 PM, Elliotte Harold wrote: > 1. Is anyone aware of efforts to build some
unread,
Compiler support
On Aug 16, 2008, at 5:30 PM, Elliotte Harold wrote: > 1. Is anyone aware of efforts to build some
8/25/08
Elliotte Harold
,
Bill Pugh
2
8/25/08
CheckForSigned is misnamed
The way the type qualifiers and when attributes work, it really means that the element labeled will
unread,
CheckForSigned is misnamed
The way the type qualifiers and when attributes work, it really means that the element labeled will
8/25/08
Elliotte Harold
,
Bill Pugh
2
8/25/08
Tabs
Fixed. Now use only spaces (4 space idents). Bill On Aug 2, 2008, at 10:18 AM, Elliotte Harold wrote:
unread,
Tabs
Fixed. Now use only spaces (4 space idents). Bill On Aug 2, 2008, at 10:18 AM, Elliotte Harold wrote:
8/25/08
Elliotte Harold
8/16/08
Syntax canonical values
I propose adding several additional canonical values to the Syntax annotation. Specifically: HTML
unread,
Syntax canonical values
I propose adding several additional canonical values to the Syntax annotation. Specifically: HTML
8/16/08
Elliotte Harold
8/16/08
CheckForSigned
The CheckForSigned annotation indicates that values passed may be negative and that the method should
unread,
CheckForSigned
The CheckForSigned annotation indicates that values passed may be negative and that the method should
8/16/08
Bill Pugh
, …
Marcus
6
7/28/08
JSR-305 status: I'm ready; is the JSR-305 community ready?
On Jul 16, 1:09 am, Bill Pugh <p...@cs.umd.edu> wrote: > OK, we now have pretty much full
unread,
JSR-305 status: I'm ready; is the JSR-305 community ready?
On Jul 16, 1:09 am, Bill Pugh <p...@cs.umd.edu> wrote: > OK, we now have pretty much full
7/28/08
Bill Pugh
,
Radu Grigore
2
7/24/08
Meaning of type qualifiers designations in JSR-305
It sounds like this definition is good enough to say when a tool must not give a warning. In all
unread,
Meaning of type qualifiers designations in JSR-305
It sounds like this definition is good enough to say when a tool must not give a warning. In all
7/24/08
Jesper Nordenberg
, …
Bill Pugh
6
7/15/08
Effects system
Although I think this is an interesting topic to work on, my feeling it is too much of a research
unread,
Effects system
Although I think this is an interesting topic to work on, my feeling it is too much of a research
7/15/08
Howard
, …
Aaron Greenhouse
3
7/1/08
GuardedBy by ReadWriteLock
On Jul 1, 12:13 am, Brian Goetz <br...@briangoetz.com> wrote: > While @GuardedBy was not
unread,
GuardedBy by ReadWriteLock
On Jul 1, 12:13 am, Brian Goetz <br...@briangoetz.com> wrote: > While @GuardedBy was not
7/1/08
Bill Pugh
,
Tom Ball
2
6/16/08
Concurrency annotations in JSR-305
I'd very much like to see them included. My preference for package name would be javax.
unread,
Concurrency annotations in JSR-305
I'd very much like to see them included. My preference for package name would be javax.
6/16/08
Bill Pugh
, …
Michael Ernst
18
6/10/08
Presentation on JSR-305
Bill- > > As another example, some code is thread-safe and some is not. > > Different
unread,
Presentation on JSR-305
Bill- > > As another example, some code is thread-safe and some is not. > > Different
6/10/08
Jerry James
,
Bill Pugh
2
5/27/08
License
Yes, I'll add it. We're using the Simplified BSD license (without either the advertising or
unread,
License
Yes, I'll add it. We're using the Simplified BSD license (without either the advertising or
5/27/08
quality...@free.fr
,
Bill Pugh
2
5/27/08
Adding a "LegalIntervals" annotation
One issue with a LegalIntervals annotation is that much of the time the bounds you would want to
unread,
Adding a "LegalIntervals" annotation
One issue with a LegalIntervals annotation is that much of the time the bounds you would want to
5/27/08
Bill Pugh
5/27/08
Restarting JSR-305 discussions
Sorry to have been non-responsive on JSR-305 discussions. The semester and other topics were
unread,
Restarting JSR-305 discussions
Sorry to have been non-responsive on JSR-305 discussions. The semester and other topics were
5/27/08
Jerry James
4/24/08
Is anybody home?
Is this project dead? -- Jerry James
unread,
Is anybody home?
Is this project dead? -- Jerry James
4/24/08
Jerry James
2
4/18/08
Javadoc fixes
I might as well fix a few more typos I have found today. Here's an updated version of the patch.
unread,
Javadoc fixes
I might as well fix a few more typos I have found today. Here's an updated version of the patch.
4/18/08
Jerry James
4/14/08
"mvn compile" patch
Here is a patch to make "mvn compile" work. Without it, the compilation of the sample use
unread,
"mvn compile" patch
Here is a patch to make "mvn compile" work. Without it, the compilation of the sample use
4/14/08
vvessan
2/24/08
Rethinking the annotations
First of all I have to say I have no experience of how are proporsals for JSR done (I'm just
unread,
Rethinking the annotations
First of all I have to say I have no experience of how are proporsals for JSR done (I'm just
2/24/08
Elias Ross
12/14/07
Analysis tooling before annotations?
I'm new to this group and though I've read several old threads, sorry if this discussion has
unread,
Analysis tooling before annotations?
I'm new to this group and though I've read several old threads, sorry if this discussion has
12/14/07
micky....@gmail.com
2
12/11/07
Process Improvements!!!
New material has been added to provide enhance knowledge towards organizational processes..... http:/
unread,
Process Improvements!!!
New material has been added to provide enhance knowledge towards organizational processes..... http:/
12/11/07
John Tang Boyland
11/8/07
@Model annotation
If one describes a class or history invariant of a class currently with Java annotations, there are
unread,
@Model annotation
If one describes a class or history invariant of a class currently with Java annotations, there are
11/8/07