Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6938431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:29:34+00:00 2026-05-27T12:29:34+00:00

Most javancss tools use the method arguments as given in source code. The variable

  • 0

Most javancss tools use the method arguments as given in source code. The variable names are removed, but the class names are not FQN.

For example, given following class.

import java.io.File;

public class Demo {

    public void show ( java.io.File file) {
        //do some thing with file..
    }

    public void show2(File  win) {
        //do some thing with win
    }
}

Javancss produce output

Nr. NCSS CCN JVDC Function
  1    1   1    0 Demo.show(java.io.File)
  2    1   1    0 Demo.show2(File)
Average Function NCSS:       1.00
Average Function CCN:        1.00
Average Function JVDC:       0.00
Program NCSS:                4.00

Note that the show2 comes with just File, not java.io.File
For my proeccessing, I require fully qualified names. Is there any ncss tools that could output FQN in reports? (I tried cobertura’s built in javacss and checkstyle.. all behaves the same way)

Edit (background)
We now create cobertuta coverage report for each method. We want report on methods with high complexity and lower coverage. When I tried to map CCN of method, the above case caused some difficulty. It was (partially) solved by comparing only the class names not FQN.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:29:35+00:00Added an answer on May 27, 2026 at 12:29 pm

    Have you looked at CyVis? From the screenshots it appears to use fully qualified names.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Most OSes use paging for virtual memory. Why is this? Why not use segmentation?
Most C++ naming conventions dictate the use of camelCaseIdentifiers : names that start with
Most of the sample code from Microsoft's DirectX SDK includes variables which use the
Most of our Eclipse projects have multiple source folders, for example: src/main/java src/test/java When
Most Java web application frameworks use server-side session objects to store session state. Because
Most examples (if not all) that I see are the sort of a function
Most of the questions on SO refer to non-void return types, but we are
Most people are asking about migrating from J2ME to Android. I'm not. I'd like
Most of the resources on lexical analyzers and parsers illustrate use of streams to
Most of the research I've done on the use of using declarations, including reading

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.