This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271405 - Use of a deprecated constructor doesn't get crossed out
Summary: Use of a deprecated constructor doesn't get crossed out
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal with 2 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 13:10 UTC by nucleomancer
Modified: 2017-11-24 00:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Trivial implementation to show the difference. (666 bytes, application/octet-stream)
2017-08-30 13:10 UTC, nucleomancer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nucleomancer 2017-08-30 13:10:41 UTC
Created attachment 165052 [details]
Trivial implementation to show the difference.

When a class defines a function as deprecated, that function and any references to it are shown with a strike-through.

When a constructor is deprecated, the constructor itself is decorated with a strike-through, but use of that constructor through super doesn't give any indication that you are using something that you should avoid.