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 169df0fe80
[thread-safety] infer accesses that need to be safe from lock usage
7 years ago
..
.inferconfig [config] add option to force deletion of results dir 7 years ago
Alias.java [threadsafety] fix false negative on locations that may alias. 8 years ago
AndroidModels.java [thread-safety] assume findViewById returns ownership 8 years ago
Annotations.java [thread-safety] Change meaning of @ThreadSafe to "can run in parallel with any thread including itself" 7 years ago
Arrays.java [thread-safety] remove custom compare for AccessListMap 7 years ago
Builders.java [thread-safety] remove special treatment for immutable collections 7 years ago
Constructors.java [thread-safety] handle constructors by understanding that a constructor owns `this` 8 years ago
Containers.java [thread-safety] more precise ownership domain 7 years ago
Dispatch.java [thread-safety] re-enable check for calling non-threadsafe interface 7 years ago
Escape.java [thread-safety] tests for escape analysis 7 years ago
Inference.java [thread-safety] infer accesses that need to be safe from lock usage 7 years ago
Locks.java [thread-safety] add choice variables to support partial path-sensitivity 8 years ago
Makefile various minor improvements 7 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] more precise ownership domain 7 years ago
RaceWithMainThread.java [thread-safety] Change meaning of @ThreadSafe to "can run in parallel with any thread including itself" 7 years ago
ReadWriteRaces.java [thread-safety] don't report on protected reads 8 years ago
SkippedClass.java [thread-safety] treat non-interface methods with no summary as angelic 8 years ago
SubFld.java [threadsafety] Fix some FPs added by may-alias analysis. 8 years ago
SwitchEnum.java [threadsafety] Fix some FPs added by may-alias analysis. 8 years ago
ThreadSafeExample.java [thread-safety] Change meaning of @ThreadSafe to "can run in parallel with any thread including itself" 7 years ago
ThreadSafeMethods.java [thread-safety] infer accesses that need to be safe from lock usage 7 years ago
issues.exp [thread-safety] infer accesses that need to be safe from lock usage 7 years ago