History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3814
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Keith Lea
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

InspectionTestCase line numbers in debugger do not seem to correspond to actual source included in plugin dev package

Created: 02 Nov 06 02:15   Updated: 02 Nov 06 18:41
Component/s: Packaging and Installation
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,068
Severity: High


 Description  « Hide
I'm stepping through InspectionTestCase and the line numbers are definitely wrong. For example it says compareWithExpected is declared on line 105, but in the source I have, it's on line 155.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 02 Nov 06 18:41
ExtendedAPI classes are part of idea.jar, which is scrambled. Their source code is provided for reference purpose, not for debugging.