Merge lp://staging/~trajano/bzr-java-lib/mac-eclipse into lp://staging/~verterok/bzr-java-lib/bzr-java-lib

Proposed by Archimedes Trajano
Status: Needs review
Proposed branch: lp://staging/~trajano/bzr-java-lib/mac-eclipse
Merge into: lp://staging/~verterok/bzr-java-lib/bzr-java-lib
Diff against target: 550 lines (+193/-48)
10 files modified
src/main/java/org/vcs/bazaar/client/BazaarClient.java (+33/-10)
src/main/java/org/vcs/bazaar/client/BazaarClientPreferences.java (+32/-15)
src/main/java/org/vcs/bazaar/client/commandline/CommandLineClient.java (+19/-6)
src/main/java/org/vcs/bazaar/client/commandline/CommandLineClientFactory.java (+11/-6)
src/main/java/org/vcs/bazaar/client/utils/BazaarUtilities.java (+25/-1)
src/main/java/org/vcs/bazaar/client/xmlrpc/XmlRpcClient.java (+4/-1)
src/main/java/org/vcs/bazaar/client/xmlrpc/internal/XMLRPCCommandRunner.java (+25/-8)
src/test/java/org/vcs/bazaar/client/BazaarClientTest.java (+1/-0)
src/test/java/org/vcs/bazaar/client/ProcessSanityTest.java (+40/-0)
src/test/java/org/vcs/bazaar/client/commandline/commands/PluginsTest.java (+3/-1)
To merge this branch: bzr merge lp://staging/~trajano/bzr-java-lib/mac-eclipse
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Pending
Review via email: mp+27014@code.staging.launchpad.net

Description of the change

Added changes to make it find the bzr executable while running in Eclipse on a Mac.

To post a comment you must log in.
218. By Archimedes Trajano

flagged singleton usage as deprecrated, added a line of Javadoc to the logger

219. By Archimedes Trajano

allow the creation of the BazaarClientPreferences

220. By Archimedes Trajano

refactored code so it still works the same way, using deprecated getInstance() code

221. By Archimedes Trajano

refactored code so it still works the same way, using deprecated getInstance() code, pushed the deprecation to a lower level class

222. By Archimedes Trajano

added extra blank line

223. By Archimedes Trajano

added JavaDoc to the constructor.

224. By Archimedes Trajano

changed test to not use the deprecated method

225. By Archimedes Trajano

Corrected javadoc spelling and removed unneeded static qualifier

226. By Archimedes Trajano

Corrected errors caused by the static qualifier removal

227. By Archimedes Trajano

Refactoring extract interface for BazaarClientPreferences

228. By Archimedes Trajano

Cleanup after refactoring, added reasoning to why the interface was created

229. By Archimedes Trajano

relocated the singleton creation a bit more

Unmerged revisions

229. By Archimedes Trajano

relocated the singleton creation a bit more

228. By Archimedes Trajano

Cleanup after refactoring, added reasoning to why the interface was created

227. By Archimedes Trajano

Refactoring extract interface for BazaarClientPreferences

226. By Archimedes Trajano

Corrected errors caused by the static qualifier removal

225. By Archimedes Trajano

Corrected javadoc spelling and removed unneeded static qualifier

224. By Archimedes Trajano

changed test to not use the deprecated method

223. By Archimedes Trajano

added JavaDoc to the constructor.

222. By Archimedes Trajano

added extra blank line

221. By Archimedes Trajano

refactored code so it still works the same way, using deprecated getInstance() code, pushed the deprecation to a lower level class

220. By Archimedes Trajano

refactored code so it still works the same way, using deprecated getInstance() code

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches