Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

481 by limpbizkit on 14 May 2008, 13:58:41 -0500 (31 hours ago) Make Review Fixing a bug where CGLib + multiple classes with the same FQN = pain

trunk/src/com/google/inject/ProxyFactory.java 481 history download (+6 -3) diffs

480 by limpbizkit on 14 May 2008, 13:52:55 -0500 (32 hours ago) Make Review Another occurrence of using CGLib's constructor

tags/snapshot20080513/src/com/google/inject/ProxyFactory.java 480 history download (+1 -1) diffs

479 by limpbizkit on 14 May 2008, 11:12:15 -0500 (34 hours ago) Make Review Testcase for bug 148 passes:
http://code.google.com/p/google-guice/issues/detail?id=148

tags/snapshot20080513/test/com/google/inject/BindingTest.java 479 history download (+21 -0) diffs

478 by limpbizkit on 14 May 2008, 10:44:49 -0500 (35 hours ago) Make Review Testcase for bug 179 passes:
http://code.google.com/p/google-guice/issues/detail?id=179

tags/snapshot20080513/test/com/google/inject/BindingTest.java 478 history download (+16 -0) diffs

477 by limpbizkit on 14 May 2008, 10:30:29 -0500 (35 hours ago) Make Review Testcase from bug 184 passes:
http://code.google.com/p/google-guice/issues/detail?id=184

tags/snapshot20080513/test/com/google/inject/ErrorMessagesTest.java 477 history download (+24 -1) diffs

476 by limpbizkit on 14 May 2008, 04:21:03 -0500 (41 hours ago) Make Review We need to use the Java constructor, not the FastConstructor's Java constructor

tags/snapshot20080513/src/com/google/inject/DefaultConstructionProxyFactory.java 476 history download (+2 -2) diffs

475 by limpbizkit on 13 May 2008, 20:22:21 -0500 (49 hours ago) Make Review Fixing a bug where CGLib + multiple classes with the same FQN = pain

trunk/src/com/google/inject/DefaultConstructionProxyFactory.java 475 history download (+2 -2) diffs

474 by limpbizkit on 13 May 2008, 17:28:02 -0500 (52 hours ago) Make Review New snapshot fixes bug 166.

tags/snapshot20080513 474 history download (+0) new

473 by limpbizkit on 13 May 2008, 17:15:29 -0500 (52 hours ago) Make Review Fixing the binding order problem. My strategy was to break binding creation into two steps:
- creating the binding itself
- "initializing" the binding, ie. validating the bindings dependencies

This…

trunk/src/com/google/inject/BindCommandProcessor.java 473 history download (+14 -7) diffs

trunk/src/com/google/inject/InjectorImpl.java 473 history download (+33 -30) diffs

trunk/src/com/google/inject/BindingImpl.java 473 history download (+7 -0) diffs

trunk/src/com/google/inject/ClassBindingImpl.java 473 history download (+5 -0) diffs

472 by limpbizkit on 13 May 2008, 02:23:53 -0500 (67 hours ago) Make Review Whoops - missed a hashCode problem

trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java 472 history download (+1 -1) diffs

471 by limpbizkit on 13 May 2008, 02:22:11 -0500 (67 hours ago) Make Review AllTests for multi- and map binders

trunk/extensions/multibindings/build.properties 471 history download (+1 -1) diffs

trunk/extensions/multibindings/test/com/google/inject/multibindings/AllTests.java 471 history download (+33) new

469 by limpbizkit on 12 May 2008, 21:56:06 -0500 (71 hours ago) Make Review Adding a test for some nuanced behaviour in binder

trunk/test/com/google/inject/BindingTest.java 469 history download (+23 -0) diffs

468 by limpbizkit on 12 May 2008, 19:15:28 -0500 (3 days ago) Make Review Edited wiki page through web user interface.

wiki/Guice10Recipes.wiki 468 history download (+27 -0) diffs

467 by limpbizkit on 07 May 2008, 12:25:38 -0500 (8 days ago) Make Review Adding source.jar targets to build zipfiles containing the exact sources used to build each .jar. This can help with IDEs who want to attach a specific source .jar for each binary .jar

trunk/common.xml 467 history download (+12 -0) diffs

trunk/build.xml 467 history download (+9 -9) diffs

466 by limpbizkit on 07 May 2008, 01:37:19 -0500 (8 days ago) Make Review This testcase shows that we aren't wrapping user-thrown exceptions consistently

trunk/test/com/google/inject/ProvisionExceptionTest.java 466 history download (+45 -0) diffs

trunk/src/com/google/inject/internal/ConstructionProxyFactory.java 466 history deleted

trunk/src/com/google/inject/internal/ConstructionProxy.java 466 history deleted

465 by limpbizkit on 07 May 2008, 01:36:02 -0500 (8 days ago) Make Review Moving some stuff from internal to inject to make Parameter.java non-public

trunk/src/com/google/inject/ConstructorInjector.java 465 history download (+0 -1) diffs

trunk/src/com/google/inject/ConstructionProxyFactory.java 465 history download (+32) new/copied

trunk/src/com/google/inject/DefaultConstructionProxyFactory.java 465 history download (+1 -3) diffs

trunk/src/com/google/inject/ProvisionException.java 465 history download (+1 -2) diffs

trunk/src/com/google/inject/Parameter.java 465 history download (+10 -10) diffs

… 4 more files in changeset.
464 by limpbizkit on 06 May 2008, 13:16:19 -0500 (9 days ago) Make Review Edited wiki page through web user interface.

wiki/AppsThatUseGuice.wiki 464 history download (+0 -0) diffs

463 by limpbizkit on 06 May 2008, 13:14:38 -0500 (9 days ago) Make Review Edited wiki page through web user interface.

wiki/AppsThatUseGuice.wiki 463 history download (+1 -0) diffs

462 by limpbizkit on 06 May 2008, 11:26:52 -0500 (9 days ago) Make Review Edited wiki page through web user interface.

wiki/AppsThatUseGuice.wiki 462 history download (+1 -1) diffs

461 by limpbizkit on 06 May 2008, 11:26:24 -0500 (9 days ago) Make Review Edited wiki page through web user interface.

wiki/AppsThatUseGuice.wiki 461 history download (+1 -1) diffs

460 by limpbizkit on 06 May 2008, 11:25:25 -0500 (9 days ago) Make Review Created wiki page through web user interface.

wiki/AppsThatUseGuice.wiki 460 history download (+6) new

459 by limpbizkit on 05 May 2008, 12:56:16 -0500 (10 days ago) Make Review Edited wiki page through web user interface.

wiki/3rdPartyModules.wiki 459 history download (+4 -2) diffs

457 by limpbizkit on 01 May 2008, 09:17:53 -0500 (14 days ago) Make Review There was a pretty horrible bug in Multibinder where collections were checked for annotation but not element type.

trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java 457 history download (+17 -4) diffs

trunk/extensions/multibindings/test/com/google/inject/multibindings/MultibinderTest.java 457 history download (+14 -0) diffs

456 by limpbizkit on 01 May 2008, 05:01:47 -0500 (14 days ago) Make Review Multibinder needs to be public!

trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java 456 history download (+3 -3) diffs

455 by limpbizkit on 01 May 2008, 05:00:46 -0500 (14 days ago) Make Review tweaked build for multibindings

trunk/build.properties 455 history download (+1 -1) diffs

454 by limpbizkit on 01 May 2008, 04:59:47 -0500 (14 days ago) Make Review tweaked build for multibindings

trunk/build.properties 454 history download (+4 -1) diffs

trunk/build.xml 454 history download (+2 -1) diffs

453 by limpbizkit on 01 May 2008, 04:56:47 -0500 (14 days ago) Make Review Moved to internal/

trunk/src/com/google/inject/TypeWithArgument.java 453 history deleted

earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-297 2008-04-24 ) - Administration - Page generated 2008-05-15 21:53 -0500