Try not to use this too often. It would be best to be passed an instance of the workspace so things do not become statically dependent. @return Current workspace.
()
| 147 | * @return Current workspace. |
| 148 | */ |
| 149 | public static Workspace getCurrentWorkspace() { |
| 150 | return currentWorkspace; |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * @param controller |
no outgoing calls
no test coverage detected