[root]/proposal/myrmidon/src/java/org/apache/aut/nativelib/impl/launchers
zappity zap
0 lines of code changed in:
final static --> static final to follow JLS recomendations
3 lines of code changed in:
Reworked the ExecManager service so that the Execute adapter object becomes responsible for combining supplied env vars with native env vars if required
1 lines of code changed in:
Style touchups
3 lines of code changed in:
Rework Environment implementation so that it is part of the ExecManager service. This makes it less coupled to bad practices and also merges all the native execution code into a central place.
Detected by JDepend
2 lines of code changed in:
Move environment into impl package as it has several characteristerics that indicate it should be provided by the ExecManager service
Detected by JDepend
1 lines of code changed in:
Move CommandLauncher into Launchers package to remove circular dependency between impl and impl.launchers packages.
Detected by JDepend
1 lines of code changed in:
Move the launchers package into the impl package.
Move the CommandLauncher interface into the impl package
21 lines of code changed in: