tbitonti / jakartaee-prototype

Other
0 stars 9 forks source link

add ConstantValueAttribute transform case #52

Closed volosied closed 4 years ago

volosied commented 4 years ago

Mostly copied from the ConstantPool.CONSTANT_Utf8 case from the com.ibm.ws.jakarta.transformer.action.impl.ClassActionImpl.transform(MutableConstantPool constants) method.

I check for the String case, and ignore Long types.

Will address String[] case next.