 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Flip Guest
|
Posted: Tue Sep 07, 2004 9:54 pm Post subject: how come this line won't come up with any code insight? |
|
|
I have the following line in my JBXEnt project,
Line2D tangent2 = new Line2D.Double(
And no matter what JDK I select (JB's or an updated one I get from Sun), I
can't seem to get the code insight to pop up the argument list for this
method. I even try removing the inner class Double, and still no dice. Any
one have any advice? I know, I know, JB won't do any insight if there is
something else stopping the .java class from compiling, but when I delete
this line out, everything ok. When I put this line in, nothing (yup it's
compiled).
Any ideas? Thanks.
|
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Fri Sep 24, 2004 6:43 pm Post subject: Re: how come this line won't come up with any code insight? |
|
|
Flip wrote:
| Quote: | I have the following line in my JBXEnt project,
Line2D tangent2 = new Line2D.Double(
And no matter what JDK I select (JB's or an updated one I get from Sun), I
can't seem to get the code insight to pop up the argument list for this
method. I even try removing the inner class Double, and still no dice. Any
one have any advice? I know, I know, JB won't do any insight if there is
something else stopping the .java class from compiling, but when I delete
this line out, everything ok. When I put this line in, nothing (yup it's
compiled).
Any ideas? Thanks.
|
I don't think this is unique to this class. It happens to me all the
time. I just close the brace, end the statement, and then position my
cursor between the braces, and then ParameterInsight works. For
example, I created a new class, and took off the ');' on the call to the
constructor:
public class Untitled1 {
public Untitled1() {
}
public static void main(String[] args) {
Untitled1 untitled11 = new Untitled1(|
}
}
Position your cursor accordingly (where the '|' is) and try to make
Parameter Insight come up. It won't.
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|