Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1.0RC2
-
Fix Version/s: None
-
Component/s: Editor
-
Labels:None
-
Number of attachments :
Description
Currently, when viewing binary files that come from groovy sources in a class file editor, there are several problems and they all come from the fact that the generated byte code does not cleanly match with the original source code. The line number mappings do not appear to be the major cause of the issue, but rather the fact that properties and methods are named differently in the binary than in the source.
For example, setting breakpoints is problematic, navigation using the outline view often does not work, Java search will often miss some references, and the outline view will show many generated methods that do not appear in the source.
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Original Estimate | 0 minutes [ 0 ] | |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.1.1Release [ 16772 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.1.2 [ 16995 ] | |
| Fix Version/s | 2.1.1Release [ 16772 ] |
Andrew Eisenberg
made changes -
| Assignee | Andrew Eisenberg [ werdna ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.2.0Release [ 17186 ] | |
| Fix Version/s | 2.1.2Release [ 16995 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.5.2.Release [ 17434 ] | |
| Fix Version/s | 2.5.1Release [ 17186 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.5.2.Release [ 17434 ] | |
| Priority | Major [ 3 ] | Minor [ 4 ] |
Consider this for the 2.1.1 release.