Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • 1035899/swen90006-a1-2019
  • haydenm/swen90006-a1-2019
  • 760456/swen90006-a1-2019
  • 962111/swen90006-a1-2019
  • fanl4/swen90006-a1-2019
  • tmiller/swen90006-a1-2019
6 results
Select Git revision
  • master
1 result
Show changes
Commits on Source (5)
File added
To compile, run:
ant compile_orig
To run the test scripts on the original (hopefully non-faulty) implementation, use:
ant test -Dprogram="original" -Dtest="Partitioning"
or
ant test -Dprogram="original" -Dtest="Boundary"
To run a test script on the first mutant, use:
ant test -Dprogram="mutant-1" -Dtest="Boundary"
To clean all class files, run:
ant clean
\ No newline at end of file
File added
File added
File added
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......