Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Missing @since tags in rdt.ui, compile errors in rm.core and MPICH2 RM

Just FYI, I'm getting 5 missing @since tags in rdt.ui (using a PTP 5.0.0 baseline)...

Description Resource Path Location
Missing @since tag on getRemoteSemanticHighlightingService() RSECIndexServiceProvider.java /org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders line 145
Missing @since tag on computeFoldingRegions(ITranslationUnit, int, boolean, boolean) RSECIndexSubsystem.java /org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems line 900
Missing @since tag on getRemoteSemanticHighlightingService() NullCIndexServiceProvider.java /org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders line 321
Missing @since tag on getRemoteCodeFoldingService() NullCIndexServiceProvider.java /org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders line 330
Missing @since tag on getRemoteCodeFoldingService() RSECIndexServiceProvider.java /org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders line 155

...and two compile errors (new since I upgraded to M6, I think):

Description Resource Path Location
The switch on the enum type JobAttributes.State should have a default case AbstractToolRuntimeSystemJob.java /org.eclipse.ptp.rm.core/src/org/eclipse/ptp/rm/core/rtsystem line 795
The switch on the enum type MPICH2ListJobsParser.JobListState should have a default case MPICH2ListJobsParser.java /org.eclipse.ptp.rm.mpi.mpich2.core/src/org/eclipse/ptp/rm/mpi/mpich2/core/rtsystem line 97

If these are due to a misconfiguration on my part, please let me know.  Thanks!

Jeff

Back to the top