2,861 reputation
648104
bio website sites.google.com/site/…
location Jakarta, Indonesia
age 32
visits member for 2 years, 6 months
seen 22 hours ago
stats profile views 609

May
21
comment MongoDB ranged pagination
so, if the current_id is the last record for the current page, then will we skip less page like skip((N - 1) * page_size) ?
May
14
comment How to open all subclasses of a type in Eclipse IDE?
I can see all the subclasses too. But the problem is that i want to open all the subclasses to edit those files. I think that holding shift and select all works on the subclasses and press enter to open all, but it doesnt work.
May
14
comment How to open all subclasses of a type in Eclipse IDE?
Yes, i have tried this, but i cant seem to select multiple subtypes also in the left panel of the Type hierarchy in my Indingo. Do you have a different experience with this issue ?
May
14
asked How to open all subclasses of a type in Eclipse IDE?
May
13
accepted Getting a Field from an instance?
May
13
comment Getting a Field from an instance?
Thanks for clearing this up !
May
13
comment Getting a Field from an instance?
Yes, but imagine what i have is only the String instance (maybe passed as a method parameter). I dont know the Class that contains the String instance, so i cannot do Element.class.getField("label1").getDeclaredAnnotations().
May
13
comment Getting a Field from an instance?
Hello Boris. Yes, it's class level definition. But in my program, i cannot know the Class that contains the annotated String. What i have is only the String instance (maybe passed as a method parameter). And i was wondering whether i can get the Field of that String instance only.
May
13
comment Getting a Field from an instance?
Thanks for the notes that Field belongs to the Class. But in my case, a String is just a string, because the program may not know what Class that contains that String. So i was wondering whether i can get the Field for the String instance.
May
13
revised Getting a Field from an instance?
added 477 characters in body
May
13
comment Getting a Field from an instance?
It's actually getting the field first before being able to get the annotation on that particular field, hence it's about the getting the field in my opinion.
May
13
asked Getting a Field from an instance?
May
8
awarded  Famous Question
May
6
awarded  Popular Question
Apr
27
awarded  Famous Question
Apr
25
awarded  Famous Question
Apr
23
awarded  Notable Question
Apr
23
awarded  Popular Question
Apr
23
awarded  Notable Question
Apr
18
awarded  Popular Question