Positive: cheap
Negative: unreliable Information/quality
Name 6 instances in which the verify.build.xml command can fail.
PMD, Checkstyle, FindBugs, Junit, JavaDoc, any .xml file error
PMD, Checkstyle, FindBugs, Junit, JavaDoc, any .xml file error
Explain the What X and Y are, and their relationship to each other:
<target name="X" depends="Y"....
X is the name of the target, Y is a dependency of the target, meaning X will not execute unless Y does.
X is the name of the target, Y is a dependency of the target, meaning X will not execute unless Y does.
Give an example of an error that would only be found by Find Bugs.
while (true) {
while (true) {
....
}
What is the shared data problem in respect to a RCS.
The shared data problem occurs when two developers want to edit/work with the same data or file in a project.
}
What is the shared data problem in respect to a RCS.
The shared data problem occurs when two developers want to edit/work with the same data or file in a project.
No comments:
Post a Comment