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 251359 - Inline variable removes javadoc
Summary: Inline variable removes javadoc
Status: RESOLVED FIXED
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:
Depends on:
Blocks:
 
Reported: 2015-03-22 14:06 UTC by markiewb
Modified: 2015-03-24 03:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2015-03-22 14:06:51 UTC
<code>
            //my comment
            String foo = "bar";
            System.out.println("foo=" + foo);
</code>

Inline "foo"

ACTUAL:
<code>
            //my comment
            System.out.println("foo=" + "bar");
</code>

EXPECTED:
<code>
            System.out.println("foo=" + "bar");
</code>


Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 1
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Ralph Ruijs 2015-03-23 12:20:33 UTC
changeset:   fa3c5baf37e7
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Mar 23 13:19:18 2015 +0100
summary:     #251359 - Inline variable removes javadoc
Comment 2 Quality Engineering 2015-03-24 03:32:56 UTC
Integrated into 'main-silver', will be available in build *201503240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fa3c5baf37e7
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #251359 - Inline variable removes javadoc