Skip to content

Commit

Permalink
Merge pull request #19 from nwcadence/AddEclipse
Browse files Browse the repository at this point in the history
Update Eclipse lab
  • Loading branch information
troy-loftus committed Jul 28, 2017
2 parents 3694009 + deaac7e commit 646ca93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion labs/End to End Workflow-Eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In this task you will create a branch of the code to fix the Bug. You will then

![Link the new branch to the work item](images/e2e-eclipse/linkbranch.png "Link the new branch to the work item")

1. In the project view, browse to src/main/java/com.microsoft.example.servlet and open the LoginServlet class.
1. Return to Eclipse. In the project view, browse to src/main/java/com.microsoft.example.servlet and open the LoginServlet class.

1. Around line 35, you will see what is causing the bug: the `totalDriverFee` is being calculated but the `driverFeeTotal` session attribute is being set to `totalFareForDriver` (this looks like a classic copy/paste error).

Expand Down
3 changes: 1 addition & 2 deletions labs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ The labs should be followed in the following order, though there are some equiva
1. [Build Docker containers with VSTS](Build%20Docker%20containers%20with%20VSTS.md)
1. (Optional) [Managing Technical Debt with SonarQube and VSTS Team Build](Managing%20Technical%20Debt%20with%20SonarQube%20and%20VSTS%20Team%20Build.md)
1. [Release Management with VSTS](Release%20Management%20with%20VSTS.md)
1. (Optional) [Release Containers to ACS Kubernetes with VSTS](Release%20Containers%20to%20ACS%20Kubernetes%20with%20VSTS.md) (not complete - submit a pull request!)
1. Either:
1. [End to End Workflow - IntelliJ](End%20to%20End%20Workflow-IntelliJ.md)
1. [End to End Workflow - Eclipse](End%20to%20End%20Workflow-Eclipse.md) (not complete - submit a pull request!)
1. [End to End Workflow - Eclipse](End%20to%20End%20Workflow-Eclipse.md)

0 comments on commit 646ca93

Please sign in to comment.