develop software tool that will compute cyclomatic complexity for a programming language module
to develop software tool
Collapse
X
-
-
I normally charge Euro 200,-- per hour for projects like this. What language didOriginally posted by rishwanthdevelop software tool that will compute cyclomatic complexity for a programming language module
you have in mind? Any restrictions apply to the module(s) to be analyzed?
What do you want the output of the analyzer to be? Keep the results of the
analyzed modules in some sort of database for quick lookup later? Do you
want the flow graph to be displayed as well? Do you want fries on top of it?
Better think before you post again here.
Jos (moderator)Comment
-
hello sir,i am studying mca.this is aquetion given for us in lab record for subject software engineering .no other information is given for usOriginally posted by gpraghuramWhy r u postinh blind posts like this?
Have you done any home-work for this?
RaghuComment
-
Great. Now read our posting guidelinesOriginally posted by rishwanthhello sir,i am studying mca.this is aquetion given for us in lab record for subject software engineering .no other information is given for usComment
-
Well, I'd say it's time to defenestrate your instructor then because s/he's goneOriginally posted by rishwanthhello sir,i am studying mca.this is aquetion given for us in lab record for subject software engineering .no other information is given for us
completely gaga. Or make him/her walk the plank and say hello to the fish.
kind regards,
JosComment
-
1. What computer language do you use in this class for other assignments?
It is reasonable to conclude that this is the language that you must parse.
2. Please describe the algorithm for computing the cyclomatic complexity, using general language-independent statements. Then adjust your description to take into account the specifics of the language you're parsing.
3. What do you need help with?
... finding the algorithm for cyclomatic complexity ...
... writing a program to implement that algorithm ...
... reducing effort by limiting the scope of the problem.
An example of limiting the scope of the problem is to arbitrarily declare that your tool does not exclude code fragments that occur within comments.
Cheers,
DonComment
Comment