inspection descriptions missing

Hi,

I'm trying to add a description for my inspection in the error dialog. Here is my jar structure:

com - the source
inspectionDescriptions - the dir with the html files
META-INF - the plugin.xml etc.

The name of my inspections are:WicketIdJavaInspection and WicketIdHtmlInspection
and the name of the html files are the same ie WicketIdHtmlInspection.html

What have I done wrong ? Is there something I have missed ?

regards

Anders

评论操作 固定链接

1)The name of the file has to be the same as the ShortName of the inspection. If you copied the ShortName logic for InspectionGadgets (a very common thing to do), then you should leave the "Inspection" out of the html file name.

2)Make sure your html files are actually in your jars.

That's pretty much all that could be happening.

--Dave Griffith

0
评论操作 固定链接

Thanks.

That worked. Missed the thing with the short name.

regards

Anders

Message was edited by:
Anders Holmbech Brandt

0

请先登录再写评论。