Bug #1186
Build methods crash ide when empty builder is saved
Status: | Approved | Start date: | 07/15/2015 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
How to reproduce?
1. Open build methods.
2. Create builder and name it.
3. Save methods
4. Open build methods
History
#1 Updated by Zbigniew Rebacz almost 10 years ago
- Status changed from New to Ready for QA
- Assignee changed from Zbigniew Rebacz to Miroslav Fidler
Fixed in revision - 8687.
#2 Updated by Miroslav Fidler almost 10 years ago
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
That pretty verbose way to do that, I have refactored to
String builderName = map.Get("BUILDER", Null);
#3 Updated by Zbigniew Rebacz almost 10 years ago
- Status changed from Ready for QA to Approved
OK, thanks for the tip. I will consider using such construction in the future.