Re: [JBoss-dev] Reasons for using Explicit Imports?

2001-06-25 Thread Jason Dillon
= null; ^ 1 error - Original Message - From: Matt Veitas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 6:56 AM Subject: [JBoss-dev] Reasons for using Explicit Imports? Could you briefly explain the reasoning behind EXPLICIT IMPORTS? What is wrong

Re: [JBoss-dev] Reasons for using Explicit Imports?

2001-06-24 Thread Scott M Stark
= null; ^ 1 error - Original Message - From: Matt Veitas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 6:56 AM Subject: [JBoss-dev] Reasons for using Explicit Imports? Could you briefly explain the reasoning behind EXPLICIT IMPORTS? What is wrong

Re: [JBoss-dev] Reasons for using Explicit Imports?

2001-06-24 Thread Hiram Chirino
I feel that t is easier to maintain code that uses explicit imports, I don't have to go hunting to find out in what jar/directory the Foo class is at. Regards, Hiram From: Matt Veitas [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-dev] Reasons for using

Re: [JBoss-dev] Reasons for using Explicit Imports?

2001-06-24 Thread Ole Husgaard
- Original Message - From: Matt Veitas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 6:56 AM Subject: [JBoss-dev] Reasons for using Explicit Imports? Could you briefly explain the reasoning behind EXPLICIT IMPORTS? What is wrong with using wildcards. My guess

RE: [JBoss-dev] Reasons for using Explicit Imports?

2001-06-24 Thread marc fleury
] |Subject: Re: [JBoss-dev] Reasons for using Explicit Imports? | | |Hi, | |Another reason: It makes it easy for the code reader |to quickly find out the package a particular class is |in: You just search for the class name from the start |of the source file. | | |Best Regards, | |Ole Husgaard. | | |Scott M