You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Blackshear 3ee349ee23
[thread-safety] warn on unsafe accesses to lists
8 years ago
..
Annotations.java [thread-safety] handle some annotations as aliases of ThreadConfined 8 years ago
Builders.java [thread-safety] use jsr-305 versions of ThreadSafe/NotThreadSafe rather than defining custom annotations 8 years ago
Constructors.java [thread-safety] warn on unsafe writes in constructors 8 years ago
Containers.java [thread-safety] warn on unsafe accesses to lists 8 years ago
Locks.java [thread-safety] use jsr-305 versions of ThreadSafe/NotThreadSafe rather than defining custom annotations 8 years ago
Makefile
MyImmutableList.java [thread-safety] don't report on fields of immutable collections 8 years ago
NotThreadSafeExample.java [thread-safety] use jsr-305 versions of ThreadSafe/NotThreadSafe rather than defining custom annotations 8 years ago
Ownership.java [thread-safety] allow ownership to be transferred via return 8 years ago
ThreadSafeExample.java [thread-safety] warn on unsafe accesses in overrides of methods annotated with @ThreadSafeMethod 8 years ago
issues.exp [thread-safety] warn on unsafe accesses to lists 8 years ago