Bug 553607 - Line Code Minings do not wrap or provide scroll bar
Summary: Line Code Minings do not wrap or provide scroll bar
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.14   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 547665
Blocks:
  Show dependency tree
 
Reported: 2019-11-29 03:11 EST by Noopur Gupta CLA
Modified: 2020-05-27 07:08 EDT (History)
3 users (show)

See Also:


Attachments
Screenshot (42.48 KB, image/png)
2019-11-29 03:11 EST, Noopur Gupta CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Noopur Gupta CLA 2019-11-29 03:11:34 EST
Created attachment 280818 [details]
Screenshot

package test;

import java.util.function.BiFunction;

public class C {
	public static void main(String[] args) {
		BiFunction<String, String, String> aaa = null;
		
		ProcessBuilder.startPipeline(aaa.andThen((String, Integer) -> {
			return "aa";
		}));
	}
}


- See attached screenshot. The error message is not completely visible in the editor area. Also, there are multiple errors on this line and the second marker message cannot be seen.

=> The code mining text doesn't wrap. And there is no horizontal scroll bar. So, the message(s) cannot be read.
Comment 1 Mickael Istria CLA 2020-05-27 07:08:19 EDT
This is not something I can commit to fix soon.