You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only valid Java package/class names should be allowed. If illegal characters are entered the wizard should disable the next and finish buttons and display an error message.
Something like this should disable the buttons:
The text was updated successfully, but these errors were encountered:
If we add an error label, we could probably also just add an explicit
package name text field.
On Mar 9, 2015 6:05 PM, "BlueRiverInteractive" notifications@github.com
wrote:
Only valid Java package/class names should be allowed. If illegal
characters are added, the wizard should disable the next and finish buttons
and display an error message.
Yes, a package name text field would be good. If it's empty it will try to get the package from the main class. If both main class and package name have a package, the longest common string will be used as the package.
Only valid Java package/class names should be allowed. If illegal characters are entered the wizard should disable the next and finish buttons and display an error message.
Something like this should disable the buttons:
The text was updated successfully, but these errors were encountered: