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 256642 - [java] [refractor] refractor gui thinks my java code is html and shows images in it
Summary: [java] [refractor] refractor gui thinks my java code is html and shows images...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2015-11-17 12:07 UTC by ferrybig
Modified: 2016-02-25 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (185.01 KB, text/plain)
2015-11-17 12:07 UTC, ferrybig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ferrybig 2015-11-17 12:07:16 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.11-b03

Test class:
public class Image {
 Optional<Image> parent;
  Image(Optional<Image> parent) {
    this.parent = parent;
  }
}

Refractor test class to Add a argument to the constructor of the above class, before presing review of refractor, look at the example method signature, it shows some kind of picture (?!)

Screenshot: https://www.dropbox.com/s/ke5ud3q7p18v7tg/Schermafdruk%202015-11-17%2013.06.24.png?dl=0
Comment 1 ferrybig 2015-11-17 12:07:24 UTC
Created attachment 157375 [details]
IDE log