01.02.2013 Views

Software Development Cross Solution - Index of - Free

Software Development Cross Solution - Index of - Free

Software Development Cross Solution - Index of - Free

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

version control<br />

Conflict Resolution: Here’s the file the version control s<strong>of</strong>tware kicked back to Bob, with all the<br />

conflicts marked. What should the final code look like that Bob commits back in?<br />

public class RemoteReader implements Runnable {<br />

// variable declarations<br />

public void run() {<br />

try {<br />

// code without problems<br />

> .r2<br />

} // close while<br />

// more code without problems<br />

} // close run<br />

} // close inner class<br />

Files with conflicts get both the local changes (Bob’s<br />

changes) and the changes from the server. The ones<br />

between “

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!