M7 is great, just two little things... [message #203878] |
Tue, 17 May 2005 14:12  |
Eclipse User |
|
|
|
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;
}
}
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05212 seconds