| Summary: | compile error due to unused import in RegisterManager | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Chris Recoskie <recoskie> |
| Component: | cdt-debug | Assignee: | Chris Recoskie <recoskie> |
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> |
| Severity: | blocker | ||
| Priority: | P3 | CC: | aleherb+eclipse, cdt-debug-inbox, cdtdoug, pawel.1.piech |
| Version: | 7.0.2 | ||
| Target Milestone: | 7.0.3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Chris Recoskie
I'll fix it shortly... just need to remove the unused import. *** cdt git genie on behalf of 353326 ***
Bug 353326 - compile error due to unused import in RegisterManager
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=286e27f08c475df68fe1f6132a021d31c5dd6863
Fixed on cdt_7_0, cdt_8_0, and HEAD *** cdt git genie on behalf of Chris Recoskie ***
Bug 353326 - compile error due to unused import in RegisterManager
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=0595a48a7fbba73e78a670e36ae82fbafd362ea7
*** cdt git genie on behalf of Chris Recoskie ***
Bug 353326 - compile error due to unused import in RegisterManager
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=87d2a15da8cb13e1ae4fc109763d70fd174b49c4
I did not see a compile error previously, but I do see one now: Description Resource Path Location Type The type Entry is not visible RegisterManager.java /org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi line 72 Java Problem Also, if you increment the bundle version in MANIFEST.MF you need to change it in pom.xml as well. See also https://hudson.eclipse.org/hudson/job/cdt-nightly/773/ I already fixed the issues on master and cdt_8_0. (In reply to comment #6) > I did not see a compile error previously, but I do see one now: > Description Resource Path Location Type > The type Entry is not visible RegisterManager.java > /org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi line 72 > Java Problem > Also, if you increment the bundle version in MANIFEST.MF you need to change it > in pom.xml as well. > See also https://hudson.eclipse.org/hudson/job/cdt-nightly/773/ > I already fixed the issues on master and cdt_8_0. So you reverted the commit? I'll revert it on cdt_7_0 Actually, since Toni's fix will fix it for both scenarios, I'm using that, and moving this from INVALID to FIXED. I put Toni's fix on cdt_7_0. He already put it on cdt_8_0 and master *** cdt git genie on behalf of Chris Recoskie ***
Bug 353326 - compile error due to unused import in RegisterManager
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=d628fd64ea6c4571bb262e710c2573fe4f821eb4
*** cdt git genie on behalf of Chris Recoskie ***
Bug 353326 - compile error due to unused import in RegisterManager
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=21fe2d0dadac52987b35d48aec87e321099cb442
|