java - How to make my own warnings appear in the Eclipse Problems view? -


i developing cdt plug-in eclipse ide. want own warning appear in problems view.

enter image description here

furthermore, warning message important , must seen user, problems view may not shown, show message box.

how can add warning problems view , preferred way deal warnings must seen in eclipse ide?

preferred way deal warnings must seen in eclipse ide?

make them errors instead of warnings.

then, when next state in workflow needs output of problematic code, when appropriate pop-up. when coding , making changes, normal have "temporary" errors/warning in code. pop-ups @ time inconvenient. when proceed launch code or similar want warned off.

consider case of doing java launch. if there errors in code there pop-up this:

enter image description here


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -