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 232587 - Inspect & Transform: dump files in log directory that don't appear when using Inspect only
Summary: Inspect & Transform: dump files in log directory that don't appear when using...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 05:04 UTC by MackSix
Modified: 2016-07-07 07:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
logdir files (90.73 KB, application/zip)
2013-07-12 05:04 UTC, MackSix
Details
screenshot of logdir before I&T (108.46 KB, image/png)
2013-07-12 05:04 UTC, MackSix
Details
screenshot of logdir after I&T (91.75 KB, image/png)
2013-07-12 05:04 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-07-12 05:04:02 UTC
Created attachment 137026 [details]
logdir files

I have set up a NetBeans Project using the source code located here: http://sourceforge.net/projects/jedit/files/jedit-devel/5.1pre1/jedit5.1pre1source.tar.bz2/download

When I run Inspect & Transform>>If-Else statements should use braces, there are 3 dump files created in the logdir for corresponding files in the project as if there is some problem with them. (I don't know what the problem is.) The project and these 3 files compile just fine. Also, when using Inspect only with the same pattern, the dump files do not occur in the logdir.

The 3 files are:

ActionBar.sig.dump
GUIUtilities.sig.dump
LogViewer.sig.dump

See attached screenshot and zip file of the logdir.

When I compile the project I do get 2 dump file of a different file Dialog.class.dump and Windows.class.dump. This 2 files are also in the attached logdir zip.

Product Version: NetBeans IDE 7.4 Beta (Build 201307092200)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 MackSix 2013-07-12 05:04:28 UTC
Created attachment 137027 [details]
screenshot of logdir before I&T
Comment 2 MackSix 2013-07-12 05:04:57 UTC
Created attachment 137028 [details]
screenshot of logdir after I&T
Comment 3 Jan Lahoda 2013-08-30 08:14:34 UTC
IIRC, MemberEnter.visitMethodDef does not match parameters correctly for anonymous innerclass constructors which capture local variables.
Comment 4 Martin Balin 2015-09-17 11:15:37 UTC
Report from old NetBeans version. Due to code changes since it was reported likely not reproducible now. Feel free to reopen if happens in 8.0.2 or 8.1.
Comment 5 MackSix 2015-09-17 14:14:34 UTC
This is still valid.

Product Version: NetBeans IDE Dev (Build 201509170002)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 6 Martin Balin 2016-07-07 07:17:20 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss