| bio | website | gabrielebaldassarre.com |
|---|---|---|
| location | Italy | |
| age | ||
| visits | member for | 2 years, 1 month |
| seen | May 10 at 14:04 | |
| stats | profile views | 40 |
|
Jan 16 |
comment |
Using reflection inside enums but always getting NoSuchMethodException +1, it was much more easier than i supposed. The problem was with that cast Class<?>; remove the cast resolved the issue. However I'm wondering if i could find a better design (an array of method instead of an array of string? a varargs prototype? nothing like that?) |
|
Jan 16 |
accepted | Using reflection inside enums but always getting NoSuchMethodException |
|
Jan 16 |
comment |
Using reflection inside enums but always getting NoSuchMethodException don't blame my english, you all know what i meant :P |
|
Jan 15 |
asked | Using reflection inside enums but always getting NoSuchMethodException |
|
Dec 19 |
answered | ETL Tools: GUIs vs. Frameworks |
|
Dec 18 |
accepted | Implements save (or commit) and rollback methods to a Map |
|
Dec 17 |
comment |
Implements save (or commit) and rollback methods to a Map This sounds too much like "I want to have the new and old values in memory, but I do not want to have the new and old values in memory" ok I got the point ;) |
|
Dec 17 |
asked | Implements save (or commit) and rollback methods to a Map |
|
Dec 17 |
comment |
Unexpected behaviour decorating a collection using Guava ForwardingList +1 this definitively works :) tnx for help! |
|
Dec 17 |
accepted | Unexpected behaviour decorating a collection using Guava ForwardingList |
|
Dec 13 |
asked | Unexpected behaviour decorating a collection using Guava ForwardingList |
|
Dec 13 |
comment |
Subclass a collection and use generics I switched to guava ForwardingList design, very cool :) tnx for your contrib! |
|
Dec 12 |
comment |
Subclass a collection and use generics i feel very stupid :S it was simply a bad import. tnx for help! |
|
Dec 12 |
accepted | Subclass a collection and use generics |
|
Dec 12 |
asked | Subclass a collection and use generics |
|
Dec 7 |
awarded | Teacher |
|
Nov 27 |
accepted | Use decorator and factory together to add properties or specialize an object |
|
Nov 26 |
comment |
Use decorator and factory together to add properties or specialize an object tnx! your explanation was clear like fresh water and it seems that Visitor should be nice to use (I'm not sure i understood Strategy, to be honest). Let's say that table is a visitable object with an accept method and that SpecialBehaviour is a Visitor that identify a special table. I would use something like table.accept(specialbehaviour). But since this doesn't actually decorate table, I should then implements a method specialbehaviour.getSpecialTable to build a SpecialTable instance. Is this the correct way to use the pattern or am i wrong? |
|
Nov 26 |
revised |
Use decorator and factory together to add properties or specialize an object edited tags |
|
Nov 25 |
comment |
Use decorator and factory together to add properties or specialize an object Perhaps I realized the question should be on programmers.stackoverflow.com instead |