|
Welcome to Objenesis... How we got here
|
| |
Hello, here's the Objenesis project! Here's some history (for the benefit of the list archives): There are quite a few projects that have employed various techniques for going beyond Java's standard reflection mechanism for instantiating new objects. The typical cases for doing this are: - When a class doesn't have a public constructor.... more »
|
|
some more strategies
|
| |
Hello.
I just noticed that google's gson library has something i dont see in objenesis. it appears that there is a sun.misc.Unsafe that can be used to allocate a new instance aswell. Did you already know about this, and simply didnt use it since its not as good, or?
it also contains strategies for android dalvik, it appears one is what... more »
|
|
setAccessible
|
| |
Would it make sense to wrap all setAccessible calls in an empty try/
catch? This way if the security manager explodes, we don't fail if the
constructor was actually public.
-Nate
|
|
3 issues changed in objenesis
|
| |
Updates: Labels: Type-Enhancement Comment by henri.tremblay: (No comment was entered for this change.) Affected issues: issue 11: Support Apache Harmony [link] issue 12: Objenesis can't work on the Google Apps Engine [link]... more »
|
|
New requests
|
| |
Hi, We just had two requests about Objenesis. One is to handle Apache Harmony. The other is about Google App Engine. I think it could be a good idea to support both. However, I'm not sure I'll have the time to have a look these days. So if you have any ideas to push it forward, I'm listening :-) Cheers,... more »
|
|
Narrative--30 Below Contest Deadline
|
| |
BRINGING GREAT LITERATURE TO THE WORLD. ONLINE. FREE. <[link]> ENTER TO WIN <[link]> Contest Deadline: Friday, October 29 <[link]>, at midnight, PDT. Don’t miss this once-a-year opportunity to join other new and emerging Narrative writers who have gone on to become household names. We continue to look for and to encourage the best new talent to be found.... more »
|
|
Issue 11 in objenesis: Support Apache Harmony
|
| |
Status: New Owner: ---- New issue 11 by nik...@protocol7.com: Support Apache Harmony [link] What steps will reproduce the problem? 1. Use Objenesis in Apache Harmony, e.g. using Easymock. What is the expected output? What do you see instead? Expect to be able to create mocks. Instead, the following stacktrace is... more »
|
|
|