[SFC-143] Wrong run-time check for variable value Created: 11/May/16 Updated: 19/Oct/17 Resolved: 12/May/16 |
|
| Status: | Resolved |
| Project: | sfc |
| Component/s: | General |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Javier Arauz | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 5871 |
| Priority: | Lowest |
| Description |
|
In file SfcScfOfProcessor.java, starting at line 114: if (sclsff.getAttachmentPointType() instanceof Interface) { String itfName = itf.getInterface(); The line within asterisks is clearly wrong, it should be: if (itfName == null) { |