Bug 544314 - Reconsider error range for all invocation problems
Summary: Reconsider error range for all invocation problems
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.11   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-10 13:36 EST by Stephan Herrmann CLA
Modified: 2019-02-10 13:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Herrmann CLA 2019-02-10 13:36:01 EST
In bug 395051 I adjusted the error range for access restriction errors/warnings. I suggest we consider the same adjustment also for errors on invocations (MessageSend, AllocationExpression, ExplicitConstructoreCall(?)).

Rationale is, that a range including receiver and arguments will spoil javadoc hovers on potentially large areas of code.

Since this may require wide changes throughout our test suite, I'll postpone this till after merging Java 12 work.