to develop software tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rishwanth
    New Member
    • Aug 2008
    • 2

    to develop software tool

    develop software tool that will compute cyclomatic complexity for a programming language module
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Why r u postinh blind posts like this?
    Have you done any home-work for this?

    Raghu

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by rishwanth
      develop software tool that will compute cyclomatic complexity for a programming language module
      I normally charge Euro 200,-- per hour for projects like this. What language did
      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

      • rishwanth
        New Member
        • Aug 2008
        • 2

        #4
        Originally posted by gpraghuram
        Why r u postinh blind posts like this?
        Have you done any home-work for this?

        Raghu
        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 us

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by rishwanth
          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 us
          Great. Now read our posting guidelines

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by rishwanth
            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 us
            Well, I'd say it's time to defenestrate your instructor then because s/he's gone
            completely gaga. Or make him/her walk the plank and say hello to the fish.

            kind regards,

            Jos

            Comment

            • donbock
              Recognized Expert Top Contributor
              • Mar 2008
              • 2427

              #7
              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,
              Don

              Comment

              Working...