Inspection plugins description can't be loaded anymore
As far as I understand the description of an inspection in the
Settings/Errors dialog is dynamically loaded from the plugin jar. Idea
determines which description is loaded by looking at the "shortName" of
an inspection class. In Pallada #2002 this doesn't work anymore, all
descriptions of plugin descriptions are replaced by the text "Under
construction".
Am I misunderstanding something? Has the description loading mechanism
been changed in some way? Or is this a consequence of the changes in the
plugin class loading mechanism and should I file a bug?
Bas
Please sign in to leave a comment.
Bas Leijdekkers wrote:
Yes, this seems to be a bug in a plugin class loader. Please file.
--
Maxim Shafirov
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
On 25-03-2004 13:43, Maxim Shafirov (JetBrains) wrote:
>> As far as I understand the description of an inspection in the
>> Settings/Errors dialog is dynamically loaded from the plugin jar. Idea
>> determines which description is loaded by looking at the "shortName" of
>> an inspection class. In Pallada #2002 this doesn't work anymore, all
>> descriptions of plugin descriptions are replaced by the text "Under
>> construction".
>> Am I misunderstanding something? Has the description loading mechanism
>> been changed in some way? Or is this a consequence of the changes in the
>> plugin class loading mechanism and should I file a bug?
>>
Done. http://www.intellij.net/tracker/idea/viewSCR?publicId=30999
Bas