Comment #14 on issue 271 by limpbizkit: Scopes.SINGLETON + null doesn't work
http://code.google.com/p/google-guice/issues/detail?id=271

Two more things:
  - can you write a test case that serializes & deserializes the HTTP  
session's map and makes sure the right value
comes out afterwards? You might need to define your NULL sentinel to  
support serialization. Hmm, maybe the
enum was right afterall. I'm sorry
  - on this field:
          private volatile Object instance;  // non-null, and either of type  
T or equal to NULL
the doc says "non-null", but the field is null until it's created (which  
happens lazily). Perhaps write a longer doc
to explain the lifecycle of this field.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to