History log of /external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd5ddd43212d92e5d5051c2f070fb299a1e1e43b 29-Jul-2015 Dan Brown <dbro@cs.washington.edu> Corrects logic for when to generate an "extends" bound.
Also, as part of the fix, changes generated type name from
"java.lang.Object" to "Object".
/external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java
315403cf0cb532b4bce3c6da753046b993eac572 17-Jan-2013 Eric Spishak <espishak@cs.washington.edu> Consistently use ints for bound locations.
This prevents a NullPointerException when using bounds.
/external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java
0c0bd9d1e50a213629b2031d1c906cdf688af580 24-Apr-2012 Werner Dietl <wdietl@gmail.com> No semantic changes, just cleanups: tabs vs. spaces, add @Override, consistently make fields final (even if public).
/external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java
0f7ed8e9f456276945e3cc04203c31dbce61a0b5 01-Jan-2011 Michael Ernst <mernst@cs.washington.edu> Handle adding annotations on implicit type variable upper bounds.
This inserts "extends Object" where necessary, on class type parameters.
The code is a bit ugly.
Also, warn about un-inserted annotations (in processed compilation units).
/external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java
4735bdd95fe3025e721476ae821d0aca6127f80a 04-Aug-2009 Michael Ernst <mernst@cs.washington.edu> Handle annotations on packages.
Remove duplicate test files.
Make indentation uniform (unfortunately, this led to huge diffs).
/external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java
10353ed766fc48a0af6bd33d934439e695c03e32 06-Jul-2009 Mahmood Ali <msaeed43@gmail.com> initial import
/external/annotation-tools/annotation-file-utilities/src/annotator/find/BoundLocationCriterion.java