facebook

Javadoc autocomplete problem with @hibernate tag

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240404 Reply

    When using @hibernate some properties are not written when selected from the autocomplete list. Actually, any @hibernate.x are not getting written when selected.

    Aslo some values from properties are not getting written, like ‘insert’ when selecting false nothing is written between “.

    Environment
    JSDK 1.4.2_06
    Windows XP
    Eclipse 3.1.1
    MyEclipse 4.0.3

    Robert Chartier

    #240436 Reply

    Riyad Kalla
    Member

    Robert,
    Can you provide some more details? An example Java file, explain what you are doing, where you are using autocomplete, which property you are selecting and what is happening?

    #240450 Reply

    In a simple java file, I am writing my xDoclet tags for Hibernate using @hibernate. When using autocomplete “ctrl-space” it list all properties of the @hibernate tag. When I select one, nothing is written on the java file. The following shows a class type comment.

    When using autocomplete after writing @hibernate. I get a list of available properties (class, discriminator, query, …). I then select “class”, but it does not get written. This is also true for properties value. For example the “select-before-update” property of the “@hibernate.class” tag has 2 possible values (true or false). When I select ‘true’ it does not get written either.

    /**
    * some class comment here
    * @author Robert Chartier
    * @hibernate.class table=”tb_person”
    *
    */

    Robert C

    #240472 Reply

    Riyad Kalla
    Member

    Robert,
    Thank you for reporting this, this bug slipped through the cracks, I’ll reprioritize it right now, thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Javadoc autocomplete problem with @hibernate tag

You must be logged in to post in the forum log in