1. df98fcd Refactoring error messages. I changed 'em from public static final constants to methods. The benefit is that now the arguments are typechecked. More importantly, now we can gather coverage on methods. Which opens the door to figuring out which methods we have test coverage for (not very many!) by limpbizkit · 16 years ago
  2. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  3. e4647a6 Serialization fixup round one. I still have lots of work before everything serializes properly... by limpbizkit · 16 years ago
  4. 51515b5 Fixing the Provider injection bug, wherein we were using a Provider before it had been itself injected. by limpbizkit · 16 years ago
  5. fcf2b8c Renaming ExternalContext to InjectionPoint, and changing how it's used in ProvisionException. Also changing LoggerProvider to LoggerFactory. by limpbizkit · 17 years ago
  6. ddd538d Renamed sanitize to checkForNull. by crazyboblee · 17 years ago
  7. c808df0 Now we can inject null wherever the injection point is annotated @Nullable by limpbizkit · 17 years ago
  8. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  9. 0c24994 try 3 to get the hack right. drawing attention to it now. :-( by kevinb9n · 17 years ago
  10. b7ffa50 make the earlier dumb hack suck less... cpu cycles at runtime. by kevinb9n · 17 years ago
  11. cd38685 sadly, must hack in secret support for something evil; will remove later by kevinb9n · 17 years ago
  12. a312d7a Issue 41: guice should never inject a null value. by kevinb9n · 17 years ago
  13. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/InternalFactoryToProviderAdapter.java]
  14. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/InternalFactoryToProviderAdapter.java]
  15. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/InternalFactoryToProviderAdapter.java]
  16. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago[Renamed (72%) from src/com/google/inject/InternalFactoryToLocatorAdapter.java]
  17. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago[Renamed (74%) from src/com/google/inject/InternalFactoryToFactoryAdapter.java]
  18. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  19. 7289ac1 Pulled up some anonymous inner classes. Hopefully the CB will be eligible for garbage collection after startup. I'll have to test this theory later. by crazyboblee · 17 years ago