Changed, Added and Deleted SLOC

An important consideration for Software Project Managers is whether the requirements are being altered in a given project without their knowledge or consent. The impact of unauthorized or unscheduled departure from requirements can lead to considerable problems in maintaining and managing large source projects.

Having received requests from several major C/C++ and Java projects to measure ‘changes’ in source code projects, Power Software was commissioned to manufacture an automated tool to measure changed lines of source code.

The first question we asked was ‘are there any existing tools that can already accomplish this task?’ The obvious starting place was ‘Change Management’ tools like CMVC (Configuration Management Version Control) systems. These tools indicate which files have changed between projects but do not gather and present the information in the format our customers’ required. One problem with CMVC systems was that a file shown to be ‘changed’ might have changed only by time and date. This is misleading if we are looking for actual changes in source code.

The next place we looked was at existing Software Metrics tools. These tools measure source code parameters including SLOC (source lines of code). However it is possible that a Software Metrics tool could report that the compared files or projects have the same total number of source lines but these could have changed intrinsically. The actual lines of code could have changed but the total number of lines will be unchanged so the ‘changed line’ is not detected.

For our customers the particular information required is ‘changed source lines of code’, ‘added source lines of code’ and ‘deleted source lines of code’. This needs to be gathered across two releases of the same project to show exactly what has ‘changed’. The information needs to be presented as ‘changed lines’ at the file and project level to assist management in their job of maintaining highest quality through proper control mechanisms.

Tagged : / / / / / /

How to force delete file on my previous application folder

msiexpert created the topic: How to force delete file on my previous application folder
I already have a new application instalation. And in the new version of my application i need to delete some file on my previous application folder (e.g. C:/Program Files/My Application/Document.txt)

And my question is:
How to force delete document.txt when someone install my new application version?

Thanks for your great answer Mr ALex.
Show me detail answer.
Im sorry i can’t speak english well. I hope u understand.

applicationPackaging replied the topic: Re: How to force delete file on my previous application folder
Do you know the path to document.txt?
Suppose, the user selected the installation path.
You can use ‘Delete File & Folders’ command.
Pah: INSTALL PATH
Filename: Document.txt

Tagged :

How to force delete file on my previous application folder

msiexpert created the topic: How to force delete file on my previous application folder
I already have a new application instalation. And in the new version of my application i need to delete some file on my previous application folder (e.g. C:/Program Files/My Application/Document.txt)

And my question is:
How to force delete document.txt when someone install my new application version?

Thanks for your great answer Mr ALex.
Show me detail answer.
Im sorry i can’t speak english well. I hope u understand.

applicationPackaging replied the topic: Re: How to force delete file on my previous application folder
Do you know the path to document.txt?
Suppose, the user selected the installation path.
You can use ‘Delete File & Folders’ command.
Pah: INSTALL PATH
Filename: Document.txt

Tagged :