Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.22 1.1 backport175 1.1.1.1

latest revision download Branch MAIN

1.22 annotated / raw | Diffs: previous, other | Lines: 1330 ( +7, -1 )

Created: 2005-12-11 22:16:23 -0600 (2 years 5 months ago) | Author: jboner | Changeset: MAIN:jboner:20051212041623

Fix for:

Nondeterministic NullPointerException when reading annotation
-------------------------------------------------------------
       Key: BP-49
       URL: http://jira.codehaus.org/browse/BP-49

1.21 annotated / raw | Diffs: previous, other | Lines: 1324 ( +5, -1 )

Created: 2005-06-29 12:12:39 -0500 (2 years 10 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050629171239

inherited stuff

1.20 annotated / raw | Diffs: previous, other | Lines: 1320 ( +1, -2 )

Created: 2005-06-14 03:34:41 -0500 (2 years 11 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050614083441

minor fix from mem leak session

Tags: rel_1_0

1.19 annotated / raw | Diffs: previous, other | Lines: 1321 ( +7, -3 )

Created: 2005-06-09 03:41:44 -0500 (2 years 11 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050609084143

BP-38 fix for classlaoder issue + test + fix a mem leak

1.18 annotated / raw | Diffs: previous, other | Lines: 1317 ( +29, -41 )

Created: 2005-04-06 09:17:55 -0500 (3 years 1 month ago) | Author: avasseur | Changeset: MAIN:avasseur:20050406141755

refactored default value handling to be at elem level insted of proxy + handle recursive defaults + refresh of them

1.17 annotated / raw | Diffs: previous, other | Lines: 1329 ( +141, -39 )

Created: 2005-04-06 08:16:21 -0500 (3 years 1 month ago) | Author: avasseur | Changeset: MAIN:avasseur:20050406131621

API update for AW integration to access anno DP (not just elems) with just signatures

1.16 annotated / raw | Diffs: previous, other | Lines: 1227 ( +0, -19 )

Created: 2005-03-10 06:25:06 -0600 (3 years 2 months ago) | Author: jboner | Changeset: MAIN:jboner:20050310122506

clean up

1.15 annotated / raw | Diffs: previous, other | Lines: 1246 ( +199, -114 )

Created: 2005-03-10 06:09:58 -0600 (3 years 2 months ago) | Author: jboner | Changeset: MAIN:jboner:20050310120958

added support for ONE bytecode provider per class that overrides the default one, needed in ASM AJ proxy impl

1.14 annotated / raw | Diffs: previous, other | Lines: 1161 ( +42, -18 )

Created: 2005-02-15 01:46:56 -0600 (3 years 2 months ago) | Author: jboner | Changeset: MAIN:jboner:20050215074656

refactored and added code to support reading annotation elements without use of java.lang.reflect.*

Tags: rel_1_0_RC1

1.13 annotated / raw | Diffs: previous, other | Lines: 1137 ( +357, -54 )

Created: 2005-02-15 01:24:49 -0600 (3 years 2 months ago) | Author: jboner | Changeset: MAIN:jboner:20050215072449

refactored and added code to support reading annotation elements without use of java.lang.reflect.*

1.12 annotated / raw | Diffs: previous, other | Lines: 834 ( +3, -3 )

Created: 2005-02-10 05:26:05 -0600 (3 years 3 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050210112605

handle BP-1 anno defaults

1.11 annotated / raw | Diffs: previous, other | Lines: 834 ( +12, -0 )

Created: 2005-02-07 05:28:25 -0600 (3 years 3 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050207112824

1.4 annotation reading under  1.5
+ fix NPE

1.10 annotated / raw | Diffs: previous, other | Lines: 822 ( +1, -0 )

Created: 2005-02-04 11:10:27 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050204171027

refactoring messed up docs

1.9 annotated / raw | Diffs: previous, other | Lines: 821 ( +37, -37 )

Created: 2005-02-04 11:00:42 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050204170042

refactoring messed up docs

1.8 annotated / raw | Diffs: previous, other | Lines: 821 ( +41, -81 )

Created: 2005-02-04 10:51:37 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050204165137

fixed filtering bug
some clean up

1.7 annotated / raw | Diffs: previous, other | Lines: 861 ( +8, -2 )

Created: 2005-02-04 08:30:32 -0600 (3 years 3 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050204143032

proxy test to spec when bytecode cannot be read

1.6 annotated / raw | Diffs: previous, other | Lines: 855 ( +45, -24 )

Created: 2005-02-04 08:02:35 -0600 (3 years 3 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050204140235

fixed A LOT of NPE in AnnotationReader for getAnnotationS
added tests

1.5 annotated / raw | Diffs: previous, other | Lines: 834 ( +12, -6 )

Created: 2005-02-04 05:36:06 -0600 (3 years 3 months ago) | Author: avasseur | Changeset: MAIN:avasseur:20050204113604

speed up lookup at compile time thru ignored cache and richer rawAnn to avoid dual lookups
fixed bug in class level ann not present (NPE)
removed useless type desc helper (use ASM)
add some test for that
ensure that compilation only allow ONE usage of an annotation class (ie aliased OR FQN with DOT OR FQN with $ but not a mix of those)
TODO: ensure bytecode does not allow for 2+ annotation of the same type [perhaps sequqence hashmap / checks in annenhancer]

1.4 annotated / raw | Diffs: previous, other | Lines: 828 ( +71, -27 )

Created: 2005-02-04 02:58:10 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050204085810

refactorings for better reuse + opt for getAnnotations(..)

1.3 annotated / raw | Diffs: previous, other | Lines: 784 ( +99, -44 )

Created: 2005-02-04 02:44:13 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050204084413

added 'boolean isAnnotationPresent(..)' to the Annotations API + tests + refactoring to speed up access

1.2 annotated / raw | Diffs: previous, other | Lines: 729 ( +96, -0 )

Created: 2005-02-04 01:56:51 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050204075651

added 'Annotation[] getAnnotations(..)' to the Annotations API + tests

1.1 new annotated / raw | Lines: 633 ( +633, -0 )

Created: 2005-02-03 08:23:42 -0600 (3 years 3 months ago) | Author: jboner | Changeset: MAIN:jboner:20050203142300

Initial revision

Branch point for: backport175

Tags: backport175$BP

latest revision download Branch backport175

1.1.1.1 annotated / raw | Diffs: previous, other | Lines: 633 ( +0, -0 )

Created: 2005-02-03 08:23:42 -0600 (3 years 3 months ago) | Author: jboner | Changeset: backport175:jboner:20050203142300

initial upload

Tags: start

Open Source License registered to the Codehaus Project. This license of FishEye is provided to support the development of Codehaus only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-296 2008-04-24 ) - Administration - Page generated 2008-05-16 10:49 -0500