[JBoss JIRA] Created: (JBIDE-9632) compile failed in org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/SarArtifactAdapter.java :: method getModule() of type SarArtifactAdapter.MBeanNullArtifact must override a superclass method
by Nick Boldt (JIRA)
compile failed in org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/SarArtifactAdapter.java :: method getModule() of type SarArtifactAdapter.MBeanNullArtifact must override a superclass method
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9632
URL: https://issues.jboss.org/browse/JBIDE-9632
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M4
Reporter: Nick Boldt
Assignee: Rob Stryker
Fix For: 3.3.0.M4
Building locally:
cd ~/trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans; mvn clean install
[INFO] Using compile source roots from build.properties
[INFO] Compiling 32 source files to /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/target/classes
----------
1. ERROR in /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/SarArtifactAdapter.java (at line 35)
public IModule getModule() {
^^^^^^^^^^^
The method getModule() of type SarArtifactAdapter.MBeanNullArtifact must override a superclass method
----------
1 problem (1 error)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-9832) Wrong text message while JSF 1.2 project is buildig
by Daniel Azarov (Created) (JIRA)
Wrong text message while JSF 1.2 project is buildig
---------------------------------------------------
Key: JBIDE-9832
URL: https://issues.jboss.org/browse/JBIDE-9832
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M3
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Priority: Minor
Fix For: 3.3.0.M4
Attachments: Screenshot.png
The message is "Build JSF 2 Model" it should be "Build JSF 1.2 Model" or just "Build JSF Model"
Test case:
1. Create JSF 1.2 Kick Start project
2. Open User.java file in Java Editor
3. Add "private String aaa="#{}";" field
4. Set text cursor between brackets and press Ctrl+Space
ASSERT:
1. message dialog appears (probably in case of many other projects)
2. Message should be: "Build JSF Model"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month