We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a452e commit f02eb2aCopy full SHA for f02eb2a
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/generator/J2SView.java
@@ -378,9 +378,6 @@ protected void performLinkWithEditor() {
378
379
380
private void doLinkWithEditor(ISelection selection) {
381
- ITextSelection textSelection= (ITextSelection) selection;
382
- int offset= textSelection.getOffset();
383
- int length= textSelection.getLength();
384
}
385
386
/*(non-Javadoc)
0 commit comments