aboutsummaryrefslogtreecommitdiff
path: root/annotation-file-utilities
AgeCommit message (Expand)Author
2015-07-23Merge branch 'master' of github.com:typetools/annotation-toolsMichael Ernst
2015-07-23Miscellaneous documentation improvementsMichael Ernst
2015-07-22Disables tests until bound zero bug is fixed.Dan Brown
2015-07-22temporarily skips testDan Brown
2015-07-22corrects specification errorDan Brown
2015-07-22new tests of implicit "extends" bound annotation insertionDan Brown
2015-07-17Corrected and disabled until item 98 in the bug tracker is resolved.Dan Brown
2015-07-16Corrects expected output and disables test.Dan Brown
2015-07-13Corrects test for Issue #43.Dan Brown
2015-07-12Fixes interface declaration insertion position calculation.Dan Brown
2015-07-12Changes JDK path.Dan Brown
2015-07-09Avoids inserting multiple "extends" clauses after method type bound variables.Dan Brown
2015-07-08Adds class bound test.Dan Brown
2015-07-08Adds test for <clinit> special case.Dan Brown
2015-07-08Adds special cases for <init> and <clinit> to account for initializationDan Brown
2015-07-08Matches ANNOTATION, ENUM, and INTERFACE to CLASS.Dan Brown
2015-07-08Ad hoc utility for merging annotated JDKs.Dan Brown
2015-07-08Corrects positioning logic for class declarations and modifies some problemat...Dan Brown
2015-07-08Update references from Google Code to GitHub and from Mercurial (Hg) to GitMichael Ernst
2015-07-02mergeDan Brown
2015-07-02built from latest sourceDan Brown
2015-07-02Adds test for case where inner class name shadows an interface in the same pa...Dan Brown
2015-07-02Slightly loosens matchWithPrefixOneWay() test.Dan Brown
2015-07-02Restricts search for end of method parameter in source code.Dan Brown
2015-07-02Avoids superfluous parseField() invocation for method parameters.Dan Brown
2015-07-01new release 3.6.17jthaine
2015-07-01Update release dateJavier Thaine
2015-06-29mergeDan Brown
2015-06-293.6.17Dan Brown
2015-06-25Automated merge with https://code.google.com/p/annotation-toolsMichael Ernst
2015-06-20New tests for casts on bare array literals.Dan Brown
2015-06-20Fixes problem with casts on bare array literal variable initializers.Dan Brown
2015-06-20Eliminates harmless but superfluous insertions of "java.lang".Dan Brown
2015-06-19Adds tests corresponding to recent fixes for bugs found in annotating the Had...Dan Brown
2015-06-18Small fixesMichael Ernst
2015-06-16Adds rule to produce PNG images from graphviz dot files.Dan Brown
2015-06-16graphviz dot source files for figures in redesign proposalDan Brown
2015-06-16redesign proposalDan Brown
2015-06-16Fixes infinite loop bug.Dan Brown
2015-06-03Corrects bytecode offset computation for nested typecasts.Dan Brown
2015-06-03Avoids crash in debug message.Dan Brown
2015-06-01new release 3.6.16jonathangburke
2015-05-313.6.16Dan Brown
2015-05-31Handles all Throwables, not merely Exceptions, from task.analyze().Dan Brown
2015-05-31Avoids NPE from requesting label offset before label resolution.Dan Brown
2015-05-29source rollback to 5bc2a895daa7 versionDan Brown
2015-05-29Lessens reliance on label offsets.Dan Brown
2015-05-18Ensures that default constructor insertion precedes "nested" receiver annotat...Dan Brown
2015-05-15Fixes (javac to scene-lib) type conversion for typevars.Dan Brown
2015-05-07Changes copy/pasted variable names.Dan Brown