Search Mailing List Archives
[protege-discussion] Simple Bug Report
Tania Tudorache
tudorache at stanford.edu
Mon Jan 8 11:59:39 PST 2007
Hi Daniel,
Thanks a lot for the bug report and the fix. The fix will be available
in the next Protege 3.3 beta.
Tania
Daniel Holbert wrote:
> Just reporting a trivial bug I ran across in the sources --
> edu.stanford.smi.protege.widget.InstanceListWidget:133, the line
> ----
> String title = (String)
> _addInstancesAction.getValue(Action.SHORT_DESCRIPTION);
> ----
>
> This line has no effect, because _addInstancesAction's
> SHORT_DESCRIPTION is never set. Hence, title is always null for
> InstanceListWidget "add instance" windows.
>
> I believe Action.NAME was intended, instead of
> Action.SHORT_DESCRIPTION. If you make this change, then the add
> instance windows get the title "Add Instance" instead of having no title.
>
> Thanks,
> ~Daniel
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
>
More information about the protege-discussion
mailing list