Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » M7 is great, just two little things...
M7 is great, just two little things... [message #203878] Tue, 17 May 2005 18:12 Go to next message
Daniel Stephan is currently offline Daniel StephanFriend
Messages: 13
Registered: July 2009
Junior Member
Thanks for a very speedy release, it is really a lot of fun to work
with! I only experience two things and I don't know why or what to do
about it. So, here we go:

1. Create new class. When I use the wizard to create a new class, which
ought to subclass another of my dear classes, the result gets mixed up.
I set it to include all necessary constructors, and it does so, it just
doesn't put the constructor where it belongs (after the class opener)
but instead right in the middle of an import statement. Kinda weird :)

2. I would like to use the quick fix "generate serialVersionUID" but all
I get is 1L. Why?

So long,
cheers
Daniel

PS: that is the result of the new class wizard:
--- snip ---
package com.danielstephan.seacluster.db.commands;



import java.sql.SQLException;

import org.hibernate.HibernateException;

import com.danielstephan.da

public MurksClass() {
super();
// TODO Auto-generated constructor stub
}o.command.AbstractCommand;

public class MurksClass extends AbstractCommand {

public Object execute() throws HibernateException, SQLException {
// TODO Auto-generated method stub
return null;
}

}
Re: M7 is great, just two little things... [message #203919 is a reply to message #203878] Tue, 17 May 2005 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Daniel Stephan a écrit :
> 1. Create new class. When I use the wizard to create a new class, which
> ought to subclass another of my dear classes, the result gets mixed up.
> I set it to include all necessary constructors, and it does so, it just
> doesn't put the constructor where it belongs (after the class opener)
> but instead right in the middle of an import statement. Kinda weird :)
Could you please open a bug report against JDT/UI for this with steps to
reproduce?

Thanks,

Olivier
Re: M7 is great, just two little things... [message #203949 is a reply to message #203919] Tue, 17 May 2005 23:46 Go to previous message
Daniel Stephan is currently offline Daniel StephanFriend
Messages: 13
Registered: July 2009
Junior Member
Olivier Thomann schrieb:
> Could you please open a bug report against JDT/UI for this with steps to
> reproduce?
>

Sure, done. It's here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=95686

Cheers
Daniel
Previous Topic:M6-M7 where is Javadoc completion gone?
Next Topic:JavaEditor question !
Goto Forum:
  


Current Time: Tue Oct 08 15:25:02 GMT 2024

Powered by FUDForum. Page generated in 2.16706 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top