Skip to content
Snippets Groups Projects
Commit a374d387 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

- Prefer using constants to new strings

- Prefer using String.isEmpty() to String comparison with ""
- Prefer using DeviceProxyFactory.get(device_name) to new DeviceProxy(device_name)- Respect SOLEIL convention
- Prefer using "for each" to "for int in list size"
- Avoid return inside if
- Don't select context if loading failed
- TANGOARCH-629: Ensure "register" button is deactivated when context is loaded + register a new context if attribute list changed
parent b1b71735
Branches
No related tags found
No related merge requests found
Showing
with 471 additions and 540 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment