You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the getProfile methods assign a new DefaultProfile instance to the profile variable, but one method does not follow this pattern. This discrepancy could impact clients relying on this profile, potentially leading to issues like inconsistent trace disabling behavior. Could you clarify if this is the intended behavior or if it might be a bug?
The text was updated successfully, but these errors were encountered:
I noticed a potential inconsistency in the DefaultProfile class, particularly in lines 70-72:
aliyun-openapi-java-sdk/aliyun-java-sdk-core/src/main/java/com/aliyuncs/profile/DefaultProfile.java
Lines 70 to 72 in 01ed0d0
Most of the getProfile methods assign a new DefaultProfile instance to the profile variable, but one method does not follow this pattern. This discrepancy could impact clients relying on this profile, potentially leading to issues like inconsistent trace disabling behavior. Could you clarify if this is the intended behavior or if it might be a bug?
The text was updated successfully, but these errors were encountered: