Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
574df31e
Commit
574df31e
authored
Feb 19, 2021
by
Arpad Lovassy
Committed by
Gerrit Code Review
Feb 19, 2021
Browse files
Merge "Replacing isBlank()"
parents
c499c3fa
6ecdba90
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocatorFieldEditor.java
View file @
574df31e
...
...
@@ -258,7 +258,7 @@ public class TITANResourceLocatorFieldEditor extends StringFieldEditor {
dialog
.
setText
(
"Select the target file."
);
dialog
.
setFilterExtensions
(
getFilterExtensions
());
final
IPath
path
=
URIUtil
.
toPath
(
resolvedPath
);
if
(
getStringValue
().
is
Blank
()
)
{
if
(
getStringValue
().
is
Empty
()
)
{
dialog
.
setFilterPath
(
path
.
toOSString
());
}
else
{
dialog
.
setFilterPath
(
path
.
removeLastSegments
(
1
).
toOSString
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment