java 反编译 switch_对于包含switch语句的class文件进行反编译发现的问题

protectedLong doSubmit(ActionForm form)throwsGenericException

{

OUserForm oForm=(OUserForm)form;int operType =oForm.getOperType();

Long userId= null;

UserTransaction ut=Trans.getUserTransaction();try{

ut.begin();switch(operType)

{case 1003:default:break;case 1001:try{

userId= newLong(oForm.getUserId());

UserVO oUser=SysMgmtDSLocator.getUserDS().getUserByUserID(userId);

updateProcess(oForm);

Audit.doAudit(22, userId.intValue(), 0x182bb, "Save basic information of the user");

String stat=oForm.getUserStat();if(stat != null && stat.equals(CodeConstant.YES_NO__YES) && !oUser.getDisable().booleanValue())

Audit.doAudit(49, userId.intValue(), 0x182bb, "User Account Lock");if(stat != null && stat.equals(CodeConstant.YES_NO__NO) &&oUser.getDisable(

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值