Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369618 - astwriter.ProblemRuntimeException when generating getters and setters in file with syntax error
Summary: astwriter.ProblemRuntimeException when generating getters and setters in file...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-refactoring (show other bugs)
Version: 8.0.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 8.1.0   Edit
Assignee: Sergey Prigogin CLA
QA Contact: Sergey Prigogin CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 00:42 EST by Marc-André Laperle CLA
Modified: 2012-05-20 17:31 EDT (History)
2 users (show)

See Also:


Attachments
Stack trace (10.74 KB, text/plain)
2012-01-25 00:42 EST, Marc-André Laperle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2012-01-25 00:42:24 EST
Created attachment 210027 [details]
Stack trace

Tested with 8.0.1 and 8.0.2 RC1.

class Test {
public:
    int foo;
    syntax_error
};

1. Open Generate Getters and Setter.
2. Select a getter or setter, click next.
3. "An unexpected exception occurred while create a change object..."

Attached is the full stack trace.
Comment 1 Sergey Prigogin CLA 2012-05-20 17:31:33 EDT
I wasn't able to reproduce the problem in master. Marking as fixed.