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.
Jeremy Dubreil ef354e6e2b
[infer][checkers] remove the threadsafey as analyzer option and rely on the --threadsafety flag only
8 years ago
..
.inferconfig [thread-safety] treat non-interface methods with no summary as angelic 8 years ago
AndroidModels.java [thread-safety] assume findViewById returns ownership 8 years ago
Annotations.java [infer][threadsafety] Use disjunction in the join for threaded 8 years ago
Builders.java [thread-safety] remove hacky special case for Builder's 8 years ago
Constructors.java [thread-safety] handle constructors by understanding that a constructor owns `this` 8 years ago
Containers.java [frontend] don't treat Sawja-generated ternary operator vars as SSA tmps 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 [thread-safety] add choice variables to support partial path-sensitivity 8 years ago
Makefile [infer][checkers] remove the threadsafey as analyzer option and rely on the --threadsafety flag only 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 [threadsafety] Treat clone() as aquiring ownership 8 years ago
RaceWithMainThread.java [infer][threadsafety] Use disjunction in the join for threaded 8 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
ThreadSafeExample.java [thread-safety] don't report read-write races when the write is in a private or autogenerated proc 8 years ago
ThreadSafeMethods.java [thread-safety] report more warnings by inferring when state is accessed by methods marked `@ThreadSafe` and other methods. 8 years ago
issues.exp [thread-safety] remove hacky special case for Builder's 8 years ago