Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Cyclomatic complexity

807589Nov 14 2008 — edited Nov 14 2008
in this next line :
public static Object refactorParty(GenericDelegator delegator, Object object)
throws GenericEntityException, GenericServiceException, Exception {

I have mistake in sonar that say :

Cyclomatic complexity is 19(max allowed is 7),


which means ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2008
Added on Nov 14 2008
2 comments
166 views