
| Key: |
SRC-425
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Nelson Sproul
|
| Reporter: |
Serik
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
selenium_patch.txt (0.5 kb)
|
|
|
this function returns exception if it's thrown by doCommand() function. It's absolutely unappropriate -- exception should be thrown, not returned.
Additionally, this function is declared as private. If someone wants to extend it, it will be impossible. This function should be protected.
|
|
Description
|
this function returns exception if it's thrown by doCommand() function. It's absolutely unappropriate -- exception should be thrown, not returned.
Additionally, this function is declared as private. If someone wants to extend it, it will be impossible. This function should be protected. |
Show » |
|