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.
Peter O'Hearn 11937cb076
[infer][threadsafety] model tryLock() for java.util.concurrent.locks.Lock
8 years ago
..
.inferconfig [thread-safety] enable defining aliases of @ThreadSafe in .inferconfig 8 years ago
AndroidModels.java [thread-safety] model certain methods of Resources as @Functional 8 years ago
Annotations.java [thread-safety] enable defining aliases of @ThreadSafe in .inferconfig 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] handle constructors by understanding that a constructor owns `this` 8 years ago
Containers.java [thread-safety] model SynchronizedPool.acquire as acquiring ownership 8 years ago
DeDup.java [infer][threadsafety] Stop Unprotected Write and Read/Write races from being reported on the same line 8 years ago
Locks.java [infer][threadsafety] model tryLock() for java.util.concurrent.locks.Lock 8 years ago
Makefile [tests] sort bugs in InferPrint 8 years ago
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] add callee write as protected-if if it's conditionally owned in caller 8 years ago
ReadWriteRaces.java [thread-safety] report on protected write/unprotected read races 8 years ago
ThreadSafeExample.java [thread-safety] unify @AssumeThreadSafe and @ThreadSafeMethod into @ThreadSafe(enableChecks = ...) 8 years ago
issues.exp [infer][threadsafety] Stop Unprotected Write and Read/Write races from being reported on the same line 8 years ago