|
Jun
11 |
|
awarded | Supporter |
|
Apr
11 |
|
awarded | Supporter |
|
Mar
14 |
|
comment |
c++ std::set insert causing segmentation fault I just ran into this myself. It's such a dumb mistake. But I don't understand why a default constructor is allowed. I declare the set to take a function, and I don't construct it with one, and that's ok? |
|
Mar
2 |
|
awarded | Student |
|
Mar
2 |
|
asked | how to change autodim time |
|
Jan
30 |
|
awarded | Popular Question |
|
Dec
8 |
|
awarded | Supporter |
|
Dec
7 |
|
comment |
guice way to register a listener after calling constructor Surprised to see this closed as dupe. The possible dupe listed is distinct in that it specifically asks for a way to make Guice call this method automatically, similar to EJB @PostConstruct. And @Alex proposed a simple and straightforward solution to my problem that the other OP probably wouldn't have accepted.
|
|
Dec
7 |
|
accepted | guice way to register a listener after calling constructor |
|
Dec
5 |
|
comment |
guice way to register a listener after calling constructor I like this. It's ugly because every collaborator now has to be in three places (constructor definition, constructor call, and provider definition). But no cost to testability; the duplication is all checked at compile; and it's really obvious what's going on. |
|
Dec
5 |
|
asked | guice way to register a listener after calling constructor |
|
Nov
30 |
|
comment |
ubuntu package for javax.mail I asked about installing something with an API instead of a UI. I regret nothing. |
|
Nov
30 |
|
answered | ubuntu package for javax.mail |
|
Nov
30 |
|
awarded | Supporter |
|
Nov
30 |
|
comment |
ubuntu package for javax.mail care to explain the drive-by downvote? i think i'm asking a perfectly reasonable question, and in an appropriate forum. |
|
Nov
30 |
|
asked | ubuntu package for javax.mail |
|
Nov
26 |
|
accepted | java: why should this not be allowed to escape the constructor? |
|
Nov
22 |
|
awarded | Supporter |
|
Nov
21 |
|
asked | java: why should this not be allowed to escape the constructor? |
|
Oct
24 |
|
answered | ScheduledExecutorService.scheduleAtFixedRate - reentrant? |