Issue 29 in objenesis: JVM_NAME is used instead of VENDOR

3 views
Skip to first unread message

obje...@googlecode.com

unread,
Aug 21, 2014, 7:30:16 AM8/21/14
to objene...@googlegroups.com
Status: New
Owner: ----

New issue 29 by shmuel.b...@gmail.com: JVM_NAME is used instead of VENDOR
http://code.google.com/p/objenesis/issues/detail?id=29

In some places in code i see a line like :
PlatformDescription.isThisJVM(SUN)
The method isThisJVM is implemented as :
public static boolean isThisJVM(String name) {
return JVM_NAME.startsWith(name);
}
But SUN is the prefix of the vendor not of the name ....



--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages