Tomas Hudec commented on Bug JIBX-485

I dont understand this piece of code:

if (def.isEnumeration()) { EnumerationClassHolder genclas = (EnumerationClassHolder)def.getGenerateClass(); valsername = EnumerationClassHolder.CONVERTFORCE_METHOD; valuename = genclas.getName() + ".toString"; }
...
appendcall.addOperand(builder.createNormalMethodCall("value", valuename));

why there is "." in valuename. Java variable cant contain "." so this is because exception occurs. Please fix it ASAP

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to