Uploaded image for project: 'JaxMe'
  1. JaxMe
  2. JAXME-91

Parser problem with multiple Interfaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.5
    • None
    • JaxMeJS
    • None
    • GNU/Linux 2.6.18-3-686
      java-1.5.0-sun-1.5.0.10

    Description

      If I have the following class declaration:
      <code>
      //...
      public class PersonalMessage extends HiddenDataObject implements IMessage, IPropertyAccessible {
      //...
      </code>

      the parser recognises the extended class correctly but the interface are combined like this:
      <PersonalMessagePackage>.IMessageIPropertyAccessible

      I think its an issue in the JavaParser.parseIdentifier(AST pAST, StringBuffer sb) method. Currently I do not know how to fix this as it seems that this method have to be supported with further location states.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bronzegraf Marcel Patzlaff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: