| Summary: | Eclipse Problems View not showing Errors anymore | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Alex Pogrebnyak <alex-pub.eclipse> |
| Component: | m2e | Assignee: | Project Inbox <m2e.core-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | igor, xerces9 |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Alex Pogrebnyak
Out of curiosity, why do you think this has anything to do with m2e? In any case, this bugreport will be closed as INVALID unless we get more information (details about how to reproduce the problem, relevant logs, patches that fix the problem, etc). (In reply to comment #1) > Out of curiosity, why do you think this has anything to do with m2e? In any > case, this bugreport will be closed as INVALID unless we get more information > (details about how to reproduce the problem, relevant logs, patches that fix > the problem, etc). 1. Because it was reported against m2eclipse more than 2 years ago ( StackOverflow question ). 2. I see '7/20/11 4:28:44 PM EDT: [ERROR] Error checking for warnings' log messages in m2e console. I am willing to do the leg work (do debug logging, etc. ), but I need direction about what to do. I have no advice here, you'll have to work on this yourself. For the record, m2e does not directly work with problems view in any way, so I'd be really really surprised if the problem had anything to do with it. Closing as user error. "Project->Build Automatically" somehow got turned off, and you need it ON in order to update errors list. It's strange that when you type illegal code, the markers in file do get updated immediately, but error view does not. But this is the behavior that goes back to Ganymede and is the same for any POJP ( Plain Old Java Project ) when no m2e is involved. Sorry for the false alarm. This just happened for me and a coworker, using: Eclipse IDE for Enterprise Java Developers. Version: 2019-03 (4.11.0) Build id: 20190314-1200 After a few minutes the "Java Problems" group reappeared in the Markers tab. What I did was: - clean project - remove a breakpoint (one breakpoint was listed in the Markers tab) - press F5 in Markers, as it did not react immediately to the deletion of the breakpoint (it was still showing it) So: - the problem still exists - happens to several people (look for example at the original stackexchange question, it was a lot of traffic) Also note: I had this problem in the Markers view, while the original report is about the Problems view. I suspect they have a common backend. |